Looks like the __clone() call is failing for some reason:
https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/unix/sysv/linux/spawni.c;h=dea1650d08ded5fd848f263aebebe8748e703697;hb=HEAD#l362
Here is a workaround:
cd /usr/share/i18n/charmaps
gunzip --keep UTF-8.gz
locale-gen en_US.UTF-8
--
It is possible to reproduce the issue with a simple clone example taken
from
http://man7.org/linux/man-pages/man2/clone.2.html
# qemu-aarch64-static -strace ./a.out testname
585 brk(NULL) = 0x00413000
585 uname(0x4000812d08) = 0
585 faccessat(AT_FDCWD,"/etc/ld.so.nohwcap",F_OK,0x82e8
** Changed in: qemu
Status: Incomplete => New
--
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:
New
Bug description:
I'm running a command (locale-
Could you please check whether the problem also occurs with QEMU v2.10?
** Changed in: qemu
Status: New => Incomplete
--
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
I can confirm this. The ninja build system is also affected.
--
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:
New
Bug description:
I'm running a command