On Jan 8, 2013, at 9:07 AM, Roman Haefeli wrote:
On Die, 2013-01-08 at 12:14 +0100, Roman Haefeli wrote:
1)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) When loading a patch in netpd on Ubuntu 12.04.1, Pd-extended immediately and reliably crashes. This does not happen with any Pd 0.43 or 0.44 version. Also it didn't happen with earlier builds of Pd-0.43-extended, though I can't exactly specify the last version that didn't crash yet (I'll investigate that later).
Ok, I got this one hunted down. The offending commit is this:
<snip> commit b95886ccd619d6141a62608f11fda8999ea0a686 Author: Hans-Christoph Steiner <hans@eds.org> Date: Fri Dec 14 21:29:24 2012 -0500
place new subpatch windows near where the [pd] object was created
Use the last click location in the editor and the screen x/y position of the owner window to set where the new canvas toplevel window is placed.
</snip>
The attached patch consisting of only three objects exhibits the problem. When creating a subpatch inside a hidden subpatch, Pd-extended crashes. It does not so, when the outer subpatch is visible.
Before this commit, creating subpatches in hidden subpatches was perfectly legal thing to do.
Roman
<b95886ccd-crash.pd>_______________________________________________
IOhannes and Roman worked this thru with me, and its fixed. Here's the solution for anyone who might be interested.
.hc