Patches item #3307503, was opened at 2011-05-25 06:32
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3307503&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: Pending
>Resolution: Accepted
Priority: 8
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: segfault in DSP-loop detection
Initial Comment:
given a patch that contains a DSP-loop _and_ an [inlet~] _and_ and [outlet~] (see attached patch).
if this file is opened as a toplevel patch (via File->Open) and you then turn on DSP, Pd will segfault.
if [outlet~] is missing, Pd will give an error about "DSP-loop detected" and refuses to calculate (which is ok and expected).
however, a segfault is not ok.
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2011-07-30 12:50
Message:
applied
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-05-25 06:36
Message:
hunting down the bug i found that it crashes in the "fill borrowed outputs"
loop around d_ugen.c:1064.
the crash happens because dc_iosigs==NULL (due to the patch being run as
toplevel ) and dc_noutlets==dc_ninlets==1 (because there is inlet~ and
outlet~).
this combination leads to an access of (*dc_iosigs)->s_borrowedFrom which
is invalid (dc_iosigs==NULL)
the attached patch tries to fix the underlying problem, by forcing
dc_noutlets=dc_ninlets=0 if the toplevel flag is set.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3307503&group_…
Patches item #3336039, was opened at 2011-06-26 20:11
Message generated for change (Settings changed) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3336039&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: Pending
>Resolution: Accepted
Priority: 9
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix Windows non-starting
Initial Comment:
Removed bizarre 'k' character in 'package' command, causing Windows to not start. This was in the proc get_config_win in tcl/pd_guiprefs.tcl. My smallest patch ever, literally changing one character ;)
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2011-07-30 12:41
Message:
applied
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-07-01 11:23
Message:
Martin Peach found another ḱ in pd_guiprefs.tcl, the updated patch fixes
it.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-07-01 11:21
Message:
This artifact has been marked as a duplicate of artifact 3307680 with
reason:
separate patch tracker item
----------------------------------------------------------------------
Comment By: Yvan Volochine (elgusanorojo)
Date: 2011-06-27 03:34
Message:
oops, my mistake (k with an accent), thanks for spotting.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3336039&group_…
Patches item #3336039, was opened at 2011-06-26 20:11
Message generated for change (Comment added) made by millerpuckette
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3336039&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: 9
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fix Windows non-starting
Initial Comment:
Removed bizarre 'k' character in 'package' command, causing Windows to not start. This was in the proc get_config_win in tcl/pd_guiprefs.tcl. My smallest patch ever, literally changing one character ;)
----------------------------------------------------------------------
>Comment By: Miller Puckette (millerpuckette)
Date: 2011-07-30 12:41
Message:
applied
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-07-01 11:23
Message:
Martin Peach found another ḱ in pd_guiprefs.tcl, the updated patch fixes
it.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-07-01 11:21
Message:
This artifact has been marked as a duplicate of artifact 3307680 with
reason:
separate patch tracker item
----------------------------------------------------------------------
Comment By: Yvan Volochine (elgusanorojo)
Date: 2011-06-27 03:34
Message:
oops, my mistake (k with an accent), thanks for spotting.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3336039&group_…
Bugs item #3381374, was opened at 2011-07-28 21:24
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3381374&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.42
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: tabread4 doesn't respond to set messages
Initial Comment:
Set messages do not affect the array argument to tabread4. Visit "help" subpatch for tabread4. Change [tabread4~ array99] to [tabread4~ array]. Bang [set array99(. Still reads [tabread4~ array].
Pd 0.42.5-extended
Mac OS X 10.6.8/Intel.
built-in sound
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3381374&group_…
Patches item #3380575, was opened at 2011-07-28 05:17
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3380575&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: 7
Private: No
Submitted By: Chris McCormick (chr15m)
>Assigned to: Miller Puckette (millerpuckette)
Summary: [makefilename] patch reliably segfaults
Initial Comment:
Attached is a patch that reliably segfaults Pd.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-07-28 12:49
Message:
attached is a patch that checks whether there are multiple format
specifiers, and if so, complains and refuses to work.
this effectively prevents the crash (though it still does not enable
multiple format specifiers)
the patch applies to todays git master.
raised priority since it is a crasher bug.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-07-28 12:46
Message:
while the docs are a bit confusion about this, [makefilename] really can
only handle a _single_ format specifier;
so using a format-string like "%s-%s" is illegal.
however, Pd should never segfault
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3380575&group_…
Bugs item #3380575, was opened at 2011-07-28 11:17
Message generated for change (Tracker Item Submitted) made by chr15m
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3380575&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.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Chris McCormick (chr15m)
Assigned to: Nobody/Anonymous (nobody)
Summary: [makefilename] patch reliably segfaults
Initial Comment:
Attached is a patch that reliably segfaults Pd.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3380575&group_…
Patches item #3299602, was opened at 2011-05-09 15:54
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3299602&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: externals
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: [pdp] Compilation option change for gcc 4.6
Initial Comment:
A change (bugfix) in gcc 4.6 prevents pdp to compile. The fix is to replace "-export-dynamic" with "-rdynamic" in the Makefiles.
I did not test the change with gcc 4.5 and previous.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-07-27 00:27
Message:
fixed with this commit:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=revision&revisio…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3299602&group_…
Patches item #3299609, was opened at 2011-05-09 16:10
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3299609&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: externals
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: [pdp] Compilation option change for gcc 4.6
Initial Comment:
A change (bugfix) in gcc 4.6 prevents pdp to compile. The fix is to replace "-export-dynamic" with "-rdynamic" in the Makefiles.
I did not test the change with gcc 4.5 and previous.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2011-07-27 00:26
Message:
fixed with this commit:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=revision&revisio…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3299609&group_…