Exceptions and unexpected crashes
Exceptions and unexpected crashes
- Subject: Exceptions and unexpected crashes
- From: Thomas Deniau <email@hidden>
- Date: Mon, 04 Feb 2002 23:13:45 +0100
Hi !
My program crashes when it reaches the end of a threaded method, with the
following backtrace :
#0 0x70847b24 in _NSClearExceptionStack ()
#1 0x70815bf4 in -[NSThread dealloc] ()
#2 0x708115c4 in -[NSObject release] ()
#3 0x70848b88 in -[NSThread _exit] ()
The method uses a NS_DURING/NS_HANDLER/NS_ENDHANDLER construct, but I know
that there wasn't any exception raised.
What can make _NSClearExceptionStack crash ?
Thank you,
--
Thomas Deniau