On Sunday 16 September 2007 17:53, Ed Leafe wrote:
> On Sep 16, 2007, at 3:02 PM, Adrian Klaver wrote:
> >>    Hmmm... is there a way to determine which version of Gtk is running?
> >> I don't have my Ubuntu system handy at the moment, but I'm wondering
> >> if that could be the difference.
> >
> > In this case it is 2.8.20-7 from Debian Etch.
>
>       I have Gtk 2.10.11.0 from Ubuntu Feisty, and do not get the segfault
> that you see. I don't know how to debug this further, except to give
> you versions of the code that have lots of debug statements so that
> we can narrow down which line is the culprit that sets off the segfault.
>
> -- Ed Leafe
I could be way off here but recently I was getting seg faults with my code.  I 
traced this down to layout issues.  The form would run and only seg fault 
when closing.  If memory serves it was a result adding a sizer and not adding 
a control to the sizer.  Something like:

self.Sizer= vs = dabo.ui.dSizer('v')
vs.append(...add a few controls)
hs = dabo.ui.dSizer('h')
vs.append(hs)
vs.append(...add more controls)

I wonder if ClassDesigner could a similar issue.

-- 
John Fabiani


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to