segmentation fault in wxpython 2.5

When taking a closer look at this problem... If you run the wxpython 2.5
demo and select base frames and dialogs (MDIWindows demo) if you create
two subwindows within the MDIwindow and select the first subwindow
created and exit the Parent window you will receive a segmentation fault
under linux.
-cole

···

-----Original Message-----
From: Harris, Cole [mailto:coharris@enterasys.com]
Sent: Friday, August 20, 2004 9:48 AM
To: wxPython-users@lists.wxwidgets.org
Subject: RE: [wxPython-users]segmentation fault

Hi all,
I am encountering a segmentation fault within my program and having some
trouble curing it. I believe this is a wxpython related problem. I
declare a wxNotebook within my Frame and when I create more then one tab
and click on a previous tab and exit my program it then generates the
seg fault. Wondering if anyone had some ideas?
Thanks.
-Cole

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

Harris, Cole wrote:

When taking a closer look at this problem... If you run the wxpython 2.5
demo and select base frames and dialogs (MDIWindows demo) if you create
two subwindows within the MDIwindow and select the first subwindow
created and exit the Parent window you will receive a segmentation fault
under linux.

I think that this is a different error than what you reported before, as this one happens directly in the mdi code. It also happens in the C++ sample so please enter a bug report about it, with a category of "wxGTK specific".

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!