diff options
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:32b/output/syscall/1701973')
| -rw-r--r-- | results/classifier/no-thinking-deepseek-r1:32b/output/syscall/1701973 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:32b/output/syscall/1701973 b/results/classifier/no-thinking-deepseek-r1:32b/output/syscall/1701973 new file mode 100644 index 000000000..1b13a29b0 --- /dev/null +++ b/results/classifier/no-thinking-deepseek-r1:32b/output/syscall/1701973 @@ -0,0 +1,20 @@ + + + +pread does not work right under qemu-sh4 + +The pread system call returns a wrong value in some case, in a program running under qemu-sh4 (version 2.9.0). + +How to reproduce: +- Compile the program: + sh4-linux-gnu-gcc-5 -O -Wall -static -o test-pread test-pread.c +- Set environment variable for using qemu-sh4 (actually not needed, since the program is statically linked here). +- ~/inst-qemu/2.9.0/bin/qemu-sh4 test-pread + +Expected output: +ret=1 errno=0 + +Actual output: +ret=0 errno=2 +test-pread.c:44: assertion 'ret == 1' failed +qemu: uncaught target signal 6 (Aborted) - core dumped \ No newline at end of file |