I have my own extension module written in C++ I'm using with wxPython.
If I throw the C++ exception in my module I have "Aborted (core dumped)"
message ( no segmentation fault ) immediately (exception is not catched?)
If I use my module without wxPython it works fine!! Also it works OK
with wxPython 2.1.15 - unfortunelly I can't use this wersion because of
wxGrid bugs. Any idea what happend beetwen 2.1.15 - 2.1.16 versions
of wxPython?
I have this problem only under Linux (wxWindows/wxPython 2.2.0,
c++ tools shipped with RedHat 6.2). Under MSWindows all works fine
with all versions.
Please help
Grzegorz Fura