vivier / qemu-m68k

Other
40 stars 6 forks source link

tb_lock: Assertion `!have_tb_lock' failed. on i386 #23

Open glaubitz opened 7 years ago

glaubitz commented 7 years ago

On i386, qemu-m68k segfaults when trying to enter the chroot:

root@jessie32:/srv/sid-m68k-sbuild> uname -a
Linux jessie32 4.8.0-0.bpo.2-686-pae #1 SMP Debian 4.8.11-1~bpo8+1 (2016-12-14) i686 GNU/Linux
root@jessie32:/srv/sid-m68k-sbuild> chroot .
qemu-m68k-static: /local_scratch/glaubitz/qemu-m68k/translate-all.c:179: tb_lock: Assertion `!have_tb_lock' failed.
qemu-m68k-static: /local_scratch/glaubitz/qemu-m68k/translate-all.c:179: tb_lock: Assertion `!have_tb_lock' failed.
Segmentation fault
root@jessie32:/srv/sid-m68k-sbuild>

The same git revision works fine on amd64:

root@jessie64:/srv/sid-m68k-sbuild> uname -a
Linux jessie64 4.7.0-0.bpo.1-amd64 #1 SMP Debian 4.7.8-1~bpo8+1 (2016-10-19) x86_64 GNU/Linux
root@jessie64:/srv/sid-m68k-sbuild> chroot .
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
(sid-m68k-sbuild)root@jessie64:/#