Patches item #1549377, was opened at 2006-08-30 17:39 Message generated for change (Comment added) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1549377...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: bugfix Status: Open Resolution: None
Priority: 9
Private: No Submitted By: IOhannes m zmölnig (zmoelnig) Assigned to: Miller Puckette (millerpuckette) Summary: fix crash on sending empty "obj" mesage to closed canvas
Initial Comment: as described in bug #1525832, pd crashes when you send a "msg" or "obj" message (without coordinates and arguments) to a canvas that is not visible (e.g. closed).
this is due to the fact, that inthis case, pd automatically goes into edit mode, so you can type in the content of the object/message (it's like creating an empty object-box with Ctrl-1). this is a not so clever thing, when the canvas is closed.
attached is a patch that fixes this, by checking whether the canvas is visible and refusing to continue otherwise
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2007-12-17 21:48
Message: Logged In: YES user_id=564396 Originator: YES
this still crashes
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig) Date: 2006-10-10 15:28
Message: Logged In: YES user_id=564396
raised priority, since a crasher should be fixed. added a patch to reliably reproduce the bug.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1549377...