Friday, June 23, 2006

kernel panic debugging

The kernel panic would occur after 103 times abort, which is an abort that happens in an Exception. The exception is window spill exception, tt number 0 x 8C.
After the exception, m_inLoggedException was not reset for some reason.
But even when resetting the m_inLoggedException, the panic persists.
So, the problem could be that when the exception is aborted, certain context was not rolled back correctly.
Most likely it is the ASI. Address Space Identifier.

No comments: