diff options
Diffstat (limited to 'results/classifier/118/graphic/2675')
| -rw-r--r-- | results/classifier/118/graphic/2675 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/results/classifier/118/graphic/2675 b/results/classifier/118/graphic/2675 new file mode 100644 index 000000000..b70bedd22 --- /dev/null +++ b/results/classifier/118/graphic/2675 @@ -0,0 +1,41 @@ +graphic: 0.903 +device: 0.883 +debug: 0.833 +semantic: 0.582 +performance: 0.545 +PID: 0.431 +register: 0.429 +vnc: 0.427 +i386: 0.365 +mistranslation: 0.311 +socket: 0.306 +architecture: 0.305 +x86: 0.285 +boot: 0.220 +files: 0.215 +permissions: 0.213 +network: 0.211 +ppc: 0.203 +TCG: 0.171 +peripherals: 0.111 +user-level: 0.100 +risc-v: 0.099 +hypervisor: 0.086 +assembly: 0.079 +VMM: 0.076 +virtual: 0.073 +arm: 0.042 +kernel: 0.019 +KVM: 0.001 + +q800 machine is broken when compiling with --enable-cfi +Description of problem: +When compiling QEMU that is configured like this: +``` + .../configure --target-list=m68k-softmmu --enable-cfi --cc=clang +``` +the q800 machine crashes with an illegal exception on the host very early, somewhere during q800_machine_init() +Steps to reproduce: +1. .../configure --target-list=m68k-softmmu --enable-cfi --cc=clang +2. make qemu-system-m68k +3. ./qemu-system-m68k -M q800 |