SourceForge.net | 13 Jun 2012 17:22
Picon

[ pure-data-Bugs-3534907 ] Pd crashes when deleting (used) array via GUI

Bugs item #3534907, was opened at 2012-06-13 08:22
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3534907&group_id=55736

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: IOhannes m zmölnig (zmoelnig)
Assigned to: Miller Puckette (millerpuckette)
Summary: Pd crashes when deleting (used) array via GUI

Initial Comment:
via the properties of an array you can delete the given array (this is useful if you have multiple arrays in
one graph and want to get rid of one)

unfortunately doing so can lead to a crash, if the thus-deleted array is used in a DSP-object.

the reason for this is that dsp-arrays will usually only check for the existence of a table when the
dsp-graph is compiled (dsp-method), but the GUI-deletion does not trigger a re-compilation of the dsp-graph.

attached is a small example patch to trigger the problem

----------------------------------------------------------------------
(Continue reading)


Gmane