Pratik Mathur
2005-04-09 03:37:11 UTC
In general, when you get a KASSERT error, how do you go about debugging it?
Normally, it tells you which line in the code the KASSERT is located in, and
what condition it fails. What do you do when you don't know why the
condition failed ? Any help would be great.
In specific, I'm getting the following KASSERT error:
Failed assertion in Page_Fault_Handler: 0 at ../src/geekos/paging.c, line
102, RA = 1acac, thread = 0x00100000
-Pratik
Normally, it tells you which line in the code the KASSERT is located in, and
what condition it fails. What do you do when you don't know why the
condition failed ? Any help would be great.
In specific, I'm getting the following KASSERT error:
Failed assertion in Page_Fault_Handler: 0 at ../src/geekos/paging.c, line
102, RA = 1acac, thread = 0x00100000
-Pratik