A forum for reverse engineering, OS internals and malware analysis 

Ask your beginner questions here.
 #14281  by _Lynn
 Tue Jun 26, 2012 12:07 am
Hello. Frequent while i debug.. even with KD attached. I will randomly get bug checked with 0x109 critical structure corruption which as we know = PG.

I use vmware, my bcd entry look like:
Code: Select all
bcdedit /dbgsettings serial debugport:2 /start ACTIVE /noumex



an friend told me to use /start AUTOENABLE however that cause windbg to hang at "waiting to reconnect..." and never actually attach.

if anyone have any ideas.. please let me know.

thanks. sorry for bad english
 #14309  by everdox
 Tue Jun 26, 2012 11:39 pm
I had this issue with vmware as well. set the bcdentry without usermode interrupts but with /start autoenable.

you can always set KdIgnoreUmExceptions manually with the debugger or your driver later.