Subject: Re: port-sparc64/33114
To: None <port-sparc64-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 03/21/2006 22:25:02
The following reply was made to PR port-sparc64/33114; it has been noted by GNATS.

From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: port-sparc64/33114
Date: Tue, 21 Mar 2006 23:22:37 +0100

 On Tue, Mar 21, 2006 at 10:30:18AM +0100, Martin Husemann wrote:
 > Maybe something is scribling over the sigprops[] array?
 
 Of course (the array is const) this is not the case.
 The signal is not delivered because of this check in kpsignal2:
 
 		if (sigismember(&p->p_sigctx.ps_sigignore, signum))
 			return;
 
 So, any ideas why it SIGABRT sometimes gets added to that set?
 Shouldn't login reset the sets, or the shell when invoked as login shell?
 
 Martin