logo elektroda
logo elektroda
X
logo elektroda
REKLAMA
REKLAMA
Adblock/uBlockOrigin/AdGuard mogą powodować znikanie niektórych postów z powodu nowej reguły.

Mógłby ktoś rozszyfrować od czego blue screen ?

bestler 04 Cze 2006 17:14 1110 1
REKLAMA
  • #1 2696955
    bestler
    VIP Zasłużony dla elektroda
    Posty: 5277
    Pomógł: 254
    Ocena: 893
    Koleżance od jakiegoś czasu pojawia się blue screen niewiadomego pochodzenia, ten program to zwisów wygenerował coś takiego, teraz powiedzcie mi co jest przyczyną tych blue screenów


    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    THREAD_STUCK_IN_DEVICE_DRIVER_M (100000ea)
    The device driver is spinning in an infinite loop, most likely waiting for
    hardware to become idle. This usually indicates problem with the hardware
    itself or with the device driver programming the hardware incorrectly.
    If the kernel debugger is connected and running when watchdog detects a
    timeout condition then DbgBreakPoint() will be called instead of KeBugCheckEx()
    and detailed message including bugcheck arguments will be printed to the
    debugger. This way we can identify an offending thread, set breakpoints in it,
    and hit go to return to the spinning code to debug it further. Because
    KeBugCheckEx() is not called the .bugcheck directive will not return bugcheck
    information in this case. The arguments are already printed out to the kernel
    debugger. You can also retrieve them from a global variable via
    "dd watchdog!g_WdBugCheckData l5" (use dq on NT64).
    On MP machines it is possible to hit a timeout when the spinning thread is
    interrupted by hardware interrupt and ISR or DPC routine is running at the time
    of the bugcheck (this is because the timeout's work item can be delivered and
    handled on the second CPU and the same time). If this is the case you will have
    to look deeper at the offending thread's stack (e.g. using dds) to determine
    spinning code which caused the timeout to occur.
    Arguments:
    Arg1: 80ded3a0, Pointer to a stuck thread object. Do .thread then kb on it to find
    the hung location.
    Arg2: ffbc3cd0, Pointer to a DEFERRED_WATCHDOG object.
    Arg3: 80de1138, Pointer to offending driver name.
    Arg4: 00000001, Number of times "intercepted" bugcheck 0xEA was hit (see notes).

    Debugging Details:
    ------------------

    ***** Kernel symbols are WRONG. Please fix symbols to do analysis.

    *************************************************************************
    *** ***
    *** ***
    *** Your debugger is not using the correct symbols ***
    *** ***
    *** In order for this command to work properly, your symbol path ***
    *** must point to .pdb files that have full type information. ***
    *** ***
    *** Certain .pdb files (such as the public OS symbols) do not ***
    *** contain the required information. Contact the group that ***
    *** provided you with these symbols if you need this command to ***
    *** work. ***
    *** ***
    *** Type referenced: watchdog!_DEFERRED_WATCHDOG ***
    *** ***
    *************************************************************************

    MODULE_NAME: nt

    FAULTING_MODULE: 804d4000 nt

    DEBUG_FLR_IMAGE_TIMESTAMP: 3d6de35c

    FAULTING_THREAD: 80ded3a0

    DEFAULT_BUCKET_ID: GRAPHICS_DRIVER_FAULT

    CUSTOMER_CRASH_COUNT: 1

    BUGCHECK_STR: 0xEA

    LAST_CONTROL_TRANSFER: from 804f49b4 to 804f1a6b

    STACK_TEXT:
    WARNING: Stack unwind information not available. Following frames may be wrong.
    f8bfacdc 804f49b4 f9697bdc f8bfad28 f8bfad1c nt+0x1da6b
    f8bfad2c 806cd38c 00000000 00000000 f8bfad44 nt+0x209b4
    f8bfad44 ffff0023 000b0023 00065206 000f4240 hal+0x638c
    00000000 00000000 00000000 00000000 00000000 0xffff0023


    STACK_COMMAND: .bugcheck ; kb

    FOLLOWUP_NAME: MachineOwner

    BUCKET_ID: WRONG_SYMBOLS

    Followup: MachineOwner
    ---------
  • REKLAMA
REKLAMA