Driver_irql_not_less_or_equal & bad_pool_caller


  1. Posts : 4
    Windows 7 Home Premium 64-bit
       #1

    Driver_irql_not_less_or_equal & bad_pool_caller


    Hello, I have recently bought a new network card, my computer says that the drivers are up to date, but I keep getting BSOD's

    SPECS:

    Acer Aspire M3203
    Win 7 Home Premium 64-bit
    6GB of RAM
    1.5TB HDD

    Network Card:

    Tenda TEL9901G
      My Computer


  2. Posts : 8,383
    Windows 10 Pro x64, Arch Linux
       #2

    Your F-Secure antivirus was mentioned as the cause of BSODs in the dumps
    Remove it and use MSE

    Code:
    *******************************************************************************
    *                                                                             *
    *                        Bugcheck Analysis                                    *
    *                                                                             *
    *******************************************************************************
    
    Use !analyze -v to get detailed debugging information.
    
    BugCheck C2, {7, 1097, 4130021, fffffa8008bad940}
    
    Unable to load image \??\C:\Windows\System32\drivers\fsccsys.sys, Win32 error 0n2
    *** WARNING: Unable to verify timestamp for fsccsys.sys
    *** ERROR: Module load completed but symbols could not be loaded for fsccsys.sys
    GetPointerFromAddress: unable to read from fffff80002f010e0
    Probably caused by : fsccsys.sys ( fsccsys+3930 )
    
    
    BAD_POOL_CALLER (c2)
    The current thread is making a bad pool request.  Typically this is at a bad IRQL level or double freeing the same allocation, etc.
    Arguments:
    Arg1: 0000000000000007, Attempt to free pool which was already freed
    Arg2: 0000000000001097, (reserved)
    Arg3: 0000000004130021, Memory contents of the pool block
    Arg4: fffffa8008bad940, Address of the block of pool being deallocated
    
    Debugging Details:
    ------------------
    
    
    POOL_ADDRESS:  fffffa8008bad940 
    
    FREED_POOL_TAG:  CCpp
    
    BUGCHECK_STR:  0xc2_7_CCpp
    
    CUSTOMER_CRASH_COUNT:  1
    
    DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT
    
    PROCESS_NAME:  fshoster32.exe
    
    CURRENT_IRQL:  0
    
    LAST_CONTROL_TRANSFER:  from fffff80002dfc60e to fffff80002cc9700
    
    STACK_TEXT:  
    fffff880`06a0d7a8 fffff800`02dfc60e : 00000000`000000c2 00000000`00000007 00000000`00001097 00000000`04130021 : nt!KeBugCheckEx
    fffff880`06a0d7b0 fffff880`04474930 : 00000000`00000006 fffffa80`07b99b70 fffffa80`08bad940 00000000`000070be : nt!ExDeferredFreePool+0x11eb
    fffff880`06a0d860 00000000`00000006 : fffffa80`07b99b70 fffffa80`08bad940 00000000`000070be fffff880`00000126 : fsccsys+0x3930
    fffff880`06a0d868 fffffa80`07b99b70 : fffffa80`08bad940 00000000`000070be fffff880`00000126 fffffa80`05400014 : 0x6
    fffff880`06a0d870 fffffa80`08bad940 : 00000000`000070be fffff880`00000126 fffffa80`05400014 fffffa80`00000001 : 0xfffffa80`07b99b70
    fffff880`06a0d878 00000000`000070be : fffff880`00000126 fffffa80`05400014 fffffa80`00000001 fffffa80`08bed030 : 0xfffffa80`08bad940
    fffff880`06a0d880 fffff880`00000126 : fffffa80`05400014 fffffa80`00000001 fffffa80`08bed030 00000000`0000058c : 0x70be
    fffff880`06a0d888 fffffa80`05400014 : fffffa80`00000001 fffffa80`08bed030 00000000`0000058c fffff880`04474634 : 0xfffff880`00000126
    fffff880`06a0d890 fffffa80`00000001 : fffffa80`08bed030 00000000`0000058c fffff880`04474634 00000000`000070be : 0xfffffa80`05400014
    fffff880`06a0d898 fffffa80`08bed030 : 00000000`0000058c fffff880`04474634 00000000`000070be fffff800`02ca8db5 : 0xfffffa80`00000001
    fffff880`06a0d8a0 00000000`0000058c : fffff880`04474634 00000000`000070be fffff800`02ca8db5 00000000`00000000 : 0xfffffa80`08bed030
    fffff880`06a0d8a8 fffff880`04474634 : 00000000`000070be fffff800`02ca8db5 00000000`00000000 fffffa80`07b99bd8 : 0x58c
    fffff880`06a0d8b0 00000000`000070be : fffff800`02ca8db5 00000000`00000000 fffffa80`07b99bd8 00000000`00000000 : fsccsys+0x3634
    fffff880`06a0d8b8 fffff800`02ca8db5 : 00000000`00000000 fffffa80`07b99bd8 00000000`00000000 fffffa80`07b99bc8 : 0x70be
    fffff880`06a0d8c0 00000000`00000000 : fffffa80`07b99bd8 fffff880`06a0dc00 fffffa80`07b87160 fffff880`044791d0 : nt!KiExitDispatcher+0xc5
    
    
    STACK_COMMAND:  kb
    
    FOLLOWUP_IP: 
    fsccsys+3930
    fffff880`04474930 ??              ???
    
    SYMBOL_STACK_INDEX:  2
    
    SYMBOL_NAME:  fsccsys+3930
    
    FOLLOWUP_NAME:  MachineOwner
    
    MODULE_NAME: fsccsys
    
    IMAGE_NAME:  fsccsys.sys
    
    DEBUG_FLR_IMAGE_TIMESTAMP:  4e08201a
    
    FAILURE_BUCKET_ID:  X64_0xc2_7_CCpp_fsccsys+3930
    
    BUCKET_ID:  X64_0xc2_7_CCpp_fsccsys+3930
    
    Followup: MachineOwner
    ---------
      My Computer


  3. Posts : 4
    Windows 7 Home Premium 64-bit
    Thread Starter
       #3

    Thanks, I will remove it and get back to you if it fixes the issue!

    Thanks for helping,
    Arttu
      My Computer


  4. Posts : 4
    Windows 7 Home Premium 64-bit
    Thread Starter
       #4

    Oh, and may I also ask, what software do you use to analyze the error?
      My Computer


  5. Posts : 8,383
    Windows 10 Pro x64, Arch Linux
       #5

    Arttu said:
    Oh, and may I also ask, what software do you use to analyze the error?
    WinDBG from Windows debugging tools
      My Computer


  6. Posts : 4
    Windows 7 Home Premium 64-bit
    Thread Starter
       #6

    That fixed it, thanks a bunch for helping!
      My Computer


 

  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 15:05.
Find Us