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:
==> 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.]
Frank Barknecht _ ______footils.org__
There's a longstanding problem with the way number boxes grab keyboard input (by binding themselves to a symbol, related to the "receive set" bug people were just talking about.) I'm going to fix it but it will require changing the way "key" events are dispatched in g_canvas.c.
cheers Miller
On Tue, Sep 10, 2002 at 05:52:09PM +0200, Frank Barknecht wrote:
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:
- Type something into one of them, but don't end the typing with RETURN.
- 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__
#N canvas 0 0 450 300 10; #X obj 109 92 crash;
#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;
Hallo, Miller Puckette hat gesagt: // Miller Puckette wrote:
There's a longstanding problem with the way number boxes grab keyboard input (by binding themselves to a symbol, related to the "receive set" bug people were just talking about.) I'm going to fix it but it will require changing the way "key" events are dispatched in g_canvas.c.
Ah, so it is. BTW: The crash also happens, when not using GOP, it just happened to me inside of such a patch, so I thought it was GOP's fault...
Frank Barknecht _ ______footils.org__