Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > XP Service Pack 2 STOP: MACHINE_CHECK_EXCEPTION (BLUE SCREEN)

Reply
Thread Tools Display Modes

XP Service Pack 2 STOP: MACHINE_CHECK_EXCEPTION (BLUE SCREEN)

 
 
talfano@ncpsolutions.com
Guest
Posts: n/a

 
      01-31-2005
Hello,

I am receiving a MACHINE_CHECK_EXCEPTION (blue screen) on a fresh
install of XP SP2. After doing a little research, I found that this
exception is created by calling the kernel function "KeBugCheckEx".
Since this is a kernel routine available to all device drivers, I am
assuming that any of my device drivers could be calling this function.


According to the prototype of the function (and the help docs) , the
BugCheckParameters(1-4) can contain anything the driver programmer
decides to put into it (most commonly high and lower order bits of a
memory address).

My question is simple...is thier any way to determine which device
driver is calling this function???

TIA,

Tommy

 
Reply With Quote
 
 
 
 
Robert Aldwinckle
Guest
Posts: n/a

 
      02-04-2005
<> wrote in message
news: ups.com...
> Hello,
>
> I am receiving a MACHINE_CHECK_EXCEPTION (blue screen) on a fresh
> install of XP SP2. After doing a little research, I found that this
> exception is created by calling the kernel function "KeBugCheckEx".
> Since this is a kernel routine available to all device drivers, I am
> assuming that any of my device drivers could be calling this function.
>
>
> According to the prototype of the function (and the help docs) , the
> BugCheckParameters(1-4) can contain anything the driver programmer
> decides to put into it (most commonly high and lower order bits of a
> memory address).
>
> My question is simple...is thier any way to determine which device
> driver is calling this function???



Often the third-parameter seems to be a pointer within the failing
driver. This fact is documented for some stop codes but seems
to work for others where it isn't documented too.

To find the load addresses of your driver you could use the pstat
command line tool. (Actually I have found pstat -s is sufficient.)

<title>KB314084 - How to gather information after a memory dump in Windows XP</title>


BTW such diagnosis is off-topic for this newsgroup.
You could probably get better help from a newsgroup which
specializes in your OS.



>
> TIA,
>
> Tommy
>



Good luck

Robert Aldwinckle
---



 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Blue Screen Stop Code 124 bargaincollection.com Windows Vista General Discussion 10 07-25-2009 09:23 PM
Stop Responding with Blue Screen flewtobob Windows Vista Hardware 1 12-19-2007 02:30 AM
Blue Screen: Stop: 0x8bbfcad4 David Windows Vista General Discussion 0 12-07-2007 01:30 PM
Blue Screen, Stop Error: when using a DVD Michael Windows Vista General Discussion 0 08-25-2007 03:54 PM
Service pack 2 Blue screen maltman Windows Update 1 10-31-2004 07:35 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59