Update of bug #18144 (project gnustep):

                  Status:                    None => Wont Fix               
             Open/Closed:                    Open => Declined               

    _______________________________________________________

Follow-up Comment #1:

Ok, so after some discussion this seems to be not as easy as wrapping
something in an exception handler..

the error is stemming from the normal application runloop

setting NSSetUncaughtExceptionHandler to exit test mode still exits because
base exits unconditionally if the exception handler doesn't

another possibility would be to 

put an exception handler around
[NSApp run];
to rerun the application

which i haven't tried, would require reimplementing NSApplicationMain etc
and looks like it would trigger the NSApp run called recursively exception.

anyhow i've fixed the bug in gui.



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  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