Patches item #3505268, was opened at 2012-03-15 07:41
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3505268&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: disable "rt" flag if watchdog cannot be found
Initial Comment:
currently, if you start Pd with the "-rt" flag and it cannot find the pd-watchdog executable (for whatever reason), it will misrably fail
$ pd
priority 6 scheduling enabled.
priority 8 scheduling enabled.
sh: ...../pd-watchdog: No such file or directory
pd: watchdog process died
pdsend errorname: >>error writing "sock8": broken pipe<<
$
the attached patch fixes this, as it first checks whether there is a file called ${pdpath}/pd-watchdog, and if it cannot find it, it will disable rt priviliges.
PS: i thought i already committed this some days ago, but cannot find it anymore...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3505268&group_…
Patches item #3505262, was opened at 2012-03-15 07:33
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3505262&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: slightly increase buffers when dealing with UTF8
Initial Comment:
running Pd through valgrind [1] gives a number of "Invalid read" errors, as soon as you create an object and type a single letter (e.g. "f").
creating the object (by licking besides it), gives another number of "Invalid read" errors.
those errors suggest that memory outside the allocated buffer is accessed. it seems that all these errors are related to the UTF-8 code (since with utf-8 we might have to check multiple bytes).
the attached fix simply increases the allocated buffer slightly (more than what happens already), so the read can take place on safe grounds.
[1] like with $ valgrind --tool=memcheck --leak-check=full ./src/pd -noprefs -nrt -noaudio -stderr
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3505262&group_…
Patches item #3421335, was opened at 2011-10-10 18:06
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3421335&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: puredata
>Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Anthony Lauzon (pfaffian)
>Assigned to: Miller Puckette (millerpuckette)
Summary: Bug in bonk~ for Max/MSP
Initial Comment:
The file handle allocator was not allocating the right amount of memory for the input file. This patch fixes that.
----------------------------------------------------------------------
Comment By: Anthony Lauzon (pfaffian)
Date: 2012-03-14 11:39
Message:
bump
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3421335&group_…
Patches item #3421335, was opened at 2011-10-10 18:06
Message generated for change (Comment added) made by pfaffian
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3421335&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Anthony Lauzon (pfaffian)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bug in bonk~ for Max/MSP
Initial Comment:
The file handle allocator was not allocating the right amount of memory for the input file. This patch fixes that.
----------------------------------------------------------------------
>Comment By: Anthony Lauzon (pfaffian)
Date: 2012-03-14 11:39
Message:
bump
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3421335&group_…
Bugs item #3502849, was opened at 2012-03-12 12:41
Message generated for change (Tracker Item Submitted) made by ailo-at
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3502849&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ailo (ailo-at)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: gui objects dollar sign bug
Initial Comment:
Naming send or receive using $0 only works if the name begins with $0. Naming send or receive using $1 works in both cases, while it does not display correctly in the gui object properties.
Attachment shows all four cases.
Tested on Pd-0.43.1-extended-20120311-debian-wheezy-i386.deb 11-Mar-2012 09:58
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3502849&group_…
Bugs item #3502056, was opened at 2012-03-11 13:11
Message generated for change (Tracker Item Submitted) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3502056&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: filenames with () parens cause Tcl stacktrace
Initial Comment:
Using Pd-extended 0.43.1-20120310 on Mac OS X 10.6.8/Intel, opening a file with parens () in the filename causes this stacktrace:
(Tcl) UNHANDLED ERROR: 2012-03-11 16:07:42.666 defaults[4035:903] Could not parse: /Users/hans/Desktop/paren-bug-(in filename).pd. Try single-quoting it.
while executing
\"exec defaults write $adomain $akey -array-add \"$escaped\"\"
(procedure \"write_config_aqua\" line 9)
invoked from within
\"write_config_aqua $data $adomain $akey $arr \"
(procedure \"write_config\" line 3)
invoked from within
\"write_config $::recentfiles_list $::recentfiles_domain $::recentfiles_key true\"
(procedure \"::pd_guiprefs::write_recentfiles\" line 2)
invoked from within
\"::pd_guiprefs::write_recentfiles \"
(procedure \"::pd_menus::update_openrecent_menu_aqua\" line 13)
invoked from within
\"::pd_menus::update_openrecent_menu_aqua .openrecent $write\"
(procedure \"::pd_menus::update_recentfiles_menu\" line 4)
invoked from within
\"::pd_menus::update_recentfiles_menu\"
(procedure \"::pd_guiprefs::update_recentfiles\" line 8)
invoked from within
\"::pd_guiprefs::update_recentfiles $filename\"
(procedure \"pdtk_canvas_saveas\" line 23)
invoked from within
\"pdtk_canvas_saveas .x4f54000 {Untitled-1} {/Users/hans}\"
(\"uplevel\" body line 1)
invoked from within
\"uplevel #0 $cmds_from_pd\"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3502056&group_…
Bugs item #3501224, was opened at 2012-03-10 09:30
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3501224&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: v0.42
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: relationship between atom box properties and knob box proper
Initial Comment:
PD 0.42.5
Mac Os X 10.5 PowerPC
During learning
never to trust the user. If we try to make a crossing between send symbol and receive symbol of an atom box and a knob box, the software crash.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3501224&group_…
Bugs item #3500157, was opened at 2012-03-08 19:41
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3500157&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pdpedia
Group: v0.40.2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: pmKklf Great, thanks for sharing this post.Thanks Again. Wan
Initial Comment:
pmKklf Great, thanks for sharing this post.Thanks Again. Want more.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3500157&group_…
Patches item #3308027, was opened at 2011-05-26 09:02
Message generated for change (Comment added) made by jancsika1
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3308027&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: feature
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Wilkes (jancsika1)
Assigned to: Nobody/Anonymous (nobody)
Summary: canvas get method
Initial Comment:
This adds a "get" method to canvases (demo patch attached). The attributes "isabstraction" and a pointer to "this" canvas could be added (but I haven't run into a need for them yet). Mouse position and click status (relative to the canvas) would be handy for visible windows, but I don't know how to do that from c.
----------------------------------------------------------------------
Comment By: Jonathan Wilkes (jancsika1)
Date: 2012-03-08 18:31
Message:
Ok, fixed a segfault and added a demo showing how the patch can be used to
create send/receive names with more elegant scoping than $0 provides. (See
tf/test.pd.)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3308027&group_…