blob: 4728e4eee07ec7fda798bae250c3126da73a688f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
device: 0.751
graphic: 0.738
files: 0.708
semantic: 0.636
debug: 0.545
other: 0.450
performance: 0.449
PID: 0.418
network: 0.409
permissions: 0.362
vnc: 0.341
socket: 0.263
boot: 0.256
KVM: 0.035
pigz crashes when running in an aarch64 chroot (entered through qemu-binfmt) with qemu 8.1.0-rc*, qemu 8.0.3 is ok
Description of problem:
If qemu 8.1.0-rc1, -rc2 or -rc3 is used, pigz crashes.
```
# chroot /chroot/aarch64 pigz /tmp/test
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault
```
With qemu 8.0.3 on the same chroot enviroment, it works and produces the expected /chroot/aarch64/tmp/test.gz
Steps to reproduce:
1. Install an aarch64 chroot environment on x86_64
2. Try using pigz to compress a file inside the chroot environment using qemu-binfmt
Additional information:
Unfortunately `git bisect`-ing the issue isn't easy because many snapshots between 8.0.0 (good) and 8.1.0-rc1 (first known bad) don't compile.
|