Memory Dump

P

Paul

I am running Windows 2000 on a notebook. I haven't
changed anything lately and encounter a memory dump. The
content of the minidump is as follow. Is there any
suggestion ?

Thanks

****************************************
**
** Windows 2000 Crash Dump Analysis
**
****************************************
*
Filename . . . . . . .mini121804-01.dmp
Signature. . . . . . .PAGE
ValidDump. . . . . . .DUMP
MajorVersion . . . . .free system
MinorVersion . . . . .2195
DirectoryTableBase . .0x00030000
PfnDataBase. . . . . .0x81855000
PsLoadedModuleList . .0x80480780
PsActiveProcessHead. .0x80481ee8
MachineImageType . . .i386
NumberProcessors . . .1
BugCheckCode . . . . .0x00000044
BugCheckParameter1 . .0x811e7708
BugCheckParameter2 . .0x00000cd8
BugCheckParameter3 . .0x00000000
BugCheckParameter4 . .0x00000000

ExceptionCode. . . . .0x80000003
ExceptionFlags . . . .0x00000001
ExceptionAddress . . .0x8041d2ee
 
J

Jerold Schulman

I am running Windows 2000 on a notebook. I haven't
changed anything lately and encounter a memory dump. The
content of the minidump is as follow. Is there any
suggestion ?

Thanks

****************************************
**
** Windows 2000 Crash Dump Analysis
**
****************************************
*
Filename . . . . . . .mini121804-01.dmp
Signature. . . . . . .PAGE
ValidDump. . . . . . .DUMP
MajorVersion . . . . .free system
MinorVersion . . . . .2195
DirectoryTableBase . .0x00030000
PfnDataBase. . . . . .0x81855000
PsLoadedModuleList . .0x80480780
PsActiveProcessHead. .0x80481ee8
MachineImageType . . .i386
NumberProcessors . . .1
BugCheckCode . . . . .0x00000044
BugCheckParameter1 . .0x811e7708
BugCheckParameter2 . .0x00000cd8
BugCheckParameter3 . .0x00000000
BugCheckParameter4 . .0x00000000

ExceptionCode. . . . .0x80000003
ExceptionFlags . . . .0x00000001
ExceptionAddress . . .0x8041d2ee

Here are the documented possibilities:

http://support.microsoft.com?kbid=294876 "'Stop 0x00000044 Multiple_IRP_Complete_Requests' Error Message During a Shutdown or Standby Operation"
http://support.microsoft.com?kbid=296734 "STOP 0x00000044 Error Message Appears While You Are Using MSMQ"
http://support.microsoft.com?kbid=832212 "'Stop 0x00000044' error message when the HP Insight Management Agent is configured"
http://support.microsoft.com?kbid=867774 "'Stop 0x00000044' error message on a Windows 2000-based computer that uses a Gigabit network adapter"


Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
G

Guest

or you can download and install Windows Debuger .. load the symbols .. and
see exactly what caused the crash. (I know that sometimes this my sound a
joke for some people ... but you really need to try ... it's very possible to
see the latest file loaded and to determine the problem).


Have a nice day,

Andrei Ungureanu
www.eventid.net
 
P

Paul

I haven't used the Windows Debugger before. Would you
mind to give me more advice on what Symbols are ?

Thanks
-----Original Message-----
or you can download and install Windows Debuger .. load the symbols .. and
see exactly what caused the crash. (I know that sometimes this my sound a
joke for some people ... but you really need to try ... it's very possible to
see the latest file loaded and to determine the problem).


Have a nice day,

Andrei Ungureanu
www.eventid.net

Jerold Schulman said:
0x00000044 Multiple_IRP_Complete_Requests' Error Message
During a Shutdown or Standby Operation"0x00000044 Error Message Appears While You Are Using MSMQ"
0x00000044' error message when the HP Insight Management
Agent is configured"0x00000044' error message on a Windows 2000-based computer
that uses a Gigabit network adapter"
 
G

Guest

a few links to get you on the right track:
http://www.faqs.org/docs/linux_scratch/chapter06/aboutdebug.html
http://www.microsoft.com/whdc/devtools/debugging/default.mspx
http://www.microsoft.com/whdc/devtools/debugging/debugstart.mspx
http://www.microsoft.com/whdc/devtools/debugging/symbols.mspx

Andrei Ungureanu
www.eventid.net
Free Windows event logs reports
http://www.altairtech.ca/evlog/


Paul said:
I haven't used the Windows Debugger before. Would you
mind to give me more advice on what Symbols are ?

Thanks
-----Original Message-----
or you can download and install Windows Debuger .. load the symbols .. and
see exactly what caused the crash. (I know that sometimes this my sound a
joke for some people ... but you really need to try ... it's very possible to
see the latest file loaded and to determine the problem).


Have a nice day,

Andrei Ungureanu
www.eventid.net
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top