CrashReporter troubles
CrashReporter troubles
- Subject: CrashReporter troubles
- From: Robert Cerny <email@hidden>
- Date: Sat, 19 Aug 2006 22:34:48 +0200
Hi folks,
I implemented a crash reporter and since adding it into my app, I
have a very weird problem. When I try to run my main app for the
first time, it loads correctly and displays the main window.
However,when I simply quit it and reload it again, the window of
crash catcher appears. I know that there wasn't any crash there
because the only signal which I enabled for catching is SIGXFSZ,
which is very unlikely.
signal(SIGXFSZ, CrashHandler_Signal);
Does anyone know what could be wrong?
Thanks
Robert
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden