[PD] too much messages on a message box make pd crash

Miller Puckette mpuckett at man104-1.ucsd.edu
Sat Aug 28 02:48:54 CEST 2004


This should be fixed in 0.38 (test 1 or 2)...

cheers
Miller

On Mon, Jul 19, 2004 at 08:14:34PM +0200, cyrille henry wrote:
> hello,
> 
> When a message contains more than 1020 elements, pd crash.
> if the message is hiden on a sub-patch, then pd will not crash.
> 
> I'm on windows XP, pd 37.1
> attachment is an exemple patch for this problem.
> 
> is it a known limitation, or is it a bug that can be solve?
> 
> thanks
> Cyrille
> 
> 

> #N canvas 0 0 523 434 10;
> #X msg 47 121 add2 \$1;
> #X obj 36 93 + 1;
> #X obj 36 27 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
> ;
> #X floatatom 36 146 5 0 0 0 - - -;
> #X obj 36 48 metro 10;
> #X obj 36 71 f;
> #X msg 144 26;
> #N canvas 0 0 454 304 not_crash 0;
> #X obj 18 24 inlet;
> #X msg 18 51;
> #X connect 0 0 1 0;
> #X restore 34 320 pd not_crash;
> #X msg 34 293 add2 \$1;
> #X obj 34 244 + 1;
> #X obj 34 178 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
> ;
> #X floatatom 48 270 5 0 0 0 - - -;
> #X obj 34 199 metro 10;
> #X obj 34 222 f;
> #X connect 0 0 6 0;
> #X connect 1 0 0 0;
> #X connect 1 0 3 0;
> #X connect 1 0 5 1;
> #X connect 2 0 4 0;
> #X connect 4 0 5 0;
> #X connect 5 0 1 0;
> #X connect 8 0 7 0;
> #X connect 9 0 8 0;
> #X connect 9 0 11 0;
> #X connect 9 0 13 1;
> #X connect 10 0 12 0;
> #X connect 12 0 13 0;
> #X connect 13 0 9 0;





More information about the Pd-list mailing list