Re: Why no crash reporter if I install some signal handler on Leopard
Re: Why no crash reporter if I install some signal handler on Leopard
- Subject: Re: Why no crash reporter if I install some signal handler on Leopard
- From: Terry Lambert <email@hidden>
- Date: Mon, 26 Nov 2007 13:19:51 -0800
If you catch and handle the signal, then by definition you haven't
crashed.
Leopard crash handling changed to issue a specific exception on
crashes, so there are fewer spurious reports.
A consequence of this is that caught signals that would otherwise be
fatal no longer trigger crash reports.
-- Terry
On Nov 26, 2007, at 1:23 AM, zhanglin <email@hidden> wrote:
Hi, all,
Does any one know why no crash reporter if I install some signal
handler on Leopard? On Tiger, even tough I install the handler, I
can get the crash reporter too. If I want to install the signal
handler and make the crash reporter dialog to be shown too, what
should I do? Pass the exception in signal hander? How?
Best Regargs
zhanglin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden