BSOD after run time

Page 3 of 8 FirstFirst 12345 ... LastLast
  1.    #21

    Code:
    BugCheck C4, {62, 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 : nvlddmkm.sys
    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> k
    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> lmvm nvlddmkm
    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:        Fri Jun 21 10:06:16 2013 (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


  2. Posts : 46
    seven 64 bit
    Thread Starter
       #22

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

    because
    GeForce 320.49 Driver BETA crap
    320.49 25.6.2013 GeForce 320.18 Driver WHQL crap
    320.18 23.5.2013 GeForce 320.14 Driver BETA crap
    320.14 13.5.2013 GeForce 320.00 Driver BETA crap
    320.00 23.4.2013 GeForce 314.22 Driver WHQL crap
    314.22 25.3.2013 GeForce 314.21 Driver BETA crap
    314.21 15.3.2013 GeForce 314.14 Driver BETA crap
    314.14 4.3.2013 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


  3. Posts : 46
    seven 64 bit
    Thread Starter
       #23

    i have found for driver verifier i have use this bcdedit /set nointegritychecks ON on a command prompt
      My Computer


  4. Posts : 46
    seven 64 bit
    Thread Starter
       #24

    i have forget bleuscreen view
      My Computer

  5.    #25

    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

  6.    #26

    Code:
    6: kd> vertarget
    Windows 7 Kernel Version 7600 MP (8 procs) Free x64 <-- No Service Pack 1?
    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:
    BugCheck 7F, {8, 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, Missing Service Pack
    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


  7. Posts : 46
    seven 64 bit
    Thread Starter
       #27

    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 by Bikette; 01 Jul 2013 at 01:47.
      My Computer

  8.    #28

    Okay that's good to hear, thanks for the update, please keep me informed :)
      My Computer


  9. Posts : 46
    seven 64 bit
    Thread Starter
       #29

    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

  10.    #30

    So you haven't had any new BSODs? :)
      My Computer


 
Page 3 of 8 FirstFirst 12345 ... LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 11:43.
Find Us