bug-gnustep
[Top][All Lists]
Advanced

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

[bug #18144] only able to abort when exception during testing interface


From: matt rice
Subject: [bug #18144] only able to abort when exception during testing interface
Date: Mon, 30 Oct 2006 20:36:53 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060719 Firefox/1.5.0.5

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/





reply via email to

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