Date: Wed, 13 Oct 2004 15:45:11 +0300 From: Andriy Gapon <avg@icyb.net.ua> To: freebsd-emulation@freebsd.org Subject: Re: linux threaded application hang Message-ID: <416D2357.6060708@icyb.net.ua> In-Reply-To: <416D0D2C.6020001@icyb.net.ua> References: <416CF40A.3070008@icyb.net.ua> <416D0D2C.6020001@icyb.net.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
sorry for all the traffic, the problem was not emulation related indeed. But I think its resoultion may be interesting for those who wants to use Linux applications with old threads (non NPTL) on FreeBSD. Root cause was that the application was both setuid and setgid (this one is important), and the signal 32 is not among "standard" signals and security.bsd.conservative_signals=1 by default. Setting security.bsd.conservative_signals=0 helped me with MQ. -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?416D2357.6060708>