Remove an unneeded PROC_LOCK, which caused lock recursion panics.
Print a warning about old applications with no signal trampoline. Reported by: marius@alchemy.franken.de
This commit is contained in:
parent
c9400e18a9
commit
65be42f64d
@ -377,7 +377,7 @@ sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code)
|
||||
* No signal tramoline... kill the process.
|
||||
*/
|
||||
CTR0(KTR_SIG, "sendsig: no sigtramp");
|
||||
PROC_LOCK(p);
|
||||
printf("sendsig: %s is too old, rebuild it\n", p->p_comm);
|
||||
sigexit(td, sig);
|
||||
/* NOTREACHED */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user