site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 27 Nov 2007, at 17:28, Steve Sisak wrote: Jonas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On Nov 26, 2007, at 1:23 AM, zhanglin <zhanglin.zhou@gmail.com> wrote: 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? Is there a best practice for generating a crash report for a signal that one partially handles? Install the signal handler as SA_RESETHAND and let the signal be triggered again by simply returning from the signal handler after you've done what you want (should work at least for SIGFPE, SIGSEGV and SIGBUS as long as you don't start modifying the signal context). This email sent to site_archiver@lists.apple.com