Solved BSOD after run time

Code:
[COLOR="Red"]BugCheck C4[/COLOR], {[COLOR="Blue"]62[/COLOR], fffffa800cabb6c0, fffffa800e6520a0, 5de}

*** WARNING: Unable to verify timestamp for nvlddmkm.sys
*** ERROR: Module load completed but symbols could not be loaded for nvlddmkm.sys
Probably caused by : [COLOR="red"]nvlddmkm.sys[/COLOR]

This bugcheck indicates that Driver Verifier has found a I/O violation, we can see from parameter one, that the driver failed to release it's pool allocations when unloading itself from the system, therefore the driver has caused a memory leak.

Code:
7: kd> [COLOR="SeaGreen"]k[/COLOR]
Child-SP          RetAddr           Call Site
fffff880`03370778 fffff800`039003dc nt!KeBugCheckEx
fffff880`03370780 fffff800`0390f7ea nt!VerifierBugCheckIfAppropriate+0x3c
fffff880`033707c0 fffff800`0356fff0 nt!VfPoolCheckForLeaks+0x4a
fffff880`03370800 fffff800`03833abe nt!VfTargetDriversRemove+0x160
fffff880`033708a0 fffff800`0384e63c nt!VfDriverUnloadImage+0x2e
fffff880`033708d0 fffff800`0384e9ed nt!MiUnloadSystemImage+0x1fc
fffff880`03370930 fffff800`038ef161 nt!MmUnloadSystemImage+0x4d
fffff880`03370970 fffff800`0347ca54 nt!IopDeleteDriver+0x41
fffff880`033709a0 fffff800`036df671 nt!ObfDereferenceObject+0xd4
fffff880`03370a00 fffff800`0347ca54 nt!IopDeleteDevice+0x49
fffff880`03370a30 fffff800`03850ce2 nt!ObfDereferenceObject+0xd4
fffff880`03370a90 fffff800`038f07b4 nt!PnpUnlinkDeviceRemovalRelations+0x112
fffff880`03370ae0 fffff800`038f0d1c nt!PnpProcessQueryRemoveAndEject+0xd24
fffff880`03370c20 fffff800`037dbd98 nt!PnpProcessTargetDeviceEvent+0x4c
fffff880`03370c50 fffff800`03484b21 nt! ?? ::NNGAKEGL::`string'+0x5154b
fffff880`03370cb0 fffff800`0371647a nt!ExpWorkerThread+0x111
fffff880`03370d40 fffff800`03455da6 nt!PspSystemThreadStartup+0x5a
fffff880`03370d80 00000000`00000000 nt!KxStartSystemThread+0x16

Code:
7: kd> [COLOR="SeaGreen"]lmvm nvlddmkm[/COLOR]
start             end                 module name
fffff880`04832000 fffff880`05317000   nvlddmkm T (no symbols)           
    Loaded symbol image file: nvlddmkm.sys
    Image path: \SystemRoot\system32\DRIVERS\nvlddmkm.sys
    Image name: nvlddmkm.sys
    Timestamp:        [COLOR="Red"]Fri Jun 21 10:06:16 2013[/COLOR] (51C41788)
    CheckSum:         00AB87FF
    ImageSize:        00AE5000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4

Please roll-back to the latest WHQL version of the driver - NVIDIA Driver Downloads - Advanced Search

Version: 320.18
Release Date for Desktops and Notebooks : May 23rd 2013
In Device Manager: 9.18.13.2018

Please disable Driver Verifier.
 

My Computer

Computer type
Laptop
hi
how i can disable driver verifier ?
i go return to 314.07

because
plus.gif
GeForce 320.49 Driver BETA crap
320.49 25.6.2013
plus.gif
GeForce 320.18 Driver WHQL crap
320.18 23.5.2013
plus.gif
GeForce 320.14 Driver BETA crap
320.14 13.5.2013
plus.gif
GeForce 320.00 Driver BETA crap
320.00 23.4.2013
plus.gif
GeForce 314.22 Driver WHQL crap
314.22 25.3.2013
plus.gif
GeForce 314.21 Driver BETA crap
314.21 15.3.2013
plus.gif
GeForce 314.14 Driver BETA crap
314.14 4.3.2013
plus.gif
GeForce 314.07 Driver WHQL work a time


i have a sli when i active sli 5 sec and toc bssod i give you the graball and the repport of appcrash if he can help.


but now i have un-plug my second gtx560 ti and i install the 314.07 actualy
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
noname
OS
seven 64 bit
CPU
i7 950
Motherboard
ga-x58a-ud3r
Memory
12 go
Graphics Card(s)
sli gtx560 ti
Hard Drives
4 hard drive 2to
Antivirus
me
Browser
my friend google
i have found for driver verifier i have use this bcdedit /set nointegritychecks ON on a command prompt
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
noname
OS
seven 64 bit
CPU
i7 950
Motherboard
ga-x58a-ud3r
Memory
12 go
Graphics Card(s)
sli gtx560 ti
Hard Drives
4 hard drive 2to
Antivirus
me
Browser
my friend google
i have forget bleuscreen view
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
noname
OS
seven 64 bit
CPU
i7 950
Motherboard
ga-x58a-ud3r
Memory
12 go
Graphics Card(s)
sli gtx560 ti
Hard Drives
4 hard drive 2to
Antivirus
me
Browser
my friend google
You should be able to disable Driver Verifier from a Elevated Command Prompt, and then by using this command:

Code:
verifier /reset

Then, run this command to ensure Driver Verifier is disabled:

Code:
verifier /query
 

My Computer

Computer type
Laptop
Code:
6: kd> [COLOR="SeaGreen"]vertarget[/COLOR]
[COLOR="Red"]Windows 7 Kernel Version 7600 MP (8 procs) Free x64[/COLOR] <-- [B]No Service Pack 1?[/B]
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.17273.amd64fre.win7_gdr.130318-1532
Machine Name:
Kernel base = 0xfffff800`0344b000 PsLoadedModuleList = 0xfffff800`03687e70
Debug session time: Sun Jun 30 07:42:21.647 2013 (UTC + 1:00)
System Uptime: 0 days 0:00:26.771

You still also haven't installed Service Pack 1 as suggested in my first post.

Code:
[COLOR="red"]BugCheck 7F[/COLOR], {[COLOR="Blue"]8[/COLOR], 80050031, 6f8, fffff800035deaee}

Probably caused by : ntkrnlmp.exe ( nt!KiDoubleFaultAbort+b2 )

Code:
Usual causes:  Memory corruption, Hardware (memory in particular), Overclocking failure, Installing a faulty or mismatched hardware (especially memory) or a failure after installing it, 3rd party firewall, Device drivers, SCSI/network/BIOS updates needed, Improperly seated cards, Incompatible storage devices, Overclocking, Virus scanner, Backup tool, Bad motherboard, [B]Missing Service Pack[/B]

Have you managed to disable Driver Verifier now? Have you had any more BSODs after disabling Driver Verifier?

Is 314.14 the current version of your graphics card driver?
 

My Computer

Computer type
Laptop
sp1 installed, driver 314.07, but mystery, because i'm sure, on the beginning having sp1 setup , but now he is installed manually

edit: i have set my second card in the pc and activate the sli, for the moment in idle no bssod, i wait this night for test ^^ i go work
 
Last edited:

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
noname
OS
seven 64 bit
CPU
i7 950
Motherboard
ga-x58a-ud3r
Memory
12 go
Graphics Card(s)
sli gtx560 ti
Hard Drives
4 hard drive 2to
Antivirus
me
Browser
my friend google
Okay that's good to hear, thanks for the update, please keep me informed :)
 

My Computer

Computer type
Laptop
hi a have not the time yet for test on bf3 if i have again one bssod, but i keep you ionformed if y have one.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
noname
OS
seven 64 bit
CPU
i7 950
Motherboard
ga-x58a-ud3r
Memory
12 go
Graphics Card(s)
sli gtx560 ti
Hard Drives
4 hard drive 2to
Antivirus
me
Browser
my friend google
Signature du problème :
Nom d’événement de problème: BlueScreen
Version du système: 6.1.7601.2.1.0.256.48
Identificateur de paramètres régionaux: 1036

Informations supplémentaires sur le problème :
BCCode: 101
BCP1: 0000000000000019
BCP2: 0000000000000000
BCP3: FFFFF8800316A180
BCP4: 0000000000000007
OS Version: 6_1_7601
Service Pack: 1_0
Product: 256_1

Fichiers aidant à décrire le problème :
C:\Windows\Minidump\070713-43727-01.dmp
C:\Users\Bikette\AppData\Local\Temp\WER-46394-0.sysdata.xml

Lire notre déclaration de confidentialité en ligne :
Déclaration de confidentialité de Windows 7 - Microsoft Windows

Si la déclaration de confidentialité en ligne n’est pas disponible, lisez la version hors connexion :
C:\Windows\system32\fr-FR\erofflps.txt
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
noname
OS
seven 64 bit
CPU
i7 950
Motherboard
ga-x58a-ud3r
Memory
12 go
Graphics Card(s)
sli gtx560 ti
Hard Drives
4 hard drive 2to
Antivirus
me
Browser
my friend google
again one grrrrrr
i have format, i have install a new windows 7 (the pro edition) i have donwload the sp1, all update, and this pc say to me bssod i want watch if my pc can fly with a red bull in ass. :@ (pro edition 325 euro)
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
noname
OS
seven 64 bit
CPU
i7 950
Motherboard
ga-x58a-ud3r
Memory
12 go
Graphics Card(s)
sli gtx560 ti
Hard Drives
4 hard drive 2to
Antivirus
me
Browser
my friend google
i hate my pc


[FONT=Segoe UI, Arial]Crash Dump Analysis [/FONT]
[FONT=Segoe UI, Arial]Crash dump directory: C:\Windows\Minidump[/FONT]

[FONT=Segoe UI, Arial]Crash dumps are enabled on your computer.
[/FONT]
[FONT=Segoe UI, Arial]On Sat 06/07/2013 20:51:32 GMT your computer crashed
crash dump file: C:\Windows\Minidump\070713-43727-01.dmp
This was probably caused by the following module: [FONT=Segoe UI, Arial]ntoskrnl.exe[/FONT] (nt+0x75C00)
Bugcheck code: 0x101 (0x19, 0x0, 0xFFFFF8800316A180, 0x7)
Error: [FONT=Segoe UI, Arial]CLOCK_WATCHDOG_TIMEOUT[/FONT]
file path: C:\Windows\system32\ntoskrnl.exe
product: [FONT=Segoe UI, Arial]Microsoft® Windows® Operating System[/FONT]
company: [FONT=Segoe UI, Arial]Microsoft Corporation[/FONT]
description: NT Kernel & System
Bug check description: This indicates that an expected clock interrupt on a secondary processor, in a multi-processor system, was not received within the allocated interval.
This appears to be a typical software driver bug and is not likely to be caused by a hardware problem. This problem might be caused by a thermal issue.
The crash took place in the Windows kernel. Possibly this problem is caused by another driver that cannot be identified at this time.


[/FONT]
[FONT=Segoe UI, Arial]On Sat 06/07/2013 20:51:32 GMT your computer crashed
crash dump file: C:\Windows\memory.dmp
This was probably caused by the following module: [FONT=Segoe UI, Arial]hal.dll[/FONT] (hal!HalReturnToFirmware+0xB2D)
Bugcheck code: 0x101 (0x19, 0x0, 0xFFFFF8800316A180, 0x7)
Error: [FONT=Segoe UI, Arial]CLOCK_WATCHDOG_TIMEOUT[/FONT]
file path: C:\Windows\system32\hal.dll
product: [FONT=Segoe UI, Arial]Microsoft® Windows® Operating System[/FONT]
company: [FONT=Segoe UI, Arial]Microsoft Corporation[/FONT]
description: Hardware Abstraction Layer DLL
Bug check description: This indicates that an expected clock interrupt on a secondary processor, in a multi-processor system, was not received within the allocated interval.
This appears to be a typical software driver bug and is not likely to be caused by a hardware problem. This problem might be caused by a thermal issue.
The crash took place in a standard Microsoft module. Your system configuration may be incorrect. Possibly this problem is caused by another driver on your system that cannot be identified at this time.
[/FONT]
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
noname
OS
seven 64 bit
CPU
i7 950
Motherboard
ga-x58a-ud3r
Memory
12 go
Graphics Card(s)
sli gtx560 ti
Hard Drives
4 hard drive 2to
Antivirus
me
Browser
my friend google
hoo sorry i have forget to upload the zip grrrrrrr
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
noname
OS
seven 64 bit
CPU
i7 950
Motherboard
ga-x58a-ud3r
Memory
12 go
Graphics Card(s)
sli gtx560 ti
Hard Drives
4 hard drive 2to
Antivirus
me
Browser
my friend google
Unfortunately, not much can be gathered from a Stop 0x101 with a Minidump, therefore please configure for a Kernel Memory dump to be saved upon BSOD instead - http://www.sevenforums.com/tutorials/174459-dump-files-configure-windows-create-bsod.html

The file will need to be uploaded to a file sharing website, such as Skydrive or Dropbox, ensure the folder is within the Public folder for Skydrive and post the URL link to the file.

In the meantime, I would suggest testing the CPU with the Small FFT's test firstly:
Enable "Round off checking" before the test (see first post below tutorial).
 

My Computer

Computer type
Laptop
i have launch prime but how he work and when ? i can see the activity on the processus but prime make a report ? where i can found this report ?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
noname
OS
seven 64 bit
CPU
i7 950
Motherboard
ga-x58a-ud3r
Memory
12 go
Graphics Card(s)
sli gtx560 ti
Hard Drives
4 hard drive 2to
Antivirus
me
Browser
my friend google
I would suggest you keep Prime95 running for at least 2 hours, remember to stop the test immediately when the CPU temperature goes above 80*C.

The results will saved by Prime95, in the program folder, here's how to get there:

  1. Find the Prime95 program
  2. Right-Click the program, and then select Properties
  3. Open File Location
  4. Upload the file named results.txt
 

My Computer

Computer type
Laptop
after the prime 95 (2hour ) when i have want to zip may folder the pc have crash i have make a news grab and when i have want to send the zip the pc again crash i send to you manualy the report.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
noname
OS
seven 64 bit
CPU
i7 950
Motherboard
ga-x58a-ud3r
Memory
12 go
Graphics Card(s)
sli gtx560 ti
Hard Drives
4 hard drive 2to
Antivirus
me
Browser
my friend google
now my pc crash every 15 minutes !!!!
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
noname
OS
seven 64 bit
CPU
i7 950
Motherboard
ga-x58a-ud3r
Memory
12 go
Graphics Card(s)
sli gtx560 ti
Hard Drives
4 hard drive 2to
Antivirus
me
Browser
my friend google
Back
Top