Bugs item #2613011, was opened at 2009-02-18 15:34 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2613011...
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: externals Group: None
Status: Closed
Resolution: Fixed Priority: 5 Private: No Submitted By: IOhannes m zmlnig (zmoelnig) Assigned to: Guenter Geiger (ggeiger) Summary: popup crashes with pd-0.42 and GOP
Initial Comment: using [popup] with a brand-new Pd (0.42-4) just crashes when used in a graph-on-parent.
to reproduce, put the [popup-gop-test] (taht comes with popup) abstraction into a new patch.
this happened on linux and osx.
----------------------------------------------------------------------
Comment By: SourceForge Robot (sf-robot)
Date: 2009-04-17 02:20
Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig) Date: 2009-03-19 16:53
Message: btw, i don't know whether this is the canonical fix for the problem. it just happens to work...
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig) Date: 2009-03-19 16:52
Message: i have submitted (without asking :-() a patch to popup that seems to fix the problem.
the segfault happened, because in popup_vis() you were creating an rtext_new() which in turn needed to have a glist _with_ an gl_editor; if the gl_editor was NULL (which happens with 0.42 and gop), rtext_new() segfaults; my fix is to make sure that there is a gl_editor
----------------------------------------------------------------------
Comment By: B. Bogart (bbogart) Date: 2009-02-21 18:15
Message: I can confirm this bug. Looks like [button] from GGEE has the same problem.
Guenter, care to take a look?
I wonder if g_canvas will ever be public... I guess that they have worked since 2003 is pure luck.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2613011...