A
AdbN192
Guest
Hi
Being on this forums for a while and finding a lot of good ideas here, it has come to the point i have to ask you for help.
I build up a custom pc for a customer. Everything was fine until they called me they get BSODs after two days. The BSODs appeared after installing a HP Printer using HP software. So i uninstalled it and reinstalled it using microsoft drivers. Everything went fine until they called again a week later. The pc wasnt even booting into windows and keeps looping in normal and safeboot. I did a windows starting repair and it booted correctly. Being in windows it did a BSOD again. When rebooting the comp started to beep continiously (various short and long beeps) while booting into sardu menu. I copied the crashdumps and analysed it with windbg (log below). Did testing on ram and hdd everything fine. I cant reproduce the bluescreens, they are sporadic. Do you have any ideas?
Sys Specs:
Intel i3 2105
GIGABYTE GA-Z68A-D3H-B3 (Bios F11)
4 GB Kingstom Ram
1500 GB WD HDD
450 W PSU
Windows 7 HP 64bit
Two crashdumps attached.
Sorry for my bad english
Being on this forums for a while and finding a lot of good ideas here, it has come to the point i have to ask you for help.
I build up a custom pc for a customer. Everything was fine until they called me they get BSODs after two days. The BSODs appeared after installing a HP Printer using HP software. So i uninstalled it and reinstalled it using microsoft drivers. Everything went fine until they called again a week later. The pc wasnt even booting into windows and keeps looping in normal and safeboot. I did a windows starting repair and it booted correctly. Being in windows it did a BSOD again. When rebooting the comp started to beep continiously (various short and long beeps) while booting into sardu menu. I copied the crashdumps and analysed it with windbg (log below). Did testing on ram and hdd everything fine. I cant reproduce the bluescreens, they are sporadic. Do you have any ideas?
Sys Specs:
Intel i3 2105
GIGABYTE GA-Z68A-D3H-B3 (Bios F11)
4 GB Kingstom Ram
1500 GB WD HDD
450 W PSU
Windows 7 HP 64bit
Code:
Microsoft (R) Windows Debugger Version 6.12.0002.633 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [F:\112411-11232-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*c:\websymbols*ht*tp://msdl.microsoft.com/download/symbols;ht*tp://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS Personal
Built by: 7601.17640.amd64fre.win7sp1_gdr.110622-1506
Machine Name:
Kernel base = 0xfffff800`02e00000 PsLoadedModuleList = 0xfffff800`03045670
Debug session time: Thu Nov 24 18:05:51.097 2011 (UTC + 1:00)
System Uptime: 0 days 0:41:29.112
Loading Kernel Symbols
.
Press ctrl-c (cdb, kd, ntsd) or ctrl-break (windbg) to abort symbol loads that take too long.
Run !sym noisy before .reload to track down problems loading symbols.
..............................................................
................................................................
...................
Loading User Symbols
Loading unloaded module list
........
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck F4, {3, fffffa800770eb30, fffffa800770ee10, fffff800031808b0}
Probably caused by : wininit.exe
Followup: MachineOwner
---------
0: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
CRITICAL_OBJECT_TERMINATION (f4)
A process or thread crucial to system operation has unexpectedly exited or been
terminated.
Several processes and threads are necessary for the operation of the
system; when they are terminated (for any reason), the system can no
longer function.
Arguments:
Arg1: 0000000000000003, Process
Arg2: fffffa800770eb30, Terminating object
Arg3: fffffa800770ee10, Process image file name
Arg4: fffff800031808b0, Explanatory message (ascii)
Debugging Details:
------------------
PROCESS_OBJECT: fffffa800770eb30
IMAGE_NAME: wininit.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 0
MODULE_NAME: wininit
FAULTING_MODULE: 0000000000000000
PROCESS_NAME: wininit.exe
EXCEPTION_CODE: (NTSTATUS) 0xc0000006 - Die Anweisung bei "0x%p" verwies auf Speicher bei "0x%p". Die erforderlichen Daten wurden aufgrund eines E/A-Fehlers in "0x%x" nicht an den Arbeitsspeicher bertragen.
[COLOR="Blue"]Translation:
0xc0000006 - The instructions (guess bad translated) at "0x%p" pointed at memory at "0x%p". The necessary data were not transmitted into ram, due to an I/O error in "0x%x".[/COLOR]
BUGCHECK_STR: 0xF4_IOERR
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
CURRENT_IRQL: 0
STACK_TEXT:
fffff880`028f29c8 fffff800`032075e2 : 00000000`000000f4 00000000`00000003 fffffa80`0770eb30 fffffa80`0770ee10 : nt!KeBugCheckEx
fffff880`028f29d0 fffff800`031b499b : ffffffff`ffffffff fffffa80`04104660 fffffa80`0770eb30 fffffa80`0770eb30 : nt!PspCatchCriticalBreak+0x92
fffff880`028f2a10 fffff800`03134448 : ffffffff`ffffffff 00000000`00000001 fffffa80`0770eb30 0000007f`00000008 : nt! ?? ::NNGAKEGL::`string'+0x176d6
fffff880`028f2a60 fffff800`02e7bed3 : fffffa80`0770eb30 00000000`c0000006 fffffa80`04104660 00000000`7706c521 : nt!NtTerminateProcess+0xf4
fffff880`028f2ae0 00000000`770915da : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x13
00000000`029ef8a8 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x770915da
STACK_COMMAND: kb
FOLLOWUP_NAME: MachineOwner
FAILURE_BUCKET_ID: X64_0xF4_IOERR_IMAGE_wininit.exe
BUCKET_ID: X64_0xF4_IOERR_IMAGE_wininit.exe
Followup: MachineOwner
---------
Two crashdumps attached.
Sorry for my bad english

Attachments
Last edited by a moderator: