diff options
Diffstat (limited to 'results/scraper/box64/2710')
| -rw-r--r-- | results/scraper/box64/2710 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/results/scraper/box64/2710 b/results/scraper/box64/2710 new file mode 100644 index 000000000..6545696c0 --- /dev/null +++ b/results/scraper/box64/2710 @@ -0,0 +1,32 @@ +SIGSEGV in `Bitfield` Task (x86 NBench with `-m32 -mno-sse`) +When running the x86 version of [NBench](https://github.com/nfinit/ansibench/tree/master/nbench), compiled with the `-m32 -mno-sse` flag, the Bitfield task(Executes a variety of bit manipulation functions.) consistently results in a segmentation fault. + +### Logs + +- [bitfield_dynacLog2.txt](https://github.com/user-attachments/files/20615208/bitfield_dynacLog2.txt) + +- [bitfield_Log2.txt](https://github.com/user-attachments/files/20615211/bitfield_Log2.txt) + + +### Environment + +1. Box64 version: Box64 riscv64 v0.3.5 294178b with Dynarec built on Jun 5 2025 +2. Build flags: + ``` +cmake -G Ninja \ + -DBOX32=ON \ + -DRV64=1 \ + -DRV64_DYNAREC=ON \ + -DGDBJIT=ON \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_C_COMPILER=gcc \ + .. +``` +3. Platform: RISC-V 64, Debian (chroot) +4. CPU: 4× cores(Andes AX45MP), Little Endian +5. page size 4096 +6. Kernel: 6.1.47+ +7. gcc :(Debian 14.2.0-19) 14.2.0 +8. glibc :(Debian GLIBC 2.41-7) 2.41 + +Thanks ! \ No newline at end of file |