Opened 11 years ago
Closed 8 years ago
#11794 closed defect (obsolete)
EIP/RIP off by one after int 3
Reported by: | TimoKreuzer | Owned by: | |
---|---|---|---|
Component: | VMM | Version: | VirtualBox 4.2.12 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Windows |
Description
After hitting an int 3, execution is transferred to the registered interrupt handler, but the EIP (or RIP in long mode) that is pushed on the stack is off by one.
The bug occurs randomly and seems to be introduced by modification of page tables.
I got this bug the first time in 2011 in x64 long mode. Today it happened for me in x86 mode. Like in long mode the eip value on the stack is pointing at the int 3 instruction. While in long mode the bug continued to happen, it only happened a single time on x86, while all following int 3 were correct. In long mode it happened after writing a valid PTE, in x86 mode it happened after zeroing out the lower half of the page directory.
See also https://www.virtualbox.org/pipermail/vbox-dev/2011-December/010456.html
Please reopen if still relevant with a recent VirtualBox release.