You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System freezes when int 3 is executed in usermode application.
Description
I test HyperPlatform.sys in a Win7 x64 vm.
With windbg attached to vm, bp.exe will cause breakpoint in windbg.
Without windbg attached to vm, if i run bp.exe in vm , vm will freeze, i tried to uncomment the InterruptionVector::kBreakpointException line, but still the same issue.
System freezes when
int 3
is executed in usermode application.Description
I test HyperPlatform.sys in a Win7 x64 vm.
With windbg attached to vm,
bp.exe
will cause breakpoint in windbg.Without windbg attached to vm, if i run
bp.exe
in vm , vm will freeze, i tried to uncomment theInterruptionVector::kBreakpointException
line, but still the same issue.HyperPlatform/HyperPlatform/vm.cpp
Lines 658 to 662 in bf6a2b8
bp.exe
source code:Expected behavior
Without windbg attached to vm, if i run
bp.exe
in vm , vm should not freeze andVectoredHandler
should be called.Actual behavior
Without windbg attached to vm, if i run
bp.exe
in vm , vm will freeze.Steps to reproduce the problem
bp.exe
in cmd.exeSpecifications
Commit: bf6a2b8
OS version: Host(Win10 x64 2004) (VM: Win7 x64 in Vmware Workstation)
Hardware: intel
The text was updated successfully, but these errors were encountered: