diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-07 17:18:14 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-07 17:18:14 +0000 |
| commit | 61361f925d4914a6608a0076e64cc2399311ed5f (patch) | |
| tree | 6f717c2ff0b11d7493e60da9757818d119cfb541 /results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/1076445 | |
| parent | 238ec2b7cc1557d6f34c33cc482e4d0cd3e266dd (diff) | |
| download | emulator-bug-study-61361f925d4914a6608a0076e64cc2399311ed5f.tar.gz emulator-bug-study-61361f925d4914a6608a0076e64cc2399311ed5f.zip | |
add new results
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/1076445')
| -rw-r--r-- | results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/1076445 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/1076445 b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/1076445 new file mode 100644 index 00000000..73092291 --- /dev/null +++ b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/1076445 @@ -0,0 +1,7 @@ +The issue described involves `qemu-i386` failing when executing a cross-compiled program that uses the `system()` function. This problem does not occur with other architectures like ARM or MIPS. The user has tried both i386 and x86_64 toolchains, both resulting in failure, while other architectures work fine. + +The classification of this bug is likely related to how QEMU handles system calls on specific architectures when using a cross-compiled environment. Since the problem arises with `system()`, which invokes a shell command, it suggests an issue with how the cross-toolchain interacts with QEMU's emulation for x86 architectures. The failure could be due to missing or incorrectly implemented syscalls in QEMU's i386 and x86_64 emulators when dealing with certain system calls. + +Therefore, this bug falls under the category of: + +**syscall** \ No newline at end of file |