About the dump files - blue screen issue.


  Reply to this topic Start new topic Start Poll

> 

About the dump files - blue screen issue.

Windows Vista

pluri-ailes
May 26 2008, 10:41 AM | Tags: Dump Issue Blue Screen Files
Related tags: Dvd Extended Home Clean Locked Computer Drive Event Media Convert Desktop


Member
*******

Group: Members
Posts: 983
Member No.: 214
Joined: 27-December 07



i got a blue screen issue accidentally after boot up for a day. btw, i got the *.dmp file, but dun know how to analysis and find the problems. how can i open this? thankss
PM Email Poster
Top
theworld
May 26 2008, 11:12 AM | Tags: Files Blue Screen Issue Dump
Related tags: Application Removing Not Working Drive Admin Line Install Website Tabs


Member
******

Group: Members
Posts: 680
Member No.: 153
Joined: 27-April 08



"muitommy"
QUOTE
i got a blue screen issue accidentally after boot up for a day. btw, i got the *.dmp file, but dun know how to analysis and find the problems. how can i open this? thankss

Dump file are really for sending to Microsoft for debugging. There is very little in there that will be of use to you. You can upload your dump to OCA oca.microsoft.com/en/Welcome.aspx or send it to an engineer if you open a case about it. As an end user if you just want to do bit of work yourself the blue screen information contained all the relevant information you require to work on this problem.
Mike Brannigan
PM Email Poster
Top
bertyhell
May 26 2008, 09:18 PM | Tags: Blue Files Dump Screen Issue
Related tags: Case Photo Send Ultimate Account Backing Playing Jpg Lan Modules Wont


Member
***

Group: Members
Posts: 189
Member No.: 254
Joined: 24-February 08



Hi,
If you really want to analyze these files yourself, then download WinDBG (part of the Debugging Tools for Windows) from the Microsoft website.
Open WinDBG and type the following commands:
..symfix ..reload !analyze -v
That performs some automated analysis of the dump file, and may give you some pointers. That said, reading dumps generally requires some knowledge of Window internals, and how Windows works. If this is something you'd like to learn about, then Windows Internals 4th Ed (by Mark Russinovich and David Solomon) is worth buying.
Cheers Ken
"muitommy"
QUOTE
i got a blue screen issue accidentally after boot up for a day. btw, i got the *.dmp file, but dun know how to analysis and find the problems. how can i open this? thankss

PM Email Poster
Top
PeterG
May 27 2008, 09:56 AM | Tags: Issue Blue Files Screen Dump
Related tags: Web Placement Dvd Issuespin Reader Starting Shift Configuration Quickbooks Reproduccin Getting


Member
**

Group: Members
Posts: 45
Member No.: 602
Joined: 17-November 07



Ken, the 4th Ed does not cover Vista, so while a useful primer it may lead to a few "bum steers"

Mike Brannigan "Ken Schaefer"
QUOTE
Hi,
If you really want to analyze these files yourself, then download WinDBG (part of the Debugging Tools for Windows) from the Microsoft website.
Open WinDBG and type the following commands:
.symfix .reload !analyze -v
That performs some automated analysis of the dump file, and may give you some pointers. That said, reading dumps generally requires some knowledge of Window internals, and how Windows works. If this is something you'd like to learn about, then Windows Internals 4th Ed (by Mark Russinovich and David Solomon) is worth buying.
Cheers Ken
"muitommy" i got a blue screen issue accidentally after boot up for a day. btw, i got the *.dmp file, but dun know how to analysis and find the problems. how can i open this? thankss

PM Email Poster
Top
dani
May 28 2008, 05:35 AM | Tags: Screen Files Issue Blue Dump
Related tags: Ultimate Installer Hjelp Relocation Bit Home Profiles


Member
**

Group: Members
Posts: 36
Member No.: 1180
Joined: 24-July 07



It can, but it usually can at least pin it to a specific driver. At least in my case it was able to.
Joe
"Mike Brannigan"
QUOTE
Ken, the 4th Ed does not cover Vista, so while a useful primer it may lead to a few "bum steers"

Mike Brannigan "Ken Schaefer" Hi,
If you really want to analyze these files yourself, then download WinDBG (part of the Debugging Tools for Windows) from the Microsoft website.
Open WinDBG and type the following commands:
.symfix .reload !analyze -v
That performs some automated analysis of the dump file, and may give you some pointers. That said, reading dumps generally requires some knowledge of Window internals, and how Windows works. If this is something you'd like to learn about, then Windows Internals 4th Ed (by Mark Russinovich and David Solomon) is worth buying.
Cheers Ken
"muitommy" i got a blue screen issue accidentally after boot up for a day. btw, i got the *.dmp file, but dun know how to analysis and find the problems. how can i open this? thankss

PM Email Poster
Top
baran
May 28 2008, 05:32 PM | Tags: Issue Dump Blue Screen Files
Related tags: Cant Blue Disable Display Configuration Accounts Pogo Game


Member
**

Group: Members
Posts: 60
Member No.: 564
Joined: 20-September 07



You can also download and install windbg from Microsoft. Run it as administrator and open the dump file.
Use the commands:
..symfix ..reload !analyze -v
It should at least pin down the driver that caused the BSOD.
Joe
"muitommy"
QUOTE
i got a blue screen issue accidentally after boot up for a day. btw, i got the *.dmp file, but dun know how to analysis and find the problems. how can i open this? thankss

PM Email Poster
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Topic Options Reply to this topic Start new topic Start Poll