Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

BSOD Dump file Bonanza


  • Please log in to reply

#1
Gevans

Gevans

    New Member

  • Member
  • Pip
  • 3 posts
Hi All, I have been having random blue screens and have figured out how to produce a minidump file and analize it!! Great, but what does it mean? I have the follow:
Windows XP Professional Service Pack 3 (build 2600)
2.80 gigahertz Intel Pentium 4
16 kilobyte primary memory cache
1024 kilobyte secondary memory cache
ASUSTeK Computer INC. P4S800D-X Rev 1.xx
Bus Clock: 133 megahertz
2048 Megabytes Installed Memory
Slot 'DIMM0' has 1024 MB
Slot 'DIMM1' has 512 MB
Slot 'DIMM2' is Empty
Slot 'DIMM3' has 512 MB
c: (NTFS on drive 0) 203.92 GB 35.52 GB free
f: (FAT32 on drive 1) 10.23 GB 9.55 GB free
NVIDIA GeForce FX 5200 [Display adapter]
SndTVideo [Display adapter]
Default Monitor

Everything is up-to-date maybe a few non-essential driver out of date... Not sure.

Here is the dump file: Also, after it dumps and I restart I usaully cant find the drive to load windows unless I wait a while then it will restart. Also mutiple event log errors.


Windows XP Kernel Version 2600 (Service Pack 3) UP Free x86 compatible
Product: WinNt
Built by: 2600.xpsp_sp3_gdr.080814-1236
Kernel base = 0x804d7000 PsLoadedModuleList = 0x8055b1c0
Debug session time: Fri Jan 9 22:12:43.820 2009 (GMT-5)
System Uptime: 0 days 13:16:27.578
Loading Kernel Symbols
........................................................................... .....................................................................
Loading User Symbols
Loading unloaded module list
.....................
*************************************************************************** ****
* *
* Bugcheck Analysis *
* *
*************************************************************************** ****

Use !analyze -v to get detailed debugging information.

BugCheck 1000007E, {c0000005, 0, f78bea8c, f78be788}

*** WARNING: Unable to verify timestamp for mssmbios.sys
*** ERROR: Module load completed but symbols could not be loaded for mssmbios.sys
Probably caused by : ntoskrnl.exe ( nt!IoPageRead+1b )

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

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: 00000000, The address that the exception occurred at
Arg3: f78bea8c, Exception Record Address
Arg4: f78be788, Context Record Address

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


EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at "0x%08lx" referenced memory at "0x%08lx". The memory could not be "%s".

FAULTING_IP:
+0
00000000 0000 add byte ptr [eax],al

EXCEPTION_RECORD: f78bea8c -- (.exr 0xfffffffff78bea8c)
Cannot read Exception record @ f78bea8c

CONTEXT: f78be788 -- (.cxr 0xfffffffff78be788)
Unable to read context, Win32 error 0n30

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: DRIVER_FAULT

BUGCHECK_STR: 0x7E

EXCEPTION_STR: 0x0

LAST_CONTROL_TRANSFER: from 804f95ff to 00000000

STACK_TEXT:
WARNING: Frame IP not in any known module. Following frames may be wrong.
f78beb5c 804f95ff 8a661ee8 88ef410b 88ef40f8 0x0
f78beb7c 804f92c9 88cb53f0 88ef41e8 88ef40f8 nt!IoPageRead+0x1b
f78bebf0 804eba6a 6950d8c0 c6020000 c0318080 nt!MiDispatchFault+0x2fc
f78bec40 804f67f3 00000000 c6020000 00000000 nt!MmAccessFault+0x5bc
f78bec80 804ff901 c6020000 00000000 80557398 nt!MmCheckCachedPageState+0x461
f78bed2c 804ff6b4 8a6bfd60 805622c0 8a67e340 nt!CcPerformReadAhead+0x1f1
f78bed74 804e426b 8a6bfd60 00000000 8a67e340 nt!CcWorkerThread+0x147
f78bedac 8057aeff 8a6bfd60 00000000 00000000 nt!ExpWorkerThread+0x100
f78beddc 804f88ea 804e4196 00000000 00000000 nt!PspSystemThreadStartup+0x34
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16


FOLLOWUP_IP:
nt!IoPageRead+1b
804f95ff 5d pop ebp

SYMBOL_STACK_INDEX: 1

SYMBOL_NAME: nt!IoPageRead+1b

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: nt

IMAGE_NAME: ntoskrnl.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 48a404ab

STACK_COMMAND: .cxr 0xfffffffff78be788 ; kb

FAILURE_BUCKET_ID: 0x7E_nt!IoPageRead+1b

BUCKET_ID: 0x7E_nt!IoPageRead+1b

Followup: MachineOwner
  • 0

Advertisements


#2
Broni

Broni

    Kraków my love :)

  • Member
  • PipPipPipPipPipPipPipPip
  • 12,300 posts
Download BlueScreenView
No installation required.
Double click on BlueScreenView.exe file to run the program.
When scanning is done, go Edit>Select All.
Go File>Save Selected Items, and save the report as BSOD.txt.
Open BSOD.txt in Notepad, copy all content, and paste it into your next reply.
  • 0

#3
Gevans

Gevans

    New Member

  • Topic Starter
  • Member
  • Pip
  • 3 posts
Thanks Broni. THink I did it correctly. By the way ran windows memtest all night and no failures.

==================================================
Dump File : Mini112209-03.dmp
Crash Time : 2009-11-22 6:38:51 PM
Bug Check String : IRQL_NOT_LESS_OR_EQUAL
Bug Check Code : 0x0000000a
Parameter 1 : 0x00000004
Parameter 2 : 0x00000002
Parameter 3 : 0x00000001
Parameter 4 : 0x804dc0ac
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini112209-03.dmp
==================================================

==================================================
Dump File : Mini112209-02.dmp
Crash Time : 2009-11-22 5:46:37 PM
Bug Check String : PFN_LIST_CORRUPT
Bug Check Code : 0x0000004e
Parameter 1 : 0x0000008f
Parameter 2 : 0x00040747
Parameter 3 : 0x000600a7
Parameter 4 : 0x00000000
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini112209-02.dmp
==================================================

==================================================
Dump File : Mini112209-01.dmp
Crash Time : 2009-11-22 10:19:15 AM
Bug Check String : UNEXPECTED_KERNEL_MODE_TRAP
Bug Check Code : 0x0000007f
Parameter 1 : 0x0000000d
Parameter 2 : 0x00000000
Parameter 3 : 0x00000000
Parameter 4 : 0x00000000
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini112209-01.dmp
==================================================

==================================================
Dump File : Mini111509-01.dmp
Crash Time : 2009-11-15 6:53:58 PM
Bug Check String : PFN_LIST_CORRUPT
Bug Check Code : 0x0000004e
Parameter 1 : 0x0000008f
Parameter 2 : 0x0005f47d
Parameter 3 : 0x00043d5d
Parameter 4 : 0x00000000
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini111509-01.dmp
==================================================

==================================================
Dump File : Mini110709-01.dmp
Crash Time : 2009-11-07 2:26:24 PM
Bug Check String : BAD_POOL_CALLER
Bug Check Code : 0x000000c2
Parameter 1 : 0x00000040
Parameter 2 : 0x00000000
Parameter 3 : 0x80000000
Parameter 4 : 0x00000000
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini110709-01.dmp
==================================================

==================================================
Dump File : Mini110609-01.dmp
Crash Time : 2009-11-06 12:02:58 PM
Bug Check String : SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
Bug Check Code : 0x1000007e
Parameter 1 : 0xc0000005
Parameter 2 : 0x8054bf87
Parameter 3 : 0xf78e6c18
Parameter 4 : 0xf78e6914
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini110609-01.dmp
==================================================

==================================================
Dump File : Mini100909-01.dmp
Crash Time : 2009-10-09 6:40:07 PM
Bug Check String : BAD_POOL_HEADER
Bug Check Code : 0x00000019
Parameter 1 : 0x00000020
Parameter 2 : 0x88b395d8
Parameter 3 : 0x88b39618
Parameter 4 : 0x0a080005
Caused By Driver : Ntfs.sys
Caused By Address : Ntfs.sys+66ba
File Description : NT File System Driver
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5512 (xpsp.080413-2111)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini100909-01.dmp
==================================================

==================================================
Dump File : Mini093009-02.dmp
Crash Time : 2009-09-30 1:19:25 PM
Bug Check String : NTFS_FILE_SYSTEM
Bug Check Code : 0x00000024
Parameter 1 : 0x001902fe
Parameter 2 : 0xb71671e0
Parameter 3 : 0xb7166edc
Parameter 4 : 0x8056afab
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini093009-02.dmp
==================================================

==================================================
Dump File : Mini093009-01.dmp
Crash Time : 2009-09-30 12:42:24 PM
Bug Check String : BAD_POOL_HEADER
Bug Check Code : 0x00000019
Parameter 1 : 0x00000020
Parameter 2 : 0x88d636e4
Parameter 3 : 0x88d63d8c
Parameter 4 : 0x88d50f00
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini093009-01.dmp
==================================================

==================================================
Dump File : Mini081809-01.dmp
Crash Time : 2009-08-18 9:55:49 PM
Bug Check String : IRQL_NOT_LESS_OR_EQUAL
Bug Check Code : 0x0000000a
Parameter 1 : 0x00000004
Parameter 2 : 0x00000002
Parameter 3 : 0x00000001
Parameter 4 : 0x804dc0ac
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini081809-01.dmp
==================================================

==================================================
Dump File : Mini081309-01.dmp
Crash Time : 2009-08-13 10:46:55 PM
Bug Check String : BAD_POOL_HEADER
Bug Check Code : 0x00000019
Parameter 1 : 0x00000020
Parameter 2 : 0x88d72ae8
Parameter 3 : 0x88d72b10
Parameter 4 : 0x0a050013
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini081309-01.dmp
==================================================

==================================================
Dump File : Mini073109-01.dmp
Crash Time : 2009-07-31 9:02:09 PM
Bug Check String : DRIVER_CORRUPTED_MMPOOL
Bug Check Code : 0x000000d0
Parameter 1 : 0x00000000
Parameter 2 : 0x00000002
Parameter 3 : 0x00000001
Parameter 4 : 0x8054a180
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini073109-01.dmp
==================================================

==================================================
Dump File : Mini070709-01.dmp
Crash Time : 2009-07-07 2:25:24 PM
Bug Check String : KERNEL_DATA_INPAGE_ERROR
Bug Check Code : 0x0000007a
Parameter 1 : 0x00000003
Parameter 2 : 0xc0000005
Parameter 3 : 0x00137d90
Parameter 4 : 0x00000000
Caused By Driver : ntoskrnl.exe
Caused By Address : ntoskrnl.exe+5c806
File Description : NT Kernel & System
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5857 (xpsp_sp3_gdr.090804-1435)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini070709-01.dmp
==================================================

==================================================
Dump File : Mini062709-01.dmp
Crash Time : 2009-06-26 11:28:03 PM
Bug Check String : BAD_POOL_HEADER
Bug Check Code : 0x00000019
Parameter 1 : 0x00000020
Parameter 2 : 0xe58ca598
Parameter 3 : 0xe58ca6b8
Parameter 4 : 0x0c240201
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini062709-01.dmp
==================================================

==================================================
Dump File : Mini050609-01.dmp
Crash Time : 2009-05-06 3:00:33 PM
Bug Check String : KERNEL_MODE_EXCEPTION_NOT_HANDLED
Bug Check Code : 0x1000008e
Parameter 1 : 0xc0000005
Parameter 2 : 0x8054bbad
Parameter 3 : 0xb4e81840
Parameter 4 : 0x00000000
Caused By Driver : ntoskrnl.exe
Caused By Address : ntoskrnl.exe+74bad
File Description : NT Kernel & System
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5857 (xpsp_sp3_gdr.090804-1435)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini050609-01.dmp
==================================================

==================================================
Dump File : Mini041109-01.dmp
Crash Time : 2009-04-11 7:48:28 AM
Bug Check String : DRIVER_IRQL_NOT_LESS_OR_EQUAL
Bug Check Code : 0x000000d1
Parameter 1 : 0x0000002c
Parameter 2 : 0x00000002
Parameter 3 : 0x00000000
Parameter 4 : 0xb972bd7f
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini041109-01.dmp
==================================================

==================================================
Dump File : Mini032709-01.dmp
Crash Time : 2009-03-27 8:49:37 PM
Bug Check String : DRIVER_IRQL_NOT_LESS_OR_EQUAL
Bug Check Code : 0x000000d1
Parameter 1 : 0x0000602c
Parameter 2 : 0x00000002
Parameter 3 : 0x00000000
Parameter 4 : 0xb96b6d7f
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini032709-01.dmp
==================================================

==================================================
Dump File : Mini032609-01.dmp
Crash Time : 2009-03-26 10:11:50 AM
Bug Check String : DRIVER_IRQL_NOT_LESS_OR_EQUAL
Bug Check Code : 0x000000d1
Parameter 1 : 0x0000602c
Parameter 2 : 0x00000002
Parameter 3 : 0x00000000
Parameter 4 : 0xb96b2d7f
Caused By Driver : USBPORT.SYS
Caused By Address : USBPORT.SYS+9d7f
File Description : USB 1.1 & 2.0 Port Driver
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5512 (xpsp.080413-2108)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini032609-01.dmp
==================================================

==================================================
Dump File : Mini031809-02.dmp
Crash Time : 2009-03-18 5:54:19 PM
Bug Check String : DRIVER_CORRUPTED_EXPOOL
Bug Check Code : 0x000000c5
Parameter 1 : 0x00000004
Parameter 2 : 0x00000002
Parameter 3 : 0x00000000
Parameter 4 : 0x8054b69a
Caused By Driver : smwdm.sys
Caused By Address : smwdm.sys+429be
File Description : SoundMAX Integrated Digital Audio
Product Name : SoundMAX Digital Audio Driver
Company : Analog Devices, Inc.
File Version : 5.12.01.3665
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini031809-02.dmp
==================================================

==================================================
Dump File : Mini031809-01.dmp
Crash Time : 2009-03-18 7:24:57 AM
Bug Check String : IRQL_NOT_LESS_OR_EQUAL
Bug Check Code : 0x0000000a
Parameter 1 : 0x00000016
Parameter 2 : 0x00000002
Parameter 3 : 0x00000000
Parameter 4 : 0x804e469a
Caused By Driver : ntoskrnl.exe
Caused By Address : ntoskrnl.exe+a87f
File Description : NT Kernel & System
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5857 (xpsp_sp3_gdr.090804-1435)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini031809-01.dmp
==================================================

==================================================
Dump File : Mini031709-02.dmp
Crash Time : 2009-03-17 4:40:41 PM
Bug Check String : DRIVER_IRQL_NOT_LESS_OR_EQUAL
Bug Check Code : 0x000000d1
Parameter 1 : 0x0000002c
Parameter 2 : 0x00000002
Parameter 3 : 0x00000000
Parameter 4 : 0xb96aad7f
Caused By Driver : USBPORT.SYS
Caused By Address : USBPORT.SYS+9d7f
File Description : USB 1.1 & 2.0 Port Driver
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5512 (xpsp.080413-2108)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini031709-02.dmp
==================================================

==================================================
Dump File : Mini031709-01.dmp
Crash Time : 2009-03-17 2:43:44 PM
Bug Check String : BAD_POOL_HEADER
Bug Check Code : 0x00000019
Parameter 1 : 0x00000020
Parameter 2 : 0xe4ed43f8
Parameter 3 : 0xe4ed47b0
Parameter 4 : 0x0c771cc8
Caused By Driver : win32k.sys
Caused By Address : win32k.sys+2a1d
File Description : Multi-User Win32 Driver
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5863 (xpsp_sp3_gdr.090814-1258)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini031709-01.dmp
==================================================

==================================================
Dump File : Mini031609-01.dmp
Crash Time : 2009-03-16 5:51:44 PM
Bug Check String : DRIVER_IRQL_NOT_LESS_OR_EQUAL
Bug Check Code : 0x000000d1
Parameter 1 : 0x0000742c
Parameter 2 : 0x00000002
Parameter 3 : 0x00000000
Parameter 4 : 0xb8fbed7f
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini031609-01.dmp
==================================================

==================================================
Dump File : Mini031209-01.dmp
Crash Time : 2009-03-12 6:49:44 PM
Bug Check String : IRQL_NOT_LESS_OR_EQUAL
Bug Check Code : 0x0000000a
Parameter 1 : 0x00000004
Parameter 2 : 0x00000002
Parameter 3 : 0x00000000
Parameter 4 : 0x804e661f
Caused By Driver : ntoskrnl.exe
Caused By Address : ntoskrnl.exe+a87f
File Description : NT Kernel & System
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5857 (xpsp_sp3_gdr.090804-1435)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini031209-01.dmp
==================================================

==================================================
Dump File : Mini012409-01.dmp
Crash Time : 2009-01-24 9:19:15 PM
Bug Check String : IRQL_NOT_LESS_OR_EQUAL
Bug Check Code : 0x0000000a
Parameter 1 : 0x0a050009
Parameter 2 : 0x00000002
Parameter 3 : 0x00000000
Parameter 4 : 0x804f415c
Caused By Driver : TDI.SYS
Caused By Address : TDI.SYS+665
File Description : TDI Wrapper
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5512 (xpsp.080413-0852)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini012409-01.dmp
==================================================

==================================================
Dump File : Mini012109-01.dmp
Crash Time : 2009-01-21 1:22:01 PM
Bug Check String : BAD_POOL_HEADER
Bug Check Code : 0x00000019
Parameter 1 : 0x00000020
Parameter 2 : 0x88676404
Parameter 3 : 0x88676d74
Parameter 4 : 0x892ecbe0
Caused By Driver : fltmgr.sys
Caused By Address : fltmgr.sys+1af4
File Description : Microsoft Filesystem Filter Manager
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5512 (xpsp.080413-2111)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini012109-01.dmp
==================================================

==================================================
Dump File : Mini011709-01.dmp
Crash Time : 2009-01-17 10:33:27 AM
Bug Check String : THREAD_STUCK_IN_DEVICE_DRIVER
Bug Check Code : 0x100000ea
Parameter 1 : 0x89368da8
Parameter 2 : 0x88e8ac48
Parameter 3 : 0xf78b6cb4
Parameter 4 : 0x00000001
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini011709-01.dmp
==================================================

==================================================
Dump File : Mini011109-02.dmp
Crash Time : 2009-01-11 9:27:49 PM
Bug Check String : CRITICAL_OBJECT_TERMINATION
Bug Check Code : 0x000000f4
Parameter 1 : 0x00000003
Parameter 2 : 0x8951d7f8
Parameter 3 : 0x8951d96c
Parameter 4 : 0x805fb046
Caused By Driver : ntoskrnl.exe
Caused By Address : ntoskrnl.exe+5c806
File Description : NT Kernel & System
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5857 (xpsp_sp3_gdr.090804-1435)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini011109-02.dmp
==================================================

==================================================
Dump File : Mini011109-01.dmp
Crash Time : 2009-01-11 9:10:48 PM
Bug Check String : CRITICAL_OBJECT_TERMINATION
Bug Check Code : 0x000000f4
Parameter 1 : 0x00000003
Parameter 2 : 0x89577da0
Parameter 3 : 0x89577f14
Parameter 4 : 0x805fb046
Caused By Driver : ntoskrnl.exe
Caused By Address : ntoskrnl.exe+5c806
File Description : NT Kernel & System
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5857 (xpsp_sp3_gdr.090804-1435)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini011109-01.dmp
==================================================

==================================================
Dump File : Mini011009-01.dmp
Crash Time : 2009-01-10 9:54:06 AM
Bug Check String : KERNEL_MODE_EXCEPTION_NOT_HANDLED
Bug Check Code : 0x0000008e
Parameter 1 : 0xc0000005
Parameter 2 : 0x8054bbb4
Parameter 3 : 0xb5704840
Parameter 4 : 0x00000000
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini011009-01.dmp
==================================================

==================================================
Dump File : Mini010909-01.dmp
Crash Time : 2009-01-09 10:17:10 PM
Bug Check String : SYSTEM_THREAD_EXCEPTION_NOT_HANDLED
Bug Check Code : 0x1000007e
Parameter 1 : 0xc0000005
Parameter 2 : 0x00000000
Parameter 3 : 0xf78bea8c
Parameter 4 : 0xf78be788
Caused By Driver : hal.dll
Caused By Address : hal.dll+2298
File Description : Hardware Abstraction Layer DLL
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5512 (xpsp.080413-2111)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini010909-01.dmp
==================================================

==================================================
Dump File : Mini122808-01.dmp
Crash Time : 2008-12-28 4:04:12 PM
Bug Check String : KERNEL_MODE_EXCEPTION_NOT_HANDLED
Bug Check Code : 0x1000008e
Parameter 1 : 0xc0000005
Parameter 2 : 0xbf94e871
Parameter 3 : 0xb730abe0
Parameter 4 : 0x00000000
Caused By Driver : win32k.sys
Caused By Address : win32k.sys+14e8da
File Description : Multi-User Win32 Driver
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5863 (xpsp_sp3_gdr.090814-1258)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini122808-01.dmp
==================================================

==================================================
Dump File : Mini122508-01.dmp
Crash Time : 2008-12-25 7:35:03 AM
Bug Check String : PFN_LIST_CORRUPT
Bug Check Code : 0x0000004e
Parameter 1 : 0x0000008f
Parameter 2 : 0x0007031f
Parameter 3 : 0x0006fbff
Parameter 4 : 0x00000000
Caused By Driver : ntoskrnl.exe
Caused By Address : ntoskrnl.exe+5c806
File Description : NT Kernel & System
Product Name : Microsoft® Windows® Operating System
Company : Microsoft Corporation
File Version : 5.1.2600.5857 (xpsp_sp3_gdr.090804-1435)
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini122508-01.dmp
==================================================

==================================================
Dump File : Mini122008-01.dmp
Crash Time : 2008-12-20 12:19:25 PM
Bug Check String : THREAD_STUCK_IN_DEVICE_DRIVER
Bug Check Code : 0x000000ea
Parameter 1 : 0x893dc388
Parameter 2 : 0x88f892c8
Parameter 3 : 0x88d0ae68
Parameter 4 : 0x00000001
Caused By Driver : nv4_disp.dll
Caused By Address : nv4_disp.dll+ad5c7
File Description : NVIDIA Compatible Windows 2000 Display driver, Version 175.19
Product Name : NVIDIA Compatible Windows 2000 Display driver, Version 175.19
Company : NVIDIA Corporation
File Version : 6.14.11.7519
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini122008-01.dmp
==================================================

==================================================
Dump File : Mini121308-01.dmp
Crash Time : 2008-12-13 5:43:48 PM
Bug Check String : PFN_LIST_CORRUPT
Bug Check Code : 0x0000004e
Parameter 1 : 0x0000008f
Parameter 2 : 0x00061bb2
Parameter 3 : 0x00057d52
Parameter 4 : 0x00000000
Caused By Driver :
Caused By Address :
File Description :
Product Name :
Company :
File Version :
Processor : 32-bit
Computer Name :
Full Path : C:\WINDOWS\minidump\Mini121308-01.dmp
==================================================
  • 0

#4
Broni

Broni

    Kraków my love :)

  • Member
  • PipPipPipPipPipPipPipPip
  • 12,300 posts
A. If you have more than one RAM module installed, try starting computer with one RAM stick at a time.

NOTE Keep in mind, the manual check listed above is always superior to the software check, listed below. DO NOT proceed with memtest, if you can go with option A

B. If you have only one RAM stick installed...
...run memtest...

1. Download - Pre-Compiled Bootable ISO (.zip)
2. Unzip downloaded memtest86+-2.11.iso.zip file.
3. Inside, you'll find memtest86+-2.11.iso file.
4. Download, and install ImgBurn: http://www.imgburn.com/
5. Insert blank CD into your CD drive.
6. Open ImgBurn, and click on Write image file to disc
7. Click on Browse for a file... icon:

Posted Image

8. Locate memtest86+-2.11.iso file, and click Open button.
9. Click on ImgBurn green arrow to start burning bootable memtest86 CD:

Posted Image

10. Once the CD is created, boot from it, and memtest will automatically start to run.

The running program will look something like this depending on the size and number of ram modules installed:


Posted Image

It's recommended to run 5-6 passes. Each pass contains very same 8 tests.

This will show the progress of the test. It can take a while. Be patient, or leave it running overnight.

Posted Image

The following image is the test results area:

Posted Image

The most important item here is the “errors” line. If you see ANY errors, even one, most likely, you have bad RAM.
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP