qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

linux-user static build broken


From: Laurent Vivier
Subject: linux-user static build broken
Date: Tue, 25 Aug 2020 22:36:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hi,

since we have switched to meson, the statically linked binaries of qemu
linux-user are broken:

cd $OBJ
$SRC/configure --static --target-list=m68k-linux-user
make
./qemu-m68k
Segmentation fault (core dumped)

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7bd6833 in __dcigettext ()
(gdb) bt
#0  0x00007ffff7bd6833 in __dcigettext ()
#1  0x00007ffff7bd5352 in __assert_fail ()
#2  0x00007ffff7c4d74c in _dl_relocate_static_pie ()
#3  0x00007ffff7bc713e in __libc_start_main ()
#4  0x00007ffff7a0029e in _start ()

If I build with --disable-pie it works again.

Any idea?

Thanks,
Laurent




reply via email to

[Prev in Thread] Current Thread [Next in Thread]