Page 1 of 1

New T61 on Vista Crashes (Blue Screen of Death)

Posted: Sat Nov 10, 2007 10:30 pm
by tdzido
I've installed lenovo & microsoft updates. Vista goes into BSOD every few hours.

I haven't run any hardware tests (memory, hdd, processor) under Rescue & Recovery, but I wonder if somebody is having a similar problem. Any ideas?

This is what shows up on the screen when it boots up after the crash:

Problem signature:
Problem Event Name: BlueScreen
OS Version: 6.0.6000.2.0.0.256.6
Locale ID: 1033

Additional information about the problem:
BCCode: 1000007e
BCP1: C0000005
BCP2: 8782D7FE
BCP3: 88875C6C
BCP4: 88875968
OS Version: 6_0_6000
Service Pack: 0_0
Product: 256_1

Files that help describe the problem:
C:\Windows\Minidump\Mini111007-04.dmp
C:\Users\gdog\AppData\Local\Temp\WER-83304-0.sysdata.xml
C:\Users\gdog\AppData\Local\Temp\WER7898.tmp.version.txt

Read our privacy statement:
http://go.microsoft.com/fwlink/?linkid= ... cid=0x0409

Get windbg and open the dmp file

Posted: Sun Nov 11, 2007 1:51 am
by bdmclacken
Maybe this will help-
Find Windbg from Microsoft (Google it to find latest download link). Get either the 32 or 64 bit version of Windbg depending on which Vista OS you're using.
Open the dmp file you referenced in your post using Windbg, and then run this command:
!analyze -v
Hopefully it should give you running start on which module caused the failure somewhere in the output for that command. You can then look up that file and see what it does and look for an update for it from Lenovo (for example if it is an Nvidia file they may have a video driver update). If it belongs to something non-essential you might try to disable whatever software uses it and see how your machine gets by without it.

Posted: Sun Nov 11, 2007 2:35 am
by Hellbore
What are your system specs?