[PD] Version 0.40-1 on XP

Frank Barknecht fbar at footils.org
Tue Oct 17 21:03:58 CEST 2006


Hallo,
Steffen Leve Poulsen hat gesagt: // Steffen Leve Poulsen wrote:

> Creating obj's autostyle shakes things up.
> I will investigate further, but here is my <o8vious beginngng>.
> "clear ; " or " clear " is often involved when crashes happens.
> crash.pd

This will crash on all platforms, and it's actually a known "bug",
which happens, if you try to delete yourself. The current fix is easy:
Don't try to delete yourself! The longterm fix seems to be harder.

Attached is a variation of the idiom.

Ciao
-- 
 Frank Barknecht                 _ ______footils.org_ __goto10.org__
-------------- next part --------------
#N canvas 327 166 577 320 12;
#X msg 160 97 clear;
#X obj 160 127 s pd-crash.pd;
#N canvas 720 133 450 300 crash2 1;
#X msg 169 128 clear;
#X obj 169 158 s pd-crash2;
#X text 64 71 A subpatch trying to delete itself:;
#X connect 0 0 1 0;
#X restore 159 255 pd crash2;
#X text 71 59 a patch trying to delete itself:;
#X text 70 189 A subpatch trying to delete itself:;
#X connect 0 0 1 0;


More information about the Pd-list mailing list