From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1er40a-0004FL-RK for qemu-devel@nongnu.org; Wed, 28 Feb 2018 10:51:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1er40W-0001e4-By for qemu-devel@nongnu.org; Wed, 28 Feb 2018 10:51:08 -0500 Received: from indium.canonical.com ([91.189.90.7]:53836) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1er40W-0001dS-51 for qemu-devel@nongnu.org; Wed, 28 Feb 2018 10:51:04 -0500 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.86_2 #2 (Debian)) id 1er40U-0002Wn-F9 for ; Wed, 28 Feb 2018 15:51:02 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 71BBD2E80D0 for ; Wed, 28 Feb 2018 15:51:02 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Wed, 28 Feb 2018 15:39:46 -0000 From: Peter Maydell Reply-To: Bug 1673976 <1673976@bugs.launchpad.net> Sender: bounces@canonical.com References: <20170318142657.21676.52259.malonedeb@chaenomeles.canonical.com> Message-Id: <151983238635.19532.1417893228923555537.malone@chaenomeles.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 1673976] Re: linux-user clone() can't handle glibc posix_spawn() (causes locale-gen to assert) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Commit fe05e1cb6d64db changed that, so args.err is initialized to zero. -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1673976 Title: linux-user clone() can't handle glibc posix_spawn() (causes locale-gen to assert) Status in QEMU: New Bug description: I'm running a command (locale-gen) inside of an armv7h chroot mounted on my x86_64 desktop by putting qemu-arm-static into /usr/bin/ of the chroot file system and I get a core dump. locale-gen Generating locales... =C2=A0=C2=A0en_US.UTF-8...localedef: ../sysdeps/unix/sysv/linux/spawni.c:= 360: __spawnix: Assertion `ec >=3D 0' failed. qemu: uncaught target signal 6 (Aborted) - core dumped /usr/bin/locale-gen: line 41: 34 Aborted (core dumped)= localedef -i $input -c -f $charset -A /usr/share/locale/locale.alias $loca= le I've done this same thing successfully for years, but this breakage has appeared some time in the last 3 or so months. Possibly with the update to qemu version 2.8. To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1673976/+subscriptions