diff options
Diffstat (limited to 'results/classifier/accel-gemma3:12b/tcg/1880287')
| -rw-r--r-- | results/classifier/accel-gemma3:12b/tcg/1880287 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/results/classifier/accel-gemma3:12b/tcg/1880287 b/results/classifier/accel-gemma3:12b/tcg/1880287 new file mode 100644 index 000000000..0a3f12d57 --- /dev/null +++ b/results/classifier/accel-gemma3:12b/tcg/1880287 @@ -0,0 +1,12 @@ + +gcc crashes in hppa emulation + +There seems to be a translation bug in the qemu-hppa (qemu v5.0.0) emulation: +A stripped down testcase (taken from Linux kernel build) is attached. + +In there is "a.sh", a shell script which calls gcc-9 (fails with both debian gcc-9.3.0-11 or gcc-9.3.0-12). and "a.iii", the preprocessed source. + +When starting a.sh, in the emulation gcc crashes with segfault. +On real hardware gcc succeeds to compile the source. + +In a hppa-user chroot running "apt update && apt install gcc-9" should be sufficient to get the needed reproducer environment. \ No newline at end of file |