bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #23314] Problem handling exceptions with own handler


From: Richard Frith-Macdonald
Subject: [bug #23314] Problem handling exceptions with own handler
Date: Wed, 21 May 2008 12:47:24 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-us) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18

Update of bug #23314 (project gnustep):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Declined               

    _______________________________________________________

Follow-up Comment #1:

Looks like you are raising the exception within a notification handler.
Exceptions occurring within timeouts or notifications are handled locally
(logged and ignored) by the base library (Foundation framework on macos-x).
So the exception is caught by the NSNotificationCenter and handled there.
Therefore, as this is not an uncaught exception, it is not (and should not
be) dealt with by the uncaught exception handler.



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23314>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]