[PD-dev] [ pure-data-Bugs-2929284 ] bang to switch~ while dsp off: Pd exits

SourceForge.net noreply at sourceforge.net
Sun Jan 10 14:36:37 CET 2010


Bugs item #2929284, was opened at 2010-01-10 13:36
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2929284&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: pd-extended
Group: v0.41
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: bang to switch~ while dsp off: Pd exits

Initial Comment:
When a bang is sent to the switch~ object while dsp is turned off (after having been on at least once since start up of Pd), Pd will exit with segmentation fault. This was tested with Pd extended 0.41.4 on OSX 10.5 and on Linux Ubuntu. I guess the bug could be fixed by extending the conditional check in the bang method for block~/switch~: 

if(x->x_switched && !x->x_switchon && canvas_dspstate)


(reported anonymously by Katja Vetter)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2929284&group_id=55736




More information about the Pd-dev mailing list