blob: a1ec0838153ba842442dc14243a8c865e181bad5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Userland QEMU segfaults when emulating itself thrice
Description of problem:
See title.
```
$ qemu-x86_64-static qemu-x86_64-static qemu-x86_64-static /bin/true
qemu-x86_64-static: QEMU internal SIGSEGV {code=ACCERR, addr=0x7f9ae80001a0}
[1] 15705 segmentation fault (core dumped) qemu-x86_64-static qemu-x86_64-static qemu-x86_64-static /bin/true
```
Steps to reproduce:
1. Execute command above
Additional information:
Coredump (~322MB uncompressed)
[qemu_qemu-x86_64-static_20240208-123447_15705.core.xz](/uploads/a6723aaf956dfd1efc434303e62c25e2/qemu_qemu-x86_64-static_20240208-123447_15705.core.xz)
SHA1: 31c2b06a61f63dca5199b64b767aa2fdeefbeec6
|