From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ML1wW-0008Pr-03 for qemu-devel@nongnu.org; Sun, 28 Jun 2009 17:29:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ML1wV-0008Pe-9D for qemu-devel@nongnu.org; Sun, 28 Jun 2009 17:29:43 -0400 Received: from [199.232.76.173] (port=48817 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ML1wV-0008Pa-62 for qemu-devel@nongnu.org; Sun, 28 Jun 2009 17:29:43 -0400 Received: from fg-out-1718.google.com ([72.14.220.155]:3913) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ML1wU-0006Zp-S1 for qemu-devel@nongnu.org; Sun, 28 Jun 2009 17:29:43 -0400 Received: by fg-out-1718.google.com with SMTP id l27so346244fgb.8 for ; Sun, 28 Jun 2009 14:29:37 -0700 (PDT) MIME-Version: 1.0 Date: Sun, 28 Jun 2009 23:29:36 +0200 Message-ID: From: Asia Slowinska Content-Type: multipart/alternative; boundary=000e0cd25048390f25046d6f4540 Subject: [Qemu-devel] User mode emulation of fork has problems with glibc-2.9 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel --000e0cd25048390f25046d6f4540 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I tried to run a simple program only invoking fork() with glibc-2.9 with qemu-i386 (host arch is i386 as well). ../nptl/sysdeps/unix/sysv/linux/i386/../fork.c:141: __libc_fork: Assertion (self->tid) != ppid fails. qemu: uncaught target signal 6 (Aborted) - exitingqemu: uncaught target signal 11 (Segmentation fault) - exiting Is that supported and am I doing something wrong? Many thanks in advance. --000e0cd25048390f25046d6f4540 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I tried to run a simple program only invoking fork() with glibc-2.9 with qe= mu-i386 (host arch is i386 as well).=A0

../nptl/sysdeps/= unix/sysv/linux/i386/../fork.c:141: __libc_fork: Assertion (self->tid) != =3D ppid =A0 fails.=A0
qemu: uncaught target signal 6 (Aborted) - exiting
qemu: unca= ught target signal 11 (Segmentation fault) - exiting

Is= that supported and am I doing something wrong?

Many thanks in advance. =A0
--000e0cd25048390f25046d6f4540--