Blue screen of death

L

Lore84

Hi,

When i move a folder from a directory to an other i always receive the BSOD!!!
The pc boots and print out this message:
..\Mini053008-01.dmp
..\sysdata.xml

How can i retrieve the error's source?Any idea?

Thanks a lot

Ciao,

quando sposto completamente una cartella da una directory ad un altra ricevo
un BSOD
Il pc si riavvia, stampando successivamente a video il seguente errore di
notifica
..\Mini053008-01.dmp
..\sysdata.xml
Come posso trovare l'origine dello errore?

Grazie a tutti
 
M

Mark L. Ferguson

Try "Error Checking" the drive. Rightclick the drive icon in Explorer,
Properties, Tools tab, Error Checking
 
J

John John (MVP)

Look in the Event Log for the error message.

In the |System Properties |Advanced |Startup & Recovery | change the
Automatically restart option so that the computer stops on the BSOD
instead of rebooting.

John
 
G

Gerry

Please post a copy of the Stop Error Report.

Disable automatic restart on system failure. This should help by
allowing time to write down the STOP code properly. Right click on
the My Computer icon on the Desktop and select Properties, Advanced,
Start-Up and Recovery, System Failure and uncheck box before
Automatically Restart.

Do not re-enable automatic restart on system failure until you have
resolved the problem. Check for variants of the Stop Error message.

--



Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
 
G

Gerry

Background information on Stop Error message
http://msdn2.microsoft.com/en-us/library/ms795478.aspx

0x00000008, or Double Fault, indicates that an exception occurs during a
call to the handler for a prior exception. Typically, the two exceptions
are handled serially. However, there are several exceptions that cannot
be handled serially, and in this situation the processor signals a
double fault. There are two common causes of a double fault:
A kernel stack overflow. This overflow occurs when a guard page is hit,
and the kernel tries to push a trap frame. Because there is no stack
left, a stack overflow results, causing the double fault. If you think
this overview has occurred, use the !thread debugger extension to
determine the stack limits, and then use the kb (Display Stack
Backtrace) debugger command with a large parameter (for example, kb 100)
to display the full stack.
A hardware problem.


0x0000007F: UNEXPECTED_KERNEL_MODE_TRAP
One of three types of problems occurred in kernel-mode: (1) Hardware
failures. (2) Software problems. (3) A bound trap (i.e., a condition
that the kernel is not allowed to have or intercept). Hardware failures
are the most common cause (many dozen KB articles exist for this error
referencing specific hardware failures) and, of these, memory hardware
failures are the most common.
Source: http://aumha.org/a/stop.htm

Are there any yellow question marks in Device Manager? Right click on
the My Computer icon on your Desktop and select Properties,
Hardware,Device Manager. If yes what is the Device Error code?

Try Start, Run, type "sigverif.exe" without quotes and hit OK. What
drivers are listed as unsigned? Disregard those which are not checked.

--



Hope this helps.

Gerry
~~~~
FCA
Stourport, England
Enquire, plan and execute
~~~~~~~~~~~~~~~~~~~
 

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

Top