[PD-dev] [ pure-data-Bugs-1518030 ] GOP subpatch clearing itself crashes Pd

Frank Barknecht fbar at footils.org
Fri Jul 7 00:23:22 CEST 2006


Hallo,
zmoelnig at iem.at hat gesagt: // zmoelnig at iem.at wrote:

> the simplest example to trigger this, is to create asubpatch (let's 
> assume [pd subpatch]) with just an [inlet] and an [outlet] connected (a 
> [nop]).
> connect the outlet to a [; pd-subpatch clear( message and send a [bang( 
> to the inlet.

Attached is another version using [namecanvas] ... and showing, why
this object is deprecated, plus a version, that doesn't even need
[namecanvas] to crash. I tried to strip this down to a single message
box, but unfortunatly it didn't work...

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__
-------------- next part --------------
#N canvas 392 366 330 264 10;
#X msg 113 131 clear;
#X obj 61 51 namecanvas crash;
#X obj 113 153 s crash;
#X connect 0 0 2 0;
-------------- next part --------------
#N canvas 392 366 330 264 10;
#X msg 77 189 \; pd-crashme-too-again.pd clear;
#X obj 77 95 s pd-crashme-too-again.pd;
#X msg 77 75 clear;
#X text 80 51 Crashes:;
#X text 83 160 Doesn't crash! Why?;
#X connect 2 0 1 0;


More information about the Pd-dev mailing list