From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7aFC-0003mv-5E for qemu-devel@nongnu.org; Wed, 15 Sep 2004 09:54:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7aFA-0003lz-3k for qemu-devel@nongnu.org; Wed, 15 Sep 2004 09:54:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7aFA-0003lw-1I for qemu-devel@nongnu.org; Wed, 15 Sep 2004 09:54:44 -0400 Received: from [62.241.160.193] (helo=pengo.systems.pipex.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C7a98-0000X2-T6 for qemu-devel@nongnu.org; Wed, 15 Sep 2004 09:48:31 -0400 From: Paul Brook Subject: Re: [Qemu-devel] qemu-i386 segfault with skype Date: Wed, 15 Sep 2004 14:48:28 +0100 References: <20040915133040.GR2600@shammash.lan> In-Reply-To: <20040915133040.GR2600@shammash.lan> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409151448.28254.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 On Wednesday 15 September 2004 14:30, Luca Bigliardi - shammash wrote: > hi, > i'm trying to run skype-static for linux-x86 on > powerpc with qemu-i386 (0.6.0 debianized). > > qemu segfaults with "Unsupported Syscall: 149", > i've searched the archives and seen that could be > a library problem, is it right? > > what kind of informations should i loot at/post > to solve this problem? This should be fixed in CVS. (syscall 149 is _sysctl). Paul