Opened 13 years ago
Closed 10 years ago
#9750 closed defect (obsolete)
Int 2h (NMI) deadlock on Windows guests running on linux hosts
Reported by: | joe400 | Owned by: | |
---|---|---|---|
Component: | VMM | Version: | VirtualBox 4.1.0 |
Keywords: | Cc: | ||
Guest type: | Windows | Host type: | Linux |
Description (last modified by )
Executing an int 2h from usermode on Windows guests (tested with XP SP3 and W7 SP1) running on linux guest (2.6.35-22, 64bit) is causing a deadlock on the VM. This behavior does not occure on a Windows host (tested with W7 SP1).
Test program:
int main() { _asm int 2h; return 0; }
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | W7 Analyzer 1-2011-10-13-17-28-12.log added |
---|
comment:1 by , 13 years ago
comment:3 by , 10 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |
Most likely fixed in the meantime.
Note:
See TracTickets
for help on using tickets.
Sorry for the type: linux hosts, not linux guest!