summary refs log tree commit diff stats
path: root/results/classifier/phi4:14b/reasoning/syscall/1926521
blob: 27f9431be624201090ad66265d0679e96415cab8 (plain) (blame)
1
2
3
syscall

The issue revolves around QEMU's handling (or lack thereof) of the `MADV_DONTNEED` advice in a system call (`madvise`). The behavior described suggests that QEMU does not implement this specific functionality correctly, leading to different behavior than expected on native Linux. Thus, it falls under the category of an error with a syscall.