diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/1646 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-main.tar.gz qemu-analysis-main.zip | |
Diffstat (limited to 'results/scraper/fex/1646')
| -rw-r--r-- | results/scraper/fex/1646 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/results/scraper/fex/1646 b/results/scraper/fex/1646 new file mode 100644 index 000000000..04aa1311d --- /dev/null +++ b/results/scraper/fex/1646 @@ -0,0 +1,14 @@ +FEXLoader fails to run itself in ENABLE_X86_HOST_DEBUG +Not sure if this is an important case, but hit it when I was playing around with FEX: + +$ ~/FEX/Build/Bin/FEXLoader -- ~/FEX/Build/Bin/FEXLoader /usr/bin/zip +Illegal instruction (core dumped) + + + Build command: + CC=clang CXX=clang++ cmake -DENABLE_X86_HOST_DEBUG=True -DENABLE_LLD=True -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug -DENABLE_LTO=True -DBUILD_TESTS=False -G Ninja .. + +$ uname -a +Linux jvanderspek-lap 5.13.0-39-generic #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux + + |