Date: Sun, 03 Oct 2004 12:44:19 -0700 From: Julian Elischer <julian@elischer.org> To: Scott Long <scottl@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_sig.c Message-ID: <41605693.4080704@elischer.org> In-Reply-To: <4160160A.7040402@FreeBSD.org> References: <200410031323.i93DNnpb082575@repoman.freebsd.org> <4160160A.7040402@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Scott Long wrote: > David Xu wrote: > >> davidxu 2004-10-03 13:23:49 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/kern kern_sig.c Log: >> Don't bother to turn off other P_STOPPED bits for SIGKILL, doing >> so would cause kernel to produce an unkillable process in some cases, >> especially, P_STOPPED_SINGLE has a singling thread, turning off the >> bit would mess the state. >> Revision Changes Path >> 1.292 +1 -1 src/sys/kern/kern_sig.c > > > Could this be responsible for the times where bash doesn't respond to ^C > while processing a script? It's hard to say.. either that or Stephan's bug.. Both should be MFC'd when proven.. (Plus one I will check in today)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41605693.4080704>