From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqqJ5-0003i6-F2 for qemu-devel@nongnu.org; Tue, 29 Apr 2008 09:55:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqqJ3-0003hu-3R for qemu-devel@nongnu.org; Tue, 29 Apr 2008 09:55:42 -0400 Received: from [199.232.76.173] (port=54829 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqqJ2-0003hr-Ue for qemu-devel@nongnu.org; Tue, 29 Apr 2008 09:55:40 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JqqJ2-0000n3-EH for qemu-devel@nongnu.org; Tue, 29 Apr 2008 09:55:40 -0400 From: Paul Brook Subject: Re: [Qemu-devel] User mode emulation's clone does not seem to work with glibc >= 2.4's fork Date: Tue, 29 Apr 2008 14:55:34 +0100 References: <1209474608.5892.9.camel@localhost.localdomain> In-Reply-To: <1209474608.5892.9.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804291455.34374.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Lubomir Kundrak On Tuesday 29 April 2008, Lubomir Kundrak wrote: > I tried to run SH4 binaries linked with glibc-2.8 with qemu-sh4. fork() > system call was always returning with "Invalid argument". qemu doesn't currently support NPTL. I'm working on it. Paul