Subject: Re: lib/27230
To: None <rpaulo@netbsd.org>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 07/10/2005 11:28:08
On Sun, Jul 10, 2005 at 02:52:46AM +0000, rpaulo@netbsd.org wrote:
> Synopsis: pthread: frequent crashes in pthread__signal_deferred (2.0RC1)

Just for the record: mozilla and firefox try to be helpfull and catch
fatal signals to show a "nice" gui instead of a core dump. Unfortunately,
sometimes this does not work. You can not realy see the reason for the
crash untill you remvoe the signal handlers (CATCH_ALL macros) in the code.

Martin