First BSOD after removing zonealarm reg files minidmp files

Status
Not open for further replies.

Samstoned

Posts: 1,009   +0
After fixing lockups and 1 blue screen ZA was the problem
now 2 weeks later
also may have had a usb cd writer problem ,but thats removed
so heres the txt file of my mini.dmp
hope someone can read this and give a hand

Thanks

never had a BSOD on W2K :suspiciou
 

Attachments

  • bsod10.14.05.txt
    2.5 KB · Views: 7
Dumpcheck is an old tool. Use Microsoft debugging tools to analyse your minidump.

Debugging Tools from Microsoft
1) Create folder c:\symbols
2) Download and install the http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
3) Locate your latest memory.dmp file- C:\WINDOWS\ Minidump\Mini011005-01.dmp or whatever
4) open a CMD prompt and cd\program files\debugging tools for windows\
5) type the following stuff:

Code:
c:\program files\debugging tools>kd -z C:\WINDOWS\Minidump\Mini011005-01.dmp
kd> .logopen c:\debuglog.txt
kd> .sympath srv*c:\symbols*http://msdl.microsoft.com/download/symbols
kd> .reload;!analyze -v;r;kv;lmnt;.logclose;q

You now have a debuglog.txt in c:\, open it in notepad and post to this thread.
 
Here is new debug file
there is a lot more info here
the devils in the details :blackeye:
 

Attachments

  • debuglog1.txt
    13.6 KB · Views: 7
I don't get that ??
only the one crash 1 dump
other one was last month from ZA ???
attaching first 1 from last month??
I have been hammering at this new sftware firewall service called outpost firewall
I mentioned back 2 weeks or so I had trouble with ZA it was freezing XP Pro spk2 up a lot. found info that some pc'c running xp just had issues with ZA
RealBlackStuff pointed me to 2 other apps that would fit the bill I am running trials on outpost.
last thing I did was reconfig it to run in background no reboot
shut dwn browser and pooff BSOD.
I hammer at all my PC's pretty much.
 
Hi,

There have two opened cases for software problem at outpost firewall. I'm waiting for the feedback of the problem owner and I will let you know their feedback.
 
Can you please take a look at mine? I was very frustrated about this error, which automatically restarted my laptop when in use.

I did what you suggest to create the a .txt file.

Really appreciate your help and time!
 
Status
Not open for further replies.
Back