Multiple BSOD's with multiple errors occuring randomly

Page 1 of 3 123 LastLast

  1. Posts : 14
    Windows 7 Home Premium x64
       #1

    Multiple BSOD's with multiple errors occuring randomly


    [EDIT]
    Just realized I uploaded the wrong zip folder, It doesn't have everything in it. Fixed that now though! Sorry about the hassle!

    So I built my own PC a a good few months back, and within a month I experienced a BSOD, and now they are very frequent. They can happen three or four times a day, or none for a few days. They don't seem to happen because of any application either. They seem to occur randomly.

    The error's that appear to be the most common is the 'driver_irql_not_less_or_equal' and the 'memory_managment' error. Others have occurred I just can't remember them. Another problem I've noticed is that my graphics driver would crash occasionally even though it is up to date.

    I use my computer as a gaming pc and for video editing so its under some heavy pressure I would presume. Any help would be much appreciated! I attached the event files aswell.
      My Computer


  2. Arc
    Posts : 35,373
    Microsoft Windows 10 Pro Insider Preview 64-bit
       #2

    Hello Andy!

    Uninstall the following programs.


    Free up the startup.

    1. Click on the Start button
    2. Type “msconfig (without quotes), click the resulting link. It will open the System Configuration window.
    3. Select the “Startup” tab.
    4. Deselect all items other than the antivirus.
    5. Apply > OK
    6. Accept the restart.

    Enable Driver Verifier
    Code:
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck C5, {0, 2, 0, fffff800033fc6fb}
    
    Probably caused by : Pool_Corruption ( nt!ExDeferredFreePool+ca7 )
    
    Followup: Pool_corruption
    ---------
    
    0: kd> !analyze -v
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    DRIVER_CORRUPTED_EXPOOL (c5)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high.  This is
    caused by drivers that have corrupted the system pool.  Run the driver
    verifier against any new (or suspect) drivers, and if that doesn't turn up
    the culprit, then use gflags to enable special pool.
    Arguments:
    Arg1: 0000000000000000, memory referenced
    Arg2: 0000000000000002, IRQL
    Arg3: 0000000000000000, value 0 = read operation, 1 = write operation
    Arg4: fffff800033fc6fb, address which referenced memory
    Driver Verifier - Enable and Disable

    Run Driver Verifier for 24 hours or the occurrence of the next crash, whichever is earlier.

    Let us know the results, with the subsequent crash dumps, if any.
      My Computer


  3. Posts : 14
    Windows 7 Home Premium x64
    Thread Starter
       #3

    Hello Arc!

    Thank you for your support, I've followed the instructions, been running driver verifier for a while and the computer did BSOD again not too long ago.

    So I found what I think is the crash dump file (MEMORY.DMP?) but its around 630mb, how can I compress this down to the seven forums upload limit? I tried using winrar but it came out at 100mb!

    Im uploading it to mediafire, but im sure there is a way to compress a file to a certain size right? I will upload the mediafire link when it is done uploading if there is no other way around this.
      My Computer


  4. Posts : 14
    Windows 7 Home Premium x64
    Thread Starter
       #4

    Nevermind! I realized now I should have just used the seven forums program again.
    My bad, anywho here is the new crash dumps!
      My Computer


  5. Arc
    Posts : 35,373
    Microsoft Windows 10 Pro Insider Preview 64-bit
       #5

    Well it is nVidia nForce network driver.
    Code:
    fffff880`02664a40  fffff880`04afc9e8Unable to load image \SystemRoot\system32\DRIVERS\nvmf6264.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for nvmf6264.sys
    *** ERROR: Module load completed but symbols could not be loaded for nvmf6264.sys
     nvmf6264+0x299e8
    And it is sufficiently old.
    Code:
    lmvm nvmf6264
    start             end                 module name
    fffff880`04ad3000 fffff880`04b27080   nvmf6264 T (no symbols)           
        Loaded symbol image file: nvmf6264.sys
        Image path: \SystemRoot\system32\DRIVERS\nvmf6264.sys
        Image name: nvmf6264.sys
        Timestamp:        Thu Aug 12 17:16:06 2010 (4C63DEFE)
        CheckSum:         00064419
        ImageSize:        00054080
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    Get the update from Drivers - Download NVIDIA Drivers, search for nForce.

    Let us know the results.
      My Computer


  6. Posts : 14
    Windows 7 Home Premium x64
    Thread Starter
       #6

    So I installed the nforce drivers and then a few hours later my computer BSOD'd again. The error message was "system_service_exception"

    Im guessing this isn't a driver problem and is a completely new one?
      My Computer


  7. Arc
    Posts : 35,373
    Microsoft Windows 10 Pro Insider Preview 64-bit
       #7

    Better you upload the crash dump.
      My Computer


  8. Posts : 14
    Windows 7 Home Premium x64
    Thread Starter
       #8

    opps, forgot to upload them. I BSOD'd again there with "multiple_irp_complete_requests" so heres the latest crash dumps.
      My Computer


  9. Posts : 14
    Windows 7 Home Premium x64
    Thread Starter
       #9

    anyone provide any sort of light on this? any input would be much appreciated guys :)
      My Computer


  10. Arc
    Posts : 35,373
    Microsoft Windows 10 Pro Insider Preview 64-bit
       #10

    Code:
    kd> !irp fffffa800ab6b410
    Irp is active with 1 stacks 1 is current (= 0xfffffa800ab6b4e0)
     No Mdl: No System Buffer: Thread fffffa80072c6b50:  Irp stack trace.  
         cmd  flg cl Device   File     Completion-Context
    >[  e, 0]   0  0 fffffa80087e1890 fffffa800adf3c70 00000000-00000000    
              fffffa80087e1890: Could not read device object or _DEVICE_OBJECT not found
    
                Args: 00000038 00000038 0012000f 03b2f634
    I guess you need to enable DV for one more time.

    Driver Verifier - Enable and Disable
    Run Driver Verifier for 24 hours or the occurrence of the next crash, whichever is earlier.

    Let us know the results, with the subsequent crash dumps, if any.
      My Computer


 
Page 1 of 3 123 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 00:35.
Find Us