[PD] numberbox bug report

Frank Barknecht barknech at ph-cip.uni-koeln.de
Tue Sep 10 17:52:09 CEST 2002


Hi,

I can reproducably crash PD 0.35 Linux with numberboxes (nbx) in
graph-on-parent abstractions. 

It occurs in gop-abstractions with at least two nbxes, when I do the
following:

1. Type something into one of them, but don't end the typing with RETURN.
2. Type something into another nbx and end it with RETURN.
==> PD crashes.

Try for yourself with the attached crashit.pd patch.

Any ideas, what might be the cause? 

[Regarding nbx-objects: It would be nice, if they could be moved with
the cursor keys like the other GUI objects.]

ciao
-- 
 Frank Barknecht                               _ ______footils.org__
-------------- next part --------------
#N canvas 0 0 450 300 10;
#X obj 109 92 crash;
-------------- next part --------------
#N canvas 0 0 450 300 10;
#X obj 197 88 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 10
-262144 -1 -1 0 256;
#X obj 197 122 nbx 5 14 -1e+37 1e+37 0 0 empty empty empty 0 -6 0 10
-262144 -1 -1 0 256;
#X coords 0 0 1 1 200 140 1;


More information about the Pd-list mailing list