Hirdetés

Új hozzászólás Aktív témák

  • Traxx

    őstag

    Sziasztok!

    Az egyik ismerősöm gépe hülyül...néha dobálgat kékhalálokat. Régebben gyakoribb volt ez, mint kiderült, az USB3 drivere okozta. Azt lecserélve a probléma megszűnt, most viszont egy újabb jelentkezett. Ráengedtem a minidump fájl(ok)ra a Microsoft Debugging Tools-t, és a következőket kaptam:

    0: kd> !analyze -v
    *******************************************************************************
    * *
    * Bugcheck Analysis *
    * *
    *******************************************************************************

    SYSTEM_THREAD_EXCEPTION_NOT_HANDLED_M (1000007e)
    This is a very common bugcheck. Usually the exception address pinpoints
    the driver/function that caused the problem. Always note this address
    as well as the link date of the driver/image that contains this address.
    Some common problems are exception code 0x80000003. This means a hard
    coded breakpoint or assertion was hit, but this system was booted
    /NODEBUG. This is not supposed to happen as developers should never have
    hardcoded breakpoints in retail code, but ...
    If this happens, make sure a debugger gets connected, and the
    system is booted /DEBUG. This will let us see why this breakpoint is
    happening.
    Arguments:
    Arg1: c0000005, The exception code that was not handled
    Arg2: 82a40084, The address that the exception occurred at
    Arg3: 8c327a78, Exception Record Address
    Arg4: 8c327650, Context Record Address

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


    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - A 0x%08lx c men tal lhat utas t s a 0x%08lx mem riac mre hivatkozott. A mem riater leten nem v gezhet

    FAULTING_IP:
    nt!WRITE_REGISTER_BUFFER_ULONG+10
    82a40084 f3a5 rep movs dword ptr es:[edi],dword ptr [esi]

    EXCEPTION_RECORD: 8c327a78 -- (.exr 0xffffffff8c327a78)
    ExceptionAddress: 82a40084 (nt!WRITE_REGISTER_BUFFER_ULONG+0x00000010)
    ExceptionCode: c0000005 (Access violation)
    ExceptionFlags: 00000000
    NumberParameters: 2
    Parameter[0]: 00000001
    Parameter[1]: 00000000
    Attempt to write to address 00000000

    CONTEXT: 8c327650 -- (.cxr 0xffffffff8c327650)
    eax=856a4738 ebx=856a49f0 ecx=00000004 edx=00000000 esi=8c327b5c edi=00000000
    eip=82a40084 esp=8c327b40 ebp=8c327b8c iopl=0 nv up ei pl zr na pe nc
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00210246
    nt!WRITE_REGISTER_BUFFER_ULONG+0x10:
    82a40084 f3a5 rep movs dword ptr es:[edi],dword ptr [esi]
    Resetting default scope

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: NULL_DEREFERENCE

    PROCESS_NAME: System

    CURRENT_IRQL: 0

    ERROR_CODE: (NTSTATUS) 0xc0000005 - A 0x%08lx c men tal lhat utas t s a 0x%08lx mem riac mre hivatkozott. A mem riater leten nem v gezhet

    EXCEPTION_PARAMETER1: 00000001

    EXCEPTION_PARAMETER2: 00000000

    WRITE_ADDRESS: GetPointerFromAddress: unable to read from 82b70848
    Unable to read MiSystemVaType memory at 82b4fe20
    00000000

    FOLLOWUP_IP:
    pci!PciProgramInterruptResource+66
    8a0f6218 ebf2 jmp pci!PciProgramInterruptResource+0x5a (8a0f620c)

    BUGCHECK_STR: 0x7E

    LAST_CONTROL_TRANSFER: from 8a0f6218 to 82a40084

    STACK_TEXT:
    8c327b8c 8a0f6218 00000000 00000000 00000000 nt!WRITE_REGISTER_BUFFER_ULONG+0x10
    8c327ba0 8a10437d 856a4738 8a1041c8 85fa9650 pci!PciProgramInterruptResource+0x66
    8c327ca0 8a0f2035 85fa95e0 85fa9650 856a4738 pci!PciDevice_Start+0x1b5
    8c327cc4 82a3e5be 856a4738 85fa95e0 8564e568 pci!PciDispatchPnpPower+0xaf
    8c327cdc 8a0c2f0f 8564e57c 84d6cd48 82b423bc nt!IofCallDriver+0x63
    8c327d00 82a84a6b 8564e568 00000000 84d6cd48 ACPI!ACPIFilterIrpStartDeviceWorker+0x67
    8c327d50 82c10056 00000001 90dde95b 00000000 nt!ExpWorkerThread+0x10d
    8c327d90 82ab81a9 82a8495e 00000001 00000000 nt!PspSystemThreadStartup+0x9e
    00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x19


    SYMBOL_STACK_INDEX: 1

    SYMBOL_NAME: pci!PciProgramInterruptResource+66

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: pci

    IMAGE_NAME: pci.sys

    DEBUG_FLR_IMAGE_TIMESTAMP: 4ce788e5

    STACK_COMMAND: .cxr 0xffffffff8c327650 ; kb

    FAILURE_BUCKET_ID: 0x7E_pci!PciProgramInterruptResource+66

    BUCKET_ID: 0x7E_pci!PciProgramInterruptResource+66

    Followup: MachineOwner
    ---------

    Első körben ezen a Null dereference dolgon próbáltam meg elindulni, de itt nem találtam semmi használhatót linuxosokon kívül, ő pedig Win 7-et használ. Olvastam, hogy lehet hardverhiba is, nos a szóban forgó jószág egy laptop, pontosabban Asus X53SC-SX105D típusú.

    A kékhalál csak a gép bekapcsolásakor jelentkezik, üzem közben nem dobja le a gépszíjat. De vagy az van, hogy épp megjelenik a windows logó és úszik a kékhal, vagy előtte, de az tuti, hogy a rendszer nem jut el ekkor még a felállt állapotig. Ha már betöltött, akkor megy.

    Mi lehet a gond szerintetek?

Új hozzászólás Aktív témák