Results 1 to 8 of 8

Thread: BSoD ...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    HardRocker DioZhivkov's Avatar
    Join Date: Jan:2008
    Location: /
    Posts: 258

    BSoD ...

    , !
    , .
    , , . Windows XP Pro SP2 , , (). S&M, Prime95, EVEREST, . , 3- , , - , . 3-4 3 . - , - 2-3 . . : Biostar M7NCD, Athlon Thoroughbred 2200+, 2x512MB RAM( , , DDR400 DDR 266 2-2-2-5),ATI 9550 256MB/128bit, 6040L0 HDS721616. 45 35 , 60 ( ). , - :
    0x0000008E; 0x000000D1 - (WindowsXP-KB916595-x86-ENU), .
    DEBUGWIZ :

    BugCheck 1000008E, {c000001d, 805503a2, 80550308, 0}

    Probably caused by : ntoskrnl.exe ( nt!KiDoubleFaultStack+2ca2 )

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

    kd> !analyze -v;r;kv;lmtn;.logclose;q
    ******************************
    KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
    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: c000001d, The exception code that was not handled
    Arg2: 805503a2, The address that the exception occurred at
    Arg3: 80550308, Trap Frame
    Arg4: 00000000

    Debugging Details:
    ------------------
    EXCEPTION_CODE: (NTSTATUS) 0xc000001d - {EXCEPTION} Illegal Instruction An attempt was made to execute an illegal instruction.

    FAULTING_IP:
    nt!KiDoubleFaultStack+2ca2
    805503a2 df ???

    TRAP_FRAME: 80550308 -- (.trap 0xffffffff80550308)
    .trap 0xffffffff80550308
    ErrCode = 00000000
    eax=000000b1 ebx=f7699eaa ecx=000000b1 edx=80550396 esi=80550390 edi=8641c32e
    eip=805503a2 esp=8055037c ebp=8055038b iopl=0 nv up ei pl nz na po cy
    cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010203
    nt!KiDoubleFaultStack+0x2ca2:
    805503a2 df ???
    .trap
    Resetting default scope

    CUSTOMER_CRASH_COUNT: 2

    DEFAULT_BUCKET_ID: DRIVER_FAULT

    BUGCHECK_STR: 0x8E

    PROCESS_NAME: Idle

    LAST_CONTROL_TRANSFER: from 4da77900 to 805503a2
    --------------------------------------------------------------------------------------------------


    BugCheck 100000BE, {f76996bd, 6aad121, 805502d8, a}

    Probably caused by : R8139n51.SYS ( R8139n51+4942 )

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

    kd> !analyze -v;r;kv;lmtn;.logclose;q
    **************************************** ****************
    ATTEMPTED_WRITE_TO_READONLY_MEMORY (be)
    An attempt was made to write to readonly memory. The guilty driver is on the
    stack trace (and is typically the current instruction pointer).
    When possible, the guilty driver's name (Unicode string) is printed on
    the bugcheck screen and saved in KiBugCheckDriver.
    Arguments:
    Arg1: f76996bd, Virtual address for the attempted write.
    Arg2: 06aad121, PTE contents.
    Arg3: 805502d8, (reserved)
    Arg4: 0000000a, (reserved)

    Debugging Details:
    ----------------
    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: DRIVER_FAULT

    BUGCHECK_STR: 0xBE

    PROCESS_NAME: Idle

    LAST_CONTROL_TRANSFER: from f79afd56 to f79b3942

    STACK_TEXT:
    WARNING: Stack unwind information not available. Following frames may be wrong.
    80550354 f79afd56 8055038b f76996bd 86137000 R8139n51+0x4942
    8055036c f7699eaa 8055038b f76996bd 86137000 R8139n51+0xd56
    8055038c 804da779 86355008 00137328 859028f0 NDIS!ndisMIsr+0x36
    805503a4 804da721 00000000 805503c0 804da72e nt!KiChainedDispatch2ndLvl+0x39
    805503a4 00000000 00000000 805503c0 804da72e nt!KiChainedDispatch+0x1b

    STACK_COMMAND: kb

    FOLLOWUP_IP:
    R8139n51+4942
    f79b3942 c60001 mov byte ptr [eax],1

    SYMBOL_STACK_INDEX: 0

    SYMBOL_NAME: R8139n51+4942

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: R8139n51

    IMAGE_NAME: R8139n51.SYS

    DEBUG_FLR_IMAGE_TIMESTAMP: 3ca0328c

    FAILURE_BUCKET_ID: 0xBE_R8139n51+4942

    BUCKET_ID: 0xBE_R8139n51+4942

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



    BugCheck 100000D1, {ddf98000, a, 0, ddf97fff}

    Probably caused by : NDIS.sys ( NDIS!ndisMIsr+36 )

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

    kd> !analyze -v;r;kv;lmtn;.logclose;q
    **************************************** ***********************
    DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high. This is usually
    caused by drivers using improper addresses.
    If kernel debugger is available get stack backtrace.
    Arguments:
    Arg1: ddf98000, memory referenced
    Arg2: 0000000a, IRQL
    Arg3: 00000000, value 0 = read operation, 1 = write operation
    Arg4: ddf97fff, address which referenced memory

    Debugging Details:
    ------------------
    READ_ADDRESS: ddf98000

    CURRENT_IRQL: a

    FAULTING_IP:
    +ffffffffddf97fff
    ddf97fff 00 ???

    CUSTOMER_CRASH_COUNT: 1

    DEFAULT_BUCKET_ID: DRIVER_FAULT

    BUGCHECK_STR: 0xD1

    PROCESS_NAME: Idle

    LAST_CONTROL_TRANSFER: from ba66aeaa to ddf97fff

    STACK_TEXT:
    WARNING: Frame IP not in any known module. Following frames may be wrong.
    8055036c ba66aeaa 8055038b 8055039b 85e55000 0xddf97fff
    8055038c 804da779 8618f638 00e552c8 85786058 NDIS!ndisMIsr+0x36
    805503a4 804da721 00000000 805503c0 804da72e nt!KiChainedDispatch2ndLvl+0x39
    805503a4 75000000 00000000 805503c0 804da72e nt!KiChainedDispatch+0x1b
    c7008056 00000000 00000000 00000000 00000000 0x75000000

    STACK_COMMAND: kb

    FOLLOWUP_IP:
    NDIS!ndisMIsr+36
    ba66aeaa 807d0f00 cmp byte ptr [ebp+0Fh],0

    SYMBOL_STACK_INDEX: 1

    SYMBOL_NAME: NDIS!ndisMIsr+36

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: NDIS

    IMAGE_NAME: NDIS.sys

    DEBUG_FLR_IMAGE_TIMESTAMP: 41107ec3

    FAILURE_BUCKET_ID: 0xD1_NDIS!ndisMIsr+36

    BUCKET_ID: 0xD1_NDIS!ndisMIsr+36

    !
    I know love and what it means, it's a skinny little girl in tight-ass jeans. I love to hear 'em moan and cry, 'cos God made men to satisfy...

  2. #2
    Bombera's Avatar
    Join Date: Jul:2001
    Location: 4EVA
    Posts: 13,833
    R8139n51.SYS, NDIS.sys . . .
    EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
    Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|

  3. #3
    HardRocker DioZhivkov's Avatar
    Join Date: Jan:2008
    Location: /
    Posts: 258
    4 , 10 . , - , - . . -
    I know love and what it means, it's a skinny little girl in tight-ass jeans. I love to hear 'em moan and cry, 'cos God made men to satisfy...

  4. #4
    Bombera's Avatar
    Join Date: Jul:2001
    Location: 4EVA
    Posts: 13,833
    8139 , . , . 10- , .
    EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
    Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|

  5. #5
    HardRocker DioZhivkov's Avatar
    Join Date: Jan:2008
    Location: /
    Posts: 258
    LADOX LD 2102-B RTL8139D . , 00000000, . - , , . 10 , ( ), , @. , - , ... ' . - , -
    I know love and what it means, it's a skinny little girl in tight-ass jeans. I love to hear 'em moan and cry, 'cos God made men to satisfy...

  6. #6
    Bombera's Avatar
    Join Date: Jul:2001
    Location: 4EVA
    Posts: 13,833
    , - . , , , .
    EVGA X299 FTW K|i9-7960X@4.7|4x8 Patriot Viper Steel 4000|GTX 1660 Ti|970 EVO 1 TB|Seasonic Focus GX-1000|Xigmatek Elysium|
    Rampage IV Extreme BE|E5-1680v2@4.7|4x4 HyperX 1866|Cougar Aqua 240|GTX 1050 Ti|970 EVO 1/4 TB|CM 850 SilentPro|HAF-X|

  7. #7
    HardRocker DioZhivkov's Avatar
    Join Date: Jan:2008
    Location: /
    Posts: 258
    , . , . , , , -
    I know love and what it means, it's a skinny little girl in tight-ass jeans. I love to hear 'em moan and cry, 'cos God made men to satisfy...

  8. #8
    HardRocker DioZhivkov's Avatar
    Join Date: Jan:2008
    Location: /
    Posts: 258
    !
    . ,
    rtlsetup-rtlnic6201217 . .
    - .
    I know love and what it means, it's a skinny little girl in tight-ass jeans. I love to hear 'em moan and cry, 'cos God made men to satisfy...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

Copyright © 1999-2011 . .
iskamPC.com | mobility.BG | Bloody's Techblog | | 3D Vision Blog |