kern/72922: linux emulation: suid/sgid threaded applications
hang
Andriy Gapon
avg at icyb.net.ua
Fri Mar 18 01:50:06 PST 2005
The following reply was made to PR kern/72922; it has been noted by GNATS.
From: Andriy Gapon <avg at icyb.net.ua>
To: Maxim Sobolev <sobomax at portaone.com>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: kern/72922: linux emulation: suid/sgid threaded applications
hang
Date: Fri, 18 Mar 2005 11:44:00 +0200
on 10.03.2005 14:56 Maxim Sobolev said the following:
> I see. Try to replace the following line in kern_prot.c:
>
> if (signum == SIGTHR && td->td_proc->p_leader != NULL &&
>
> with the following:
>
> if (signum >= SIGTHR && td->td_proc->p_leader != NULL &&
>
> And let me know if it helps.
>
Maxim,
this has fixed the problem completely, thank you.
As to your other question, I need to gather my thoughts on it :-)
--
Andriy Gapon
More information about the freebsd-emulation
mailing list