-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
Type of this issue (please specify)
- This is a bug in the upstream tree as-is unmodified. (only added debug print messages)
System information
- CPU: Intel i7 3770K (Codename: Ivy Bridge)
- Kernel: NT Kernel (ntkrnlmp.exe)
- Kernel version: 10.0.14393 Build number: ?
- OS: Windows 10 x64
Build Configuration
- ENABLE_DBGPRINT
- ENABLE_FILEPRINT
- EPAGE_HOOK
- INTROSPECT_ENGINE
- PMEM_SANDBOX
- ENABLE_RESUBV
I have to mention that this also happens when I just enable EPAGE_HOOK
Issue description
My issues is, that after I start the user mode application (ksm_um.exe), my PC just freezes.
I have waited up to about 10 minutes without anything happening. No crash, nothing.
The last log entry in the log file is right before the DPC call. After that, nothing gets through.
When I tested other hypervisors, I always got some kind of feedback (good or bad) like a BSOD which would help to track down the issue.