On Mon, 2009-11-02 at 09:24 -0500, Ivica Ico Bukvic wrote:
Hans and all,
Following is not the case with either 0.41.4 or 0.43.
Create a new patch->create a subpatch (e.g. [pd test]) which will immediately open upon creation->close the main patch (with or without saving)->crash. It happens consistently on my machine.
However, if one closes the subpatch ([pd test]) and then closes the main patch, it does not crash.
The tough part is even when runnning pd with debugging enabled and stderr flag the only output I get at crash is menuclose 2 and then segfault.
OK, here's a more verbose version of the error log. Please see attached. For some dubious reason I had to add following (redundant?) line to the DEBUG part in order to get any debug output:
line 690: } if (sys_debuglevel & DEBUG_MESSUP) fprintf(stderr, "%s", sys_guibuf + sys_guibufhead); //following is totally redudant but without it I got no output fprintf(stderr, "%s", sys_guibuf); sys_guibufhead += msglen; sys_bytessincelastping += msglen;
Ico