Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2005 09:50:06 GMT
From:      Andriy Gapon <avg@icyb.net.ua>
To:        emulation@FreeBSD.org
Subject:   Re: kern/72922: linux emulation: suid/sgid threaded applications hang
Message-ID:  <200503180950.j2I9o6uL027483@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/72922; it has been noted by GNATS.

From: Andriy Gapon <avg@icyb.net.ua>
To: Maxim Sobolev <sobomax@portaone.com>
Cc: freebsd-gnats-submit@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503180950.j2I9o6uL027483>