crash at end of exception-handler
crash at end of exception-handler
- Subject: crash at end of exception-handler
- From: Christoph Hoevel <email@hidden>
- Date: Wed, 4 Sep 2002 10:32:32 +0200
Since I upgraded to 10.2, my app crashes ( "EXC_BAD_ACCESS" ) at the
end of the exception handler:
NS_DURING
[ NSException raise: @"exception" format: @"only a test" ];
NS_HANDLER
NSRunAlertPanel( [ localException name ] , @"%@", @"OK", nil, nil,
localException);
NS_ENDHANDLER // <-- here the app crashes
I have installed the Juli 2002 DevTools and August 2002 DevTools
Update. Even if I comment the line, where the exception is thrown, out,
the app crashes at the end of the handler. What did I forget?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.