[Gridflow-dev] putting certain grids into [#store] crashes gf

Roman Haefeli reduzierer at yahoo.de
Thu Sep 27 02:32:43 EDT 2007


hi 

i attached a patch, that shows the problem. somehow it seems, that
whether crashing or not is dependent on the used dimension. small
dimensions don't crash (bottom half of the patch), whereas higher
dimension crash, at least here on my box (see top half of the patch). 
can anyone confirm that? 


roman

(sorry matju: once i will learn to use the correct mail address when
sending posts to lists)
-------------- next part --------------
#N canvas 548 144 565 406 10;
#X obj 158 64 #t;
#X obj 186 91 b;
#X msg 186 114 put_at ( 0 0 0 0 );
#X obj 158 40 # + 0;
#X text 251 20 <- click this message to crash gridflow;
#X obj 155 257 #t;
#X obj 183 284 b;
#X msg 183 307 put_at ( 0 0 0 0 );
#X obj 155 233 # + 0;
#X msg 155 212 2 3 3 #;
#X obj 155 330 #redim ( 2 1 3 3 );
#X obj 7 362 #store ( 2 2 3 3 );
#X text 220 212 <- this doesn't crash;
#X msg 158 19 240 320 3 #;
#X obj 158 137 #redim ( 240 1 320 3 );
#X obj 10 169 #store ( 240 240 320 3 );
#X connect 0 0 14 0;
#X connect 0 1 1 0;
#X connect 1 0 2 0;
#X connect 2 0 15 1;
#X connect 3 0 0 0;
#X connect 5 0 10 0;
#X connect 5 1 6 0;
#X connect 6 0 7 0;
#X connect 7 0 11 1;
#X connect 8 0 5 0;
#X connect 9 0 8 0;
#X connect 10 0 11 1;
#X connect 13 0 3 0;
#X connect 14 0 15 1;


More information about the Gridflow-dev mailing list