Interesting, quite a large dump, at 410 MB.
Well, I take it that that is your dump BobCSD
It's been moved to /uploads/BobCSD/
and the analysis is at /uploads/BobCSD/Analysis/
or use this link:
ftp://guest@musics.com/upl
While the kernel dump would have sufficed, a production server probably should have full memory dump turned on, just in case it's one of those hairy intermittent problems that require such extensive dumps.
At first extrapolation, it's either a BIOS caching problem in area C0000000, or, the loading was such that memory and resources were simply overtaxed [unlikely in new boards].
If you had a problem creating a directory, as I saw that "New Folder" was created, while the dump was uploaded to the base guest directory, let me know. I moved them to the directory above. I also deleted the dump file, 410 MB, because it was no longer necessary after the debugging analysis.
Let me know if disabling the BIOS cache in this area solves this problem.
Main Topics
Browse All Topics





by: cpc2004Posted on 2005-08-19 at 23:40:11ID: 14714663
You had better install windbg and attach the analysis report here. Hence all the experts can help you to find out the root cause.
hdc/devtoo ls/debuggi ng/ install x86.mspx
.microsoft .com/downl oad/symbol s
Debugging Tools from Microsoft
1) Download and install the http://www.microsoft.com/w
2) Locate your latest memory.dmp file- C:\winnt\memory.dmp
3) invoke windgb
4) File --> Open Crash Dump -> C:\winnt\memory.dmp
kd> .logopen c:\debuglog.txt
kd> .sympath srv*c:\symbols*http://msdl
kd> .reload;!analyze -v;r;kv;lmnt;.logclose;q
5) You now have a debuglog.txt in c:\, open it in notepad and post the conetent here