All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alchemist <xavier.miller@cauwe.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Bug 1673976] Re: core dump
Date: Mon, 02 Oct 2017 18:37:49 -0000	[thread overview]
Message-ID: <150696946999.1635.5193951495680741881.malone@chaenomeles.canonical.com> (raw)
In-Reply-To: 20170318142657.21676.52259.malonedeb@chaenomeles.canonical.com

# uname -a && locale-gen 
Linux **** 4.13.4-gentoo #1 SMP PREEMPT Thu Sep 28 09:41:30 CEST 2017 armv7l Intel(R) Celeron(R) 2957U @ 1.40GHz GNU/Linux
 * Generating 8 locales (this might take a while) with 2 jobs
 *  (2/8) Generating en_US.UTF-8 ...
localedef: ../sysdeps/unix/sysv/linux/spawni.c:366: __spawnix: Assertion `ec >= 0' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped                                                                                                                                                                                  [ !! ]
 *  (1/8) Generating en_US.ISO-8859-1 ...
localedef: ../sysdeps/unix/sysv/linux/spawni.c:366: __spawnix: Assertion `ec >= 0' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped                                                                                                                                                                                  [ !! ]
 *  (3/8) Generating fr_BE.ISO-8859-15@euro ...
localedef: ../sysdeps/unix/sysv/linux/spawni.c:366: __spawnix: Assertion `ec >= 0' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped                                                                                                                                                                                  [ !! ]
 *  (4/8) Generating fr_BE.ISO-8859-1 ...
localedef: ../sysdeps/unix/sysv/linux/spawni.c:366: __spawnix: Assertion `ec >= 0' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped                                                                                                                                                                                  [ !! ]
 *  (5/8) Generating fr_BE.UTF-8 ...
localedef: ../sysdeps/unix/sysv/linux/spawni.c:366: __spawnix: Assertion `ec >= 0' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped                                                                                                                                                                                  [ !! ]
 *  (6/8) Generating fr_FR.ISO-8859-15@euro ...
localedef: ../sysdeps/unix/sysv/linux/spawni.c:366: __spawnix: Assertion `ec >= 0' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped                                                                                                                                                                                  [ !! ]
 *  (7/8) Generating fr_FR.ISO-8859-1 ...
localedef: ../sysdeps/unix/sysv/linux/spawni.c:366: __spawnix: Assertion `ec >= 0' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped                                                                                                                                                                                  [ !! ]
 *  (8/8) Generating fr_FR.UTF-8 ...
localedef: ../sysdeps/unix/sysv/linux/spawni.c:366: __spawnix: Assertion `ec >= 0' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped                                                                                                                                                                                  [ !! ]
 * Generation complete
 * Adding locales to archive ...
incomplete set of locale files in "//usr/lib/locale/en_US"
incomplete set of locale files in "//usr/lib/locale/en_US.utf8"
incomplete set of locale files in "//usr/lib/locale/fr_BE"
incomplete set of locale files in "//usr/lib/locale/fr_BE@euro"
incomplete set of locale files in "//usr/lib/locale/fr_BE.utf8"
incomplete set of locale files in "//usr/lib/locale/fr_FR"
incomplete set of locale files in "//usr/lib/locale/fr_FR@euro"
incomplete set of locale files in "//usr/lib/locale/fr_FR.utf8"                                                                                                                                                                         [ !! ]

-- 
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:
  core dump

Status in QEMU:
  Incomplete

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...
    en_US.UTF-8...localedef: ../sysdeps/unix/sysv/linux/spawni.c:360: __spawnix: Assertion `ec >= 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 $locale

  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

  parent reply	other threads:[~2017-10-02 18:51 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-18 14:26 [Qemu-devel] [Bug 1673976] [NEW] core dump l3iggs
2017-09-20 20:10 ` [Qemu-devel] [Bug 1673976] " Matheus Izvekov
2017-09-21  3:38 ` Thomas Huth
2017-10-02 18:36 ` Alchemist
2017-10-02 18:37 ` Alchemist [this message]
2017-10-03  5:30 ` Thomas Huth
2017-10-16 18:04 ` Dominique Belhachemi
2017-10-16 19:23 ` Dominique Belhachemi
2017-11-03 16:34 ` [Qemu-devel] [Bug 1673976] Re: locale-gen dumps core run under arm-linux-user on x86-64 host Peter Maydell
2017-11-06 19:14 ` Peter Maydell
2017-11-07 15:30 ` Peter Maydell
2017-11-20 17:33 ` [Qemu-devel] [Bug 1673976] Re: linux-user clone() can't handle glibc posix_spawn() (causes locale-gen to assert) l3iggs
2017-11-20 18:00 ` Peter Maydell
2017-11-20 18:36 ` Peter Maydell
2017-11-22 15:01 ` James Cowgill
2017-11-22 15:26 ` James Cowgill
2017-11-22 15:30 ` James Cowgill
2017-11-22 16:52 ` Peter Maydell
2017-11-26 20:38 ` John Paul Adrian Glaubitz
2017-12-01 12:03 ` John Paul Adrian Glaubitz
2018-02-27 20:09 ` Éric Hoffman
2018-02-27 21:19 ` Peter Maydell
2018-02-28 15:16 ` Éric Hoffman
2018-02-28 15:39 ` Peter Maydell
2018-03-02 20:59 ` Éric Hoffman
2018-03-03 11:56 ` Peter Maydell
2018-03-05 13:35 ` Éric Hoffman
2018-03-05 14:02 ` Peter Maydell
2018-03-23 18:37 ` Éric Hoffman
2018-03-23 19:07 ` Peter Maydell
2020-12-04 22:05 ` Davide Palma
2021-05-05  6:56 ` Thomas Huth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=150696946999.1635.5193951495680741881.malone@chaenomeles.canonical.com \
    --to=xavier.miller@cauwe.org \
    --cc=1673976@bugs.launchpad.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.