[wxMac only?] Exception sample not working
Vadim Zeitlin
vadim at wxwidgets.org
Tue Jan 22 14:10:23 PST 2008
On Tue, 22 Jan 2008 22:47:29 +0100 H <H at h.com> wrote:
H> Just downloaded trunk revision 51338 and recompiled: still crashes
H> badly! It seems to be that the exception is not caught at all and just
H> terminate() is called.
H>
H> See dump:
H>
H> Thread 0 Crashed:
H> 0 libSystem.B.dylib 0x93a25ca8 __kill + 12
H> 1 libSystem.B.dylib 0x93aca7b4 abort + 84
H> 2 libstdc++.6.dylib 0x947dee24
H> __gnu_cxx::__verbose_terminate_handler() + 400
H> 3 libstdc++.6.dylib 0x947dc940 __gxx_personality_v0 +
H> 1240
H> 4 libstdc++.6.dylib 0x947dc9a4 std::terminate() + 68
H> 5 libstdc++.6.dylib 0x947dcbe4 __cxa_throw + 124
H> 6 org.wxwindows.samples.except 0x00004540
H> MyFrame::OnThrowInt(wxCommandEvent&) + 80 (except.cpp:408)
Can you please show the continuation of the stack? In particular I'd like
to know if this handler is called from wxEvtHandler::SafelyProcessEvent()
or if we forgot to use it somewhere in wxMac code.
Thanks,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list