summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/1783437
blob: c741e6c7bc38504eb2462c0e9867b99aa1736923 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
graphic: 0.865
other: 0.815
instruction: 0.800
device: 0.715
semantic: 0.684
mistranslation: 0.634
vnc: 0.625
network: 0.617
socket: 0.609
boot: 0.466
assembly: 0.337
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.]