On Aug 9, 2007, at 9:09 PM, johnf wrote:
> We have a form that appears to run perfectly until we attempt to
> close the
> form. On Linux I get a Segmentation fault in the I/O window. On
> windows we
> get "Python.exe has encountered a problem - please send to Microsoft "
> dialog.
>
> On the Linux I think I have a clue because the shell reports:
>
> "(python:11151): Gtk-CRITICAL **: gtk_container_remove: assertion
> `GTK_IS_TOOLBAR (container) || widget->parent == GTK_WIDGET (co
> ntainer)' failed
> "
>
> Does anyone know or have clue what this is about?
Segfaults suck, because they provide almost no information to help
you figure out what went wrong. With a problem like you're having, I
sprinkle 'print' statements liberally throughout the code to find the
last one that reliably executes, then narrow the possibilities down
from there.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
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]