rmusser01/hyperdbg

Unloading fails when PAE is enabled

GoogleCodeExporter opened this issue · 1 comments

What steps will reproduce the problem?
1. Compile HyperDbg with PAE support enabled.
2. Load HyperDbg.
3. Unload HyperDbg

What is the expected behaviour? What do you see instead?
HyperDbg should be unloaded without problems. The machine crashes (triple 
fault) when tring to unload HyperDbg. 

Please provide Bochs output file and serial debug file.

Original issue reported on code.google.com by aristidefattori on 16 Jul 2010 at 1:38

Attachments:

MmuFini() was called a little too early.

Original comment by aristidefattori on 16 Jul 2010 at 2:47

  • Changed state: Fixed