Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsWindows VistaWindows XPWindows MeWindows 98Windows 95Virtual PCInternet ExplorerOutlook ExpressWindows MediaSecurity
Related Topics
MS Server ProductsMS OfficePC HardwareMore Topics ...

Windows Forum / Windows XP / Performance and Maintainance / September 2005

Tip: Looking for answers? Try searching our database.

"save dump" listed in event viewer, causing reboot.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Pierce Lynch - 23 Sep 2005 21:05 GMT
Hi,

Currently have this description related to an error message listed within my
even viewer on a winxp PRO machine:
"The computer has rebooted from a bugcheck.  The bugcheck was: 0x000000c2
(0x00000007, 0x00000cd4, 0x024c0010, 0x84e006f0). A dump was saved in:
C:\WINDOWS\Minidump\Mini092305-02.dmp."

THe problem is, as mentioned - i am getting very random restarts, usually
either we a log off command is sent or a restart command, but sometimes on
the off occassion randonly for no reason at all. Each time this is the
reported error.

So, can anyone shed any light on the meaning of this and the advice to fix.
I have attempted to view the contents of the DMP file in notepad only to get
the usual character mess. So am none the wiser at the moment :(

Any help will be greatly appreciated.

Thanks!

Pierce Lynch
Ted Zieglar - 23 Sep 2005 21:29 GMT
Information on STOP 0xC2 errors:
http://www.aumha.org/win5/kbestop.php#0xc2

"Typically, a faulty driver or buggy software causes this."

Signature

Ted Zieglar
"You can do it if you try."

> Hi,
>
[quoted text clipped - 18 lines]
>
> Pierce Lynch
Pierce Lynch - 23 Sep 2005 21:38 GMT
Thanks for the reply Ted, so could well be a faulty driver - well i havent
added or changed any drivers for a long time so its a bit odd its just
started happening.. so i wonder which driver it could well be...

a bit of further investigation - came across the possibility its a RAM
issue, could that be the case?

Kind regards,

Pierce Lynch

> Hi,
>
[quoted text clipped - 18 lines]
>
> Pierce Lynch
David Candy - 23 Sep 2005 22:15 GMT
Type verifier in Start Run, follow the wizard but choose All Drivers. This will slow down your computer and cause more blue screen crashes but will pinpoint what is causing the crash (if the original error message didn't). Once you fix it you rerun verifier and turn it off.

If you can't start after enabling verifier
choose Last Known Good Configuration at the Failed Boot menu (which will
start without verifier).

You will be creating a crash dump file in c:\windows\minidump every blue screen. Make sure you are set to record minidumps (Small Memory Dumps) - type it in Help to see how.

Then

If you have the XP SP2 Security Update CD (else see
http://www.microsoft.com/whdc/devtools/debugging/symbolpkg.mspx
)

Install symbols from <CD Drive Letter>:\SUPPORT\SYMBOLS

Download
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

Load the crash dump file into windbg
and read what it says. You may need to tell it where the symbols are. Read it.
Type
!Analyze -v
into Windbg's command line.
(this will hopefully tell you the faulty component)

If the above is too technical then email the crash dump files to davidc @ mvps.org. Don't send me lots of them. Just the one from your last crash after you turn verifier on. And only one per mail.

You can look up specific details here
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ddtools/hh/ddto
ols/BCIntro_ea8b9fd0-2d81-4a04-a7ed-c1c6a80bd501.xml.asp


If it indicates faulty memory might be the cause you can get a memory tester
here
http://oca.microsoft.com/en/windiag.asp

If it mentions a core windows system file, meaning it a MS fix is required,
upload a minidump to

http://oca.microsoft.com

Also try typing the main error code in Help while online (ie,
Stop 0x50
and also try in the 8 digit form
stop 0x00000050)
and if there are too many hits use a filename if available. Generally memory
addresses are different for each computer (as each computer has a different
mix of drivers) so parameters that are memory addresses aren't that useful for searching, but NTStatus codes are (plus you can look them up here http://cvs.sourceforge.net/viewcvs.py/mingw/w32api/include/ddk/ntstatus.h?rev=1.2).

Signature

--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
=================================================

> Hi,
>
[quoted text clipped - 18 lines]
>
> Pierce Lynch
5tifler - 27 Sep 2005 09:00 GMT
I too have experience the same problem.  I would boot up my machine and
it would spontaneously crash core dump to the blue screen of death,
then reboot several times a day randomly.  I finally realized that if I
turned off my wireless radio (disabling my wireless connection) it
would be stable the entire day.

After several months I found the following solution, I'm guessing you
have wireless on your machine as well.

Microsoft XP SP2 installs a Data Execution Prevention (DEP) function
that messes up the NIC adapter driver.  You can edit the boot.ini to
DISABLE DEP by setting "/NoExecute=AlwaysOff" (mine originally had
"/NoExecute=Optin").

Goto My Computer, right-click and select Properties>Advanced
Tab>Settings (Startup and Recovery)>Edit
This will bring you to the boot.ini file.  You might want to make a
backup copy and place it on your desktop.  Where you see "/NoExecute=",
make sure it is changed to "AlwaysOff"

Hope this helps!

> Type verifier in Start Run, follow the wizard but choose All Drivers. This will slow down your computer and cause more blue screen crashes but will pinpoint what is causing the crash (if the original error message didn't). Once you fix it you rerun verifier and turn it off.
>
[quoted text clipped - 70 lines]
> >
> > Pierce Lynch
Pierce Lynch - 27 Sep 2005 18:43 GMT
Hi Guys,

Not managed to fix it as it stands, and I dont have wireless active on this
machine (but thanks for the idea!) so thats that one out.

Have got a BSOD recently thought which says BAD_POOL_CALLER and halts my
machine. That mean anything? Sound like a RAM problem? Time to replace RAM
modules?

THanks for your help so far guys, been great :)

P

> I too have experience the same problem.  I would boot up my machine and
> it would spontaneously crash core dump to the blue screen of death,
[quoted text clipped - 92 lines]
> > >
> > > Pierce Lynch
Ted Zieglar - 27 Sep 2005 18:52 GMT
Information on STOP: 0xC2 errors (BAD_POOL_CALLER)
http://www.aumha.org/win5/kbestop.php#0xc2

Signature

Ted Zieglar
"You can do it if you try."

> Hi Guys,
>
[quoted text clipped - 32 lines]
> >
> > > Type verifier in Start Run, follow the wizard but choose All Drivers. This will slow down your computer and cause more blue screen crashes but
will pinpoint what is causing the crash (if the original error message
didn't). Once you fix it you rerun verifier and turn it off.

> > > If you can't start after enabling verifier
> > > choose Last Known Good Configuration at the Failed Boot menu (which will
> > > start without verifier).
> > >
> > > You will be creating a crash dump file in c:\windows\minidump every blue screen. Make sure you are set to record minidumps (Small Memory
Dumps) - type it in Help to see how.

> > > Then
> > >
[quoted text clipped - 15 lines]
> > >
> > > If the above is too technical then email the crash dump files to davidc @ mvps.org. Don't send me lots of them. Just the one from your last
crash after you turn verifier on. And only one per mail.

> > > You can look up specific details here

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ddtools/hh/ddto
ols/BCIntro_ea8b9fd0-2d81-4a04-a7ed-c1c6a80bd501.xml.asp


> > > If it indicates faulty memory might be the cause you can get a memory tester
> > > here
[quoted text clipped - 12 lines]
> > > addresses are different for each computer (as each computer has a different
> > > mix of drivers) so parameters that are memory addresses aren't that useful for searching, but NTStatus codes are (plus you can look them up here
http://cvs.sourceforge.net/viewcvs.py/mingw/w32api/include/ddk/ntstatus.h?rev=1.2).

> > > --
> >
[quoted text clipped - 23 lines]
> > > >
> > > > Pierce Lynch
David Candy - 28 Sep 2005 05:55 GMT
You were told how to find out. Do the procedure or live with it.

Signature

--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
=================================================

> Hi Guys,
>
[quoted text clipped - 105 lines]
>> > >
>> > > Pierce Lynch
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.