diff options
Diffstat (limited to 'results/classifier/zero-shot/108/other/1783437')
| -rw-r--r-- | results/classifier/zero-shot/108/other/1783437 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/1783437 b/results/classifier/zero-shot/108/other/1783437 new file mode 100644 index 000000000..653cd51ca --- /dev/null +++ b/results/classifier/zero-shot/108/other/1783437 @@ -0,0 +1,42 @@ +graphic: 0.865 +other: 0.815 +device: 0.715 +files: 0.686 +semantic: 0.684 +vnc: 0.625 +network: 0.617 +debug: 0.616 +socket: 0.609 +performance: 0.574 +PID: 0.510 +boot: 0.466 +permissions: 0.437 +KVM: 0.209 + +read-modify-write page faults error code has write bit unset + +Consider the attached C file, which does a read-modify-write of the form `add [mem], reg`, where `mem` points to a non-present page. In the resulting page fault, the W/R bit is not set, while real hardware does set this bit. + +% gcc -m32 qemu-bug1.c&& ./a.out && qemu-i386 ./a.out +page fault: addr=0x70000000 err=0x6 +page fault: addr=0x70000000 err=0x4 + +Tested on the qemu-3.0.0-rc1 release. + + + +The QEMU project is currently considering to move its bug tracking to +another system. For this we need to know which bugs are still valid +and which could be closed already. Thus we are setting older bugs to +"Incomplete" now. + +If you still think this bug report here is valid, then please switch +the state back to "New" within the next 60 days, otherwise this report +will be marked as "Expired". Or please mark it as "Fix Released" if +the problem has been solved with a newer version of QEMU already. + +Thank you and sorry for the inconvenience. + + +[Expired for QEMU because there has been no activity for 60 days.] + |