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/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to