shanenin Posted November 6, 2006 Report Share Posted November 6, 2006 I would like to be able to be able to google the stop code when a system blue screens. It may point me in the correct direction to diagnosing a computer problem. I have output from using the dumpchk command on a mini dump file. I am pretty lost. what part of this output conains the stop code that is displayed during a blue screen. Any help would be appreciatedC:\Program Files\Support Tools>dumpchk.exe "c:\Documents and Settings\shane\Desktop\Mini082404-01.dmp"Loading dump file c:\Documents and Settings\shane\Desktop\Mini082404-01.dmp----- 32 bit Kernel Mini Dump AnalysisDUMP_HEADER32:MajorVersion 0000000fMinorVersion 00000a28DirectoryTableBase 00039000PfnDataBase 81051000PsLoadedModuleList 80543530PsActiveProcessHead 80545578MachineImageType 0000014cNumberProcessors 00000001BugCheckCode 00000023BugCheckParameter1 000e0100BugCheckParameter2 f898395cBugCheckParameter3 f898365cBugCheckParameter4 eb8fb45dPaeEnabled 00000000KdDebuggerDataBlock 805353e0MiniDumpFields 00000dffTRIAGE_DUMP32:ServicePackBuild 00000100SizeOfDump 00010000ValidOffset 0000fffcContextOffset 00000320ExceptionOffset 000007d0MmOffset 00001068UnloadedDriversOffset 000010a0PrcbOffset 00001878ProcessOffset 000024c8ThreadOffset 00002720CallStackOffset 00002978SizeOfCallStack 00000bb0DriverListOffset 000037b8DriverCount 0000007fStringPoolOffset 00005d70StringPoolSize 00001180BrokenDriverOffset 00000000TriageOptions 00000041TopOfStack f8983450DebuggerDataOffset 00003528DebuggerDataSize 00000290DataBlocksOffset 00006ef0DataBlocksCount 00000007Windows XP Kernel Version 2600 (Service Pack 1) UP Free x86 compatibleKernel base = 0x804d4000 PsLoadedModuleList = 0x80543530Debug session time: Tue Aug 24 19:00:27 2004System Uptime: 0 days 0:02:41start end module name804d4000 806aa280 nt Checksum: 001E311B Timestamp: Thu Apr 24 10:57:43 2003 (3EA80977)Unloaded modules:baaa2000 baac9000 kmixer.sys Timestamp: unavailable (00000000)f8c16000 f8c17000 drmkaud.sys Timestamp: unavailable (00000000)baf30000 baf3d000 DMusic.sys Timestamp: unavailable (00000000)baf20000 baf2e000 swmidi.sys Timestamp: unavailable (00000000)baadc000 baaff000 aec.sys Timestamp: unavailable (00000000)f8ab8000 f8aba000 splitter.sys Timestamp: unavailable (00000000)f888c000 f8894000 processr.sys Timestamp: unavailable (00000000)f85e4000 f85ee000 p3.sys Timestamp: unavailable (00000000)f886c000 f8871000 Cdaudio.SYS Timestamp: unavailable (00000000)f8359000 f835c000 Sfloppy.SYS Timestamp: unavailable (00000000)Finished dump check Quote Link to post Share on other sites
Dragon Posted November 6, 2006 Report Share Posted November 6, 2006 This may help you in figuring out what your looking for in a common dumpchk log.http://support.microsoft.com/?kbid=314084btw, when I googled this entry it points to a RAM issue.804d4000 Quote Link to post Share on other sites
shanenin Posted November 6, 2006 Author Report Share Posted November 6, 2006 (edited) thanks for the link. I skimmed it the first time(earier today), but now I actually read it(skimmed it better). These seem to de the most significant areasBugCheckCode 00000023BugCheckParameter1 000e0100BugCheckParameter2 f898395cBugCheckParameter3 f898365cBugCheckParameter4 eb8fb45dby the way, this dump file is from a laptop that I worked on several months agoedit added later//when I google those codes above I am not getting any results. Edited November 6, 2006 by shanenin Quote Link to post Share on other sites
Dragon Posted November 6, 2006 Report Share Posted November 6, 2006 This is the section I look at in those.start end module name804d4000 806aa280 nt Checksum: 001E311BThe entry under "Start" is the first call it found. The entry under "End" is the second call it found. The module Name "nt" tells me what section of the software the error occured. in This case the NT means it was not software related. Quote Link to post Share on other sites
jcl Posted November 6, 2006 Report Share Posted November 6, 2006 BugCheckCode 00000023FAT file system error. Trying googling "STOP 0x00000023". Quote Link to post Share on other sites
CurlingSteve Posted November 6, 2006 Report Share Posted November 6, 2006 This might help you...Troubleshooting Windows Stop Messages Quote Link to post Share on other sites
shanenin Posted November 6, 2006 Author Report Share Posted November 6, 2006 (edited) Does the stop code always equal (0x + BugCheckCode) <------concatenate ?From what I remember about this laptop, it was running XP with an ntfs file system.edit added later// --->or an ntfs problem Edited November 6, 2006 by shanenin Quote Link to post Share on other sites
jcl Posted November 6, 2006 Report Share Posted November 6, 2006 Does the stop code always equal (0x + BugCheckCode) <------concatenate ?Yeah, I guess. It looks like dumpchk doesn't bother with the hex prefix.From what I remember about this laptop, it was running XP with an ntfs file system.Maybe a FAT recovery partition or something? Broken partition table with a ghost FAT partition? I suppose it's possible for the driver to spontaneously combust. Unfortunately the parameters for 0x23 bugcheck are useless unless you're debugging. Quote Link to post Share on other sites
shanenin Posted November 6, 2006 Author Report Share Posted November 6, 2006 Thanks for your help :-)This could come in very handy. So long as I am able to google the stop code, which is 0x+bugcheckcode, I can at least make some more accurate guesses when working on peoples computers. If nothing else it looks to my customers like I know something :-)by the way, my laptop dumped once about 4 months ago. I now have an idea whyhttp://support.microsoft.com/kb/293078 Quote Link to post Share on other sites
martymas Posted November 6, 2006 Report Share Posted November 6, 2006 This might help you...Troubleshooting Windows Stop Messagesthanks steve ive just book marked that fix it would pay fubz to read that link as he is haveing start stop problems i tried to google that fix as i used it some time agoand i save it but ive reinstalled since then thanks agian marty Quote Link to post Share on other sites
Pete_C Posted November 6, 2006 Report Share Posted November 6, 2006 Does the stop code always equal (0x + BugCheckCode) <------concatenate ?From what I remember about this laptop, it was running XP with an ntfs file system.edit added later// --->or an ntfs problemThe 0x just means that the following code is in Hexadecimal ; so yes in general that is all the difference their is; the 0x to indicate that the stop code is hexadecimal. Quote Link to post Share on other sites
shanenin Posted November 7, 2006 Author Report Share Posted November 7, 2006 when it comes to searching it is significantI got tons of non helpful hits when using this "00000023"I got lots of meaningful hits when I searched for this "0x00000023" Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.