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/qwen3:32b/reasoning/syscall/1689367 | |
| parent | 238ec2b7cc1557d6f34c33cc482e4d0cd3e266dd (diff) | |
| download | qemu-analysis-61361f925d4914a6608a0076e64cc2399311ed5f.tar.gz qemu-analysis-61361f925d4914a6608a0076e64cc2399311ed5f.zip | |
add new results
Diffstat (limited to 'results/classifier/qwen3:32b/reasoning/syscall/1689367')
| -rw-r--r-- | results/classifier/qwen3:32b/reasoning/syscall/1689367 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/results/classifier/qwen3:32b/reasoning/syscall/1689367 b/results/classifier/qwen3:32b/reasoning/syscall/1689367 new file mode 100644 index 000000000..6240e47e8 --- /dev/null +++ b/results/classifier/qwen3:32b/reasoning/syscall/1689367 @@ -0,0 +1,9 @@ +<think> +Okay, let's try to figure out how to classify this bug report. The user is running an ARMv7 QEMU chroot on an x86_64 host and seeing "Unsupported syscall: 384" messages. They mentioned that syscall 384 is related to sys_getrandom, which is the getrandom system call. + +The problem here is that QEMU, when emulating an ARM environment, doesn't support the getrandom syscall. The user is getting these messages during compile activities, but it's not causing any actual issues yet. The IRC chat suggests that the syscall is present in the ARM syscall table, so maybe QEMU isn't handling it properly. + +The possible categories are instruction, syscall, or runtime. Since the error is specifically about an unsupported syscall, it seems like it should be a syscall category. The issue isn't about a faulty instruction but rather QEMU not handling a specific system call. Runtime errors are for other issues during execution, but the key here is the syscall support. So I think the correct category is syscall. +</think> + +syscall \ No newline at end of file |