Blue screen in ntoskrnl.exe

All,

when I run my driver,it ends up with a blue screen.
Blue screen stack does not list my driver and lists
ntoskrnl.exe. The bug check code : 0x0000001E.

How should I debug if the blue screen happens in
ntoskrnl. I know how to fix if it happens in my
drivers but not in ntoskrnl.

Ple. provide me with some inputs.


Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

I’ve seen my driver bugs cause blue screen in other components. I list some
items that helped me.

  • using Verifier on several OS versions (XP has more posibilities that 2K)
  • checking the stack of failing thread: related functions could have
    something corrupted
  • check for NULL pointers, double freeing of memory, locking violations

Joze

-----Original Message-----
From: Tom Pr [mailto:xxxxx@yahoo.com]
Sent: Tuesday, May 06, 2003 3:05 AM
To: NT Developers Interest List
Subject: [ntdev] Blue screen in ntoskrnl.exe

All,

when I run my driver,it ends up with a blue screen.
Blue screen stack does not list my driver and lists
ntoskrnl.exe. The bug check code : 0x0000001E.

How should I debug if the blue screen happens in
ntoskrnl. I know how to fix if it happens in my
drivers but not in ntoskrnl.

Ple. provide me with some inputs.


Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


You are currently subscribed to ntdev as: xxxxx@hermes.si
To unsubscribe send a blank email to xxxxx@lists.osr.com