From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H8Gva-00075V-Dr for qemu-devel@nongnu.org; Sat, 20 Jan 2007 09:10:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H8GvY-00073B-F0 for qemu-devel@nongnu.org; Sat, 20 Jan 2007 09:10:41 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8GvY-00072m-9A for qemu-devel@nongnu.org; Sat, 20 Jan 2007 09:10:40 -0500 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H8GvX-0002QL-LK for qemu-devel@nongnu.org; Sat, 20 Jan 2007 09:10:39 -0500 From: Paul Brook Subject: Re: [Qemu-devel] pthreads with QEMU Date: Sat, 20 Jan 2007 13:43:48 +0000 References: <20070120133220.3202.qmail@webmail34.rediffmail.com> In-Reply-To: <20070120133220.3202.qmail@webmail34.rediffmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701201343.49328.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, priya sridhar On Saturday 20 January 2007 13:32, priya sridhar wrote: > Hi all, > I am using QEMU to emulate ARM processor. HOST CPU is Pentium 4.Host OS is > Linux.I have created threads in my program using pthread libraries. When i > attempt to run the program in user level emulation, threads are created, > but they just hang. can someone help me to find out how to correct it? Threaded applications don't work reliably under qemu. See mailing list archives for discussions of the technical reasons why. Paul