Memory.dmp issue

themadbat

New Member
Messages
2
I have been having this constant MEMORY.DMP crash causing my computer to reboot, when I did the winDbg this is what I get

Microsoft (R) Windows Debugger Version 6.2.9200.20512 X86
Copyright (c) Microsoft Corporation. All rights reserved.




Loading Dump File [C:\Windows\MEMORY.DMP]
Kernel Bitmap Dump File: Only kernel address space is available


Symbol search path is: srv*
Executable search path is: srv*
Windows 8 Kernel Version 9200 MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 9200.16659.x86fre.win8_gdr.130708-1504
Machine Name:
Kernel base = 0x81268000 PsLoadedModuleList = 0x81455e48
Debug session time: Mon Oct 14 13:18:40.810 2013 (UTC + 1:00)
System Uptime: 0 days 0:51:27.714
Loading Kernel Symbols
...............................................................
................................................................
.......................
Loading User Symbols
PEB is paged out (Peb.Ldr = 7f9af00c). Type ".hh dbgerr001" for details
Loading unloaded module list
...........
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************


Use !analyze -v to get detailed debugging information.


BugCheck 133, {0, 504, 503, 0}


Probably caused by : storport.sys ( storport!RaidpAdapterTimerDpcRoutine+55 )


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


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


DPC_WATCHDOG_VIOLATION (133)
The DPC watchdog detected a prolonged run time at an IRQL of DISPATCH_LEVEL
or above.
Arguments:
Arg1: 00000000, A single DPC or ISR exceeded its time allotment. The offending
component can usually be identified with a stack trace.
Arg2: 00000504, The DPC time count (in ticks).
Arg3: 00000503, The DPC time allotment (in ticks).
Arg4: 00000000


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




DPC_TIMEOUT_TYPE: SINGLE_DPC_TIMEOUT_EXCEEDED


DEFAULT_BUCKET_ID: WIN8_DRIVER_FAULT


BUGCHECK_STR: 0x133


PROCESS_NAME: svchost.exe


CURRENT_IRQL: 1c


TAG_NOT_DEFINED_c000000f: FFFFFFFF8119F000


LAST_CONTROL_TRANSFER: from 813bf73f to 813325c4


STACK_TEXT:
8119ec84 813bf73f 00000133 00000000 00000504 nt!KeBugCheckEx
8119ece8 8141b794 00030528 00030529 8146d102 nt! ?? ::FNODOBFM::`string'+0xec95
8119ed54 8122fffe 8119ed6c 812797d9 a2cbab95 nt!KeUpdateTime+0x1b8
8119ed74 8124160d 8146f302 000000d1 8119ee18 hal!HalpTimerClockInterruptCommon+0x66
8119ed74 812797d9 8146f302 000000d1 8119ee18 hal!HalpTimerClockInterrupt+0x199
8119edfc 81afcb94 00000000 8119ef30 00000000 nt!KxWaitForLockOwnerShip+0x21
8119ee18 814186fb 846e64d0 846e6028 78a3024d storport!RaidpAdapterTimerDpcRoutine+0x55
8119eed0 81419e81 83f7cd40 8119ef18 00000378 nt!KiExecuteAllDpcs+0x1f2
8119eff4 813acd5c 885a5cfc 00000000 00000000 nt!KiRetireDpcList+0xed
8119eff8 885a5cfc 00000000 00000000 00000000 nt!KiDispatchInterrupt+0x2c
WARNING: Frame IP not in any known module. Following frames may be wrong.
813acd5c 51bb80fb 00000023 010e850f bb830000 0x885a5cfc
813acd60 00000000 010e850f bb830000 00000128 0x51bb80fb




STACK_COMMAND: kb


FOLLOWUP_IP:
storport!RaidpAdapterTimerDpcRoutine+55
81afcb94 8b868c010000 mov eax,dword ptr [esi+18Ch]


SYMBOL_STACK_INDEX: 6


SYMBOL_NAME: storport!RaidpAdapterTimerDpcRoutine+55


FOLLOWUP_NAME: MachineOwner


MODULE_NAME: storport


IMAGE_NAME: storport.sys


DEBUG_FLR_IMAGE_TIMESTAMP: 5131a7a9


BUCKET_ID_FUNC_OFFSET: 55


FAILURE_BUCKET_ID: 0x133_DPC_storport!RaidpAdapterTimerDpcRoutine


BUCKET_ID: 0x133_DPC_storport!RaidpAdapterTimerDpcRoutine


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


can I get any help understanding exactly what it means, and figure a way towards repairing the issue
 

My Computer

System One

  • OS
    Windows 8
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Compaq Presario
    CPU
    AMD Athlon 64 x2 5000+
    Motherboard
    Asus Narra2
    Memory
    DDR2 800mhz
    Graphics Card(s)
    AMD Radeon HD 7470 1gb
    Sound Card
    Realtek High Def.
    Monitor(s) Displays
    Hp w1707, eMachines, dual monitor
    Screen Resolution
    hp 1440x900, eMachine 1250x500
    Hard Drives
    Hitachi 320gb 3gb/s sATA
    PSU
    550w Diablotek
    Case
    Compaq Lunar
    Cooling
    system fans
    Keyboard
    Compaq
    Mouse
    Logiteck
    Internet Speed
    50mb/s
    Browser
    Google Chrome
    Antivirus
    AVG
is anyone going to take a crack at this or no, so that way I'll know to even bother with keeping up with this thread
 

My Computer

System One

  • OS
    Windows 8
    Computer type
    PC/Desktop
    System Manufacturer/Model
    Compaq Presario
    CPU
    AMD Athlon 64 x2 5000+
    Motherboard
    Asus Narra2
    Memory
    DDR2 800mhz
    Graphics Card(s)
    AMD Radeon HD 7470 1gb
    Sound Card
    Realtek High Def.
    Monitor(s) Displays
    Hp w1707, eMachines, dual monitor
    Screen Resolution
    hp 1440x900, eMachine 1250x500
    Hard Drives
    Hitachi 320gb 3gb/s sATA
    PSU
    550w Diablotek
    Case
    Compaq Lunar
    Cooling
    system fans
    Keyboard
    Compaq
    Mouse
    Logiteck
    Internet Speed
    50mb/s
    Browser
    Google Chrome
    Antivirus
    AVG
Back
Top