| Windows 7: Common BSOD or not!? |
24 Dec 2010
|
#1 | | |
Common BSOD or not!? Hi everyone,
am using Windows 7 for almost a month, so far I got 2 BSOD. the first one was about week after the installation, and I was able to fix the issue (Jraid fault).
yest. I got another one, I tried to shutdown the machine and boom!!! BSOD.
Here's the log: *******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000008E, {c0000005, 83461b86, a0ec1bd4, 0}
Probably caused by : ntkrpamp.exe ( nt!PspExitThread+45b )
Followup: MachineOwner
---------
2: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
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: c0000005, The exception code that was not handled
Arg2: 83461b86, The address that the exception occurred at
Arg3: a0ec1bd4, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
FAULTING_IP:
nt!PspExitThread+45b
83461b86 83bf2001000000 cmp dword ptr [edi+120h],0
TRAP_FRAME: a0ec1bd4 -- (.trap 0xffffffffa0ec1bd4)
ErrCode = 00000000
eax=00000000 ebx=86ed28f8 ecx=86ed28f8 edx=746c6644 esi=00000068 edi=00000000
eip=83461b86 esp=a0ec1c48 ebp=a0ec1cb4 iopl=0 nv up ei pl nz na po nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010202
nt!PspExitThread+0x45b:
83461b86 83bf2001000000 cmp dword ptr [edi+120h],0 ds:0023:00000120=????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x8E
PROCESS_NAME: Babylon.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from 834961e1 to 83461b86
STACK_TEXT:
a0ec1cb4 834961e1 40010004 893670c0 00000001 nt!PspExitThread+0x45b
a0ec1ccc 832c1133 893670c0 a0ec1cf8 a0ec1d04 nt!PsExitSpecialApc+0x22
a0ec1d1c 8325c504 00000001 00000000 a0ec1d34 nt!KiDeliverApc+0x28b
a0ec1d1c 76ee64f4 00000001 00000000 a0ec1d34 nt!KiServiceExit+0x64
WARNING: Frame IP not in any known module. Following frames may be wrong.
0012f71c 00000000 00000000 00000000 00000000 0x76ee64f4
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!PspExitThread+45b
83461b86 83bf2001000000 cmp dword ptr [edi+120h],0
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!PspExitThread+45b
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrpamp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 4c1c3fac
FAILURE_BUCKET_ID: 0x8E_nt!PspExitThread+45b
BUCKET_ID: 0x8E_nt!PspExitThread+45b
Followup: MachineOwner
---------
The first thing I noticed that Babylon wasn't working anymore after the BSOD, had to reinstall it.
so, what you think guys? it was Babylon fault?
thanks in advance
Last edited by Sniki; 24 Dec 2010 at 04:57 PM..
Reason: Added an attachment
| My System Specs |
| OS Windows 7 Ultimate 32bit CPU Intel Core i5 760 Motherboard Gigabyte P55-USB3 Memory 4GB Kingston DDR3 1333 Graphics Card ATI Sapphire 5670 HD Sound Card Sound Blaster Audigy Platinum Monitor(s) Displays Dell 22" 2209WA Keyboard Microsoft Natural Egronomic 4000 Mouse Logitech MX 518 PSU SeaSonic 620 S12II Case Thermaltake Armor A90 Hard Drives WD 1.2TB Black Edition |
24 Dec 2010
|
#2 | | Win 8 Release candidate 8400 |

Quote: Originally Posted by Sniki Hi everyone,
am using Windows 7 for almost a month, so far I got 2 BSOD. the first one was about week after the installation, and I was able to fix the issue (Jraid fault).
yest. I got another one, I tried to shutdown the machine and boom!!! BSOD.
Here's the log: *******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 1000008E, {c0000005, 83461b86, a0ec1bd4, 0}
Probably caused by : ntkrpamp.exe ( nt!PspExitThread+45b )
Followup: MachineOwner
---------
2: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
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: c0000005, The exception code that was not handled
Arg2: 83461b86, The address that the exception occurred at
Arg3: a0ec1bd4, Trap Frame
Arg4: 00000000
Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could not be %s.
FAULTING_IP:
nt!PspExitThread+45b
83461b86 83bf2001000000 cmp dword ptr [edi+120h],0
TRAP_FRAME: a0ec1bd4 -- (.trap 0xffffffffa0ec1bd4)
ErrCode = 00000000
eax=00000000 ebx=86ed28f8 ecx=86ed28f8 edx=746c6644 esi=00000068 edi=00000000
eip=83461b86 esp=a0ec1c48 ebp=a0ec1cb4 iopl=0 nv up ei pl nz na po nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010202
nt!PspExitThread+0x45b:
83461b86 83bf2001000000 cmp dword ptr [edi+120h],0 ds:0023:00000120=????????
Resetting default scope
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0x8E
PROCESS_NAME: Babylon.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from 834961e1 to 83461b86
STACK_TEXT:
a0ec1cb4 834961e1 40010004 893670c0 00000001 nt!PspExitThread+0x45b
a0ec1ccc 832c1133 893670c0 a0ec1cf8 a0ec1d04 nt!PsExitSpecialApc+0x22
a0ec1d1c 8325c504 00000001 00000000 a0ec1d34 nt!KiDeliverApc+0x28b
a0ec1d1c 76ee64f4 00000001 00000000 a0ec1d34 nt!KiServiceExit+0x64
WARNING: Frame IP not in any known module. Following frames may be wrong.
0012f71c 00000000 00000000 00000000 00000000 0x76ee64f4
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!PspExitThread+45b
83461b86 83bf2001000000 cmp dword ptr [edi+120h],0
SYMBOL_STACK_INDEX: 0
SYMBOL_NAME: nt!PspExitThread+45b
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrpamp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 4c1c3fac
FAILURE_BUCKET_ID: 0x8E_nt!PspExitThread+45b
BUCKET_ID: 0x8E_nt!PspExitThread+45b
Followup: MachineOwner
---------
The first thing I noticed that Babylon wasn't working anymore after the BSOD, had to reinstall it.
so, what you think guys? it was Babylon fault?
thanks in advance  While the analysis is correct as far as it goes we can examine it in more detail. We need the actual DMP file
If you wish to have others assist you with your computer's BSOD symptoms, upload the contents of your "\Windows\Minidump" folder. The procedure:
* Copy the contents of \Windows\Minidump to another (temporary) location somewhere on your machine.
* Zip up the copy.
* Attach the ZIP archive to your post using the "paperclip" (file attachments) button.
* Briefly describe the problem history and circumstances in the same post. Somebody will attend to your query as soon as possible. | My System Specs | | System Manufacturer/Model Number HP Pavillion dv-7 1005 Tx OS Win 8 Release candidate 8400 CPU 2@2.4 Memory 4 gigs Graphics Card Nvidia 9600M Sound Card HD built-in Monitor(s) Displays 17" Wxga Screen Resolution 1440x900 Cooling none Internet Speed 45Mb down 5Mb up |
25 Dec 2010
|
#3 | | |
the minidump file is attached now | My System Specs | | OS Windows 7 Ultimate 32bit CPU Intel Core i5 760 Motherboard Gigabyte P55-USB3 Memory 4GB Kingston DDR3 1333 Graphics Card ATI Sapphire 5670 HD Sound Card Sound Blaster Audigy Platinum Monitor(s) Displays Dell 22" 2209WA Keyboard Microsoft Natural Egronomic 4000 Mouse Logitech MX 518 PSU SeaSonic 620 S12II Case Thermaltake Armor A90 Hard Drives WD 1.2TB Black Edition Common BSOD or not!? problems? All times are GMT -5. The time now is 12:30 PM. | |