Blue Screen Of Death! :(

Mike20009

New member
Local time
1:02 AM
Messages
5
Hey guys,
i have a problem with my acer veriton m460 running windows 7 ulitmate
it will run fine for hours then all of a sudden blue screen comes up and the restarts. then it will do it every 15mins or so or even within the 1st 5mins of start up
the code is 2057
and this is the mini dump files
 
Last edited:

My Computer My Computer

At a glance

widows 7 ultimate 32bt
OS
widows 7 ultimate 32bt
Hey guys,
i have a problem with my acer veriton m460 running windows 7 ulitmate
it will run fine for hours then all of a sudden blue screen comes up and the restarts. then it will do it every 15mins or so or even within the 1st 5mins of start up
the code is 2057
and this is the mini dump files

This one was caused by hardware, specifically intelppm.sys, and HAL. The intel driver is either a VM driver or cpu. I would update the BIOS, ans run a system file check
type cmd in search>right click and run as admin>sfc /scannow.

If you are overclocking STOP

Ken


Code:
Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\Users\K\Desktop\020810-16380-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*d:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows 7 Kernel Version 7600 MP (2 procs) Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16385.x86fre.win7_rtm.090713-1255
Machine Name:
Kernel base = 0x82851000 PsLoadedModuleList = 0x82990570
Debug session time: Mon Feb  8 17:36:23.024 2010 (GMT-5)
System Uptime: 0 days 0:01:35.804
Loading Kernel Symbols
...............................................................
................................................................
.....................
Loading User Symbols
Loading unloaded module list
.....
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 7F, {0, 0, 0, 0}

Probably caused by : intelppm.sys ( intelppm!GV3HardwareFeedback+3f )

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

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

UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault).  The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
        use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
        use .trap on that value
Else
        .trap on the appropriate frame will show where the trap was taken
        (on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 00000000, EXCEPTION_DIVIDED_BY_ZERO
Arg2: 00000000
Arg3: 00000000
Arg4: 00000000

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


BUGCHECK_STR:  0x7f_0

TRAP_FRAME:  80ddeb54 -- (.trap 0xffffffff80ddeb54)
ErrCode = 00000000
eax=00000000 ebx=00000001 ecx=00000000 edx=00000000 esi=80ddec58 edi=84865fd4
eip=828a8d94 esp=80ddebc8 ebp=80ddebf8 iopl=0         nv up ei pl zr na pe nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010246
nt!_aulldiv+0x14:
828a8d94 f7f1            div     eax,ecx
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

PROCESS_NAME:  System

CURRENT_IRQL:  2

LAST_CONTROL_TRANSFER:  from 828a8d94 to 828875fb

STACK_TEXT:  
80ddeb54 828a8d94 badb0d00 00000000 8717e310 nt!KiTrap00+0x8b
80ddebcc 8f1030a5 00000000 00000000 00000000 nt!_aulldiv+0x14
80ddebf8 8f104d2d 00000000 80dc2120 00000000 intelppm!GV3HardwareFeedback+0x3f
80ddec0c 8293bc2b 00000001 80dc2120 00000001 intelppm!PerfStatesFeedbackHandler+0x25
80ddec60 8293c25c 80dc5520 80dc7884 80dc3a00 nt!PpmPerfRecordUtility+0x1b8
80ddec78 828a6815 80dc5520 80dc2120 00000000 nt!PpmPerfAction+0x25
80ddecd4 828a6678 80dc2120 80dc7800 00000000 nt!KiExecuteAllDpcs+0xf9
80dded20 828a6498 00000000 0000000e 25c9bb02 nt!KiRetireDpcList+0xd5
80dded24 00000000 0000000e 25c9bb02 f80f183d nt!KiIdleLoop+0x38


STACK_COMMAND:  kb

FOLLOWUP_IP: 
intelppm!GV3HardwareFeedback+3f
8f1030a5 80fb01          cmp     bl,1

SYMBOL_STACK_INDEX:  2

SYMBOL_NAME:  intelppm!GV3HardwareFeedback+3f

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: intelppm

IMAGE_NAME:  intelppm.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  4a5bbf07

FAILURE_BUCKET_ID:  0x7f_0_intelppm!GV3HardwareFeedback+3f

BUCKET_ID:  0x7f_0_intelppm!GV3HardwareFeedback+3f

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

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

UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault).  The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
        use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
        use .trap on that value
Else
        .trap on the appropriate frame will show where the trap was taken
        (on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 00000000, EXCEPTION_DIVIDED_BY_ZERO
Arg2: 00000000
Arg3: 00000000
Arg4: 00000000

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


BUGCHECK_STR:  0x7f_0

TRAP_FRAME:  80ddeb54 -- (.trap 0xffffffff80ddeb54)
ErrCode = 00000000
eax=00000000 ebx=00000001 ecx=00000000 edx=00000000 esi=80ddec58 edi=84865fd4
eip=828a8d94 esp=80ddebc8 ebp=80ddebf8 iopl=0         nv up ei pl zr na pe nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010246
nt!_aulldiv+0x14:
828a8d94 f7f1            div     eax,ecx
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

PROCESS_NAME:  System

CURRENT_IRQL:  2

LAST_CONTROL_TRANSFER:  from 828a8d94 to 828875fb

STACK_TEXT:  
80ddeb54 828a8d94 badb0d00 00000000 8717e310 nt!KiTrap00+0x8b
80ddebcc 8f1030a5 00000000 00000000 00000000 nt!_aulldiv+0x14
80ddebf8 8f104d2d 00000000 80dc2120 00000000 intelppm!GV3HardwareFeedback+0x3f
80ddec0c 8293bc2b 00000001 80dc2120 00000001 intelppm!PerfStatesFeedbackHandler+0x25
80ddec60 8293c25c 80dc5520 80dc7884 80dc3a00 nt!PpmPerfRecordUtility+0x1b8
80ddec78 828a6815 80dc5520 80dc2120 00000000 nt!PpmPerfAction+0x25
80ddecd4 828a6678 80dc2120 80dc7800 00000000 nt!KiExecuteAllDpcs+0xf9
80dded20 828a6498 00000000 0000000e 25c9bb02 nt!KiRetireDpcList+0xd5
80dded24 00000000 0000000e 25c9bb02 f80f183d nt!KiIdleLoop+0x38


STACK_COMMAND:  kb

FOLLOWUP_IP: 
intelppm!GV3HardwareFeedback+3f
8f1030a5 80fb01          cmp     bl,1

SYMBOL_STACK_INDEX:  2

SYMBOL_NAME:  intelppm!GV3HardwareFeedback+3f

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: intelppm

IMAGE_NAME:  intelppm.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  4a5bbf07

FAILURE_BUCKET_ID:  0x7f_0_intelppm!GV3HardwareFeedback+3f

BUCKET_ID:  0x7f_0_intelppm!GV3HardwareFeedback+3f

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

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

UNEXPECTED_KERNEL_MODE_TRAP (7f)
This means a trap occurred in kernel mode, and it's a trap of a kind
that the kernel isn't allowed to have/catch (bound trap) or that
is always instant death (double fault).  The first number in the
bugcheck params is the number of the trap (8 = double fault, etc)
Consult an Intel x86 family manual to learn more about what these
traps are. Here is a *portion* of those codes:
If kv shows a taskGate
        use .tss on the part before the colon, then kv.
Else if kv shows a trapframe
        use .trap on that value
Else
        .trap on the appropriate frame will show where the trap was taken
        (on x86, this will be the ebp that goes with the procedure KiTrap)
Endif
kb will then show the corrected stack.
Arguments:
Arg1: 00000000, EXCEPTION_DIVIDED_BY_ZERO
Arg2: 00000000
Arg3: 00000000
Arg4: 00000000

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


BUGCHECK_STR:  0x7f_0

TRAP_FRAME:  80ddeb54 -- (.trap 0xffffffff80ddeb54)
ErrCode = 00000000
eax=00000000 ebx=00000001 ecx=00000000 edx=00000000 esi=80ddec58 edi=84865fd4
eip=828a8d94 esp=80ddebc8 ebp=80ddebf8 iopl=0         nv up ei pl zr na pe nc
cs=0008  ss=0010  ds=0023  es=0023  fs=0030  gs=0000             efl=00010246
nt!_aulldiv+0x14:
828a8d94 f7f1            div     eax,ecx
Resetting default scope

CUSTOMER_CRASH_COUNT:  1

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

PROCESS_NAME:  System

CURRENT_IRQL:  2

LAST_CONTROL_TRANSFER:  from 828a8d94 to 828875fb

STACK_TEXT:  
80ddeb54 828a8d94 badb0d00 00000000 8717e310 nt!KiTrap00+0x8b
80ddebcc 8f1030a5 00000000 00000000 00000000 nt!_aulldiv+0x14
80ddebf8 8f104d2d 00000000 80dc2120 00000000 intelppm!GV3HardwareFeedback+0x3f
80ddec0c 8293bc2b 00000001 80dc2120 00000001 intelppm!PerfStatesFeedbackHandler+0x25
80ddec60 8293c25c 80dc5520 80dc7884 80dc3a00 nt!PpmPerfRecordUtility+0x1b8
80ddec78 828a6815 80dc5520 80dc2120 00000000 nt!PpmPerfAction+0x25
80ddecd4 828a6678 80dc2120 80dc7800 00000000 nt!KiExecuteAllDpcs+0xf9
80dded20 828a6498 00000000 0000000e 25c9bb02 nt!KiRetireDpcList+0xd5
80dded24 00000000 0000000e 25c9bb02 f80f183d nt!KiIdleLoop+0x38


STACK_COMMAND:  kb

FOLLOWUP_IP: 
intelppm!GV3HardwareFeedback+3f
8f1030a5 80fb01          cmp     bl,1

SYMBOL_STACK_INDEX:  2

SYMBOL_NAME:  intelppm!GV3HardwareFeedback+3f

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: intelppm

IMAGE_NAME:  intelppm.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  4a5bbf07

FAILURE_BUCKET_ID:  0x7f_0_intelppm!GV3HardwareFeedback+3f

BUCKET_ID:  0x7f_0_intelppm!GV3HardwareFeedback+3f

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

My Computer My Computer

At a glance

Win 8 Release candidate 8400[email protected]4 gigsNvidia 9600M
Computer Manufacturer/Model Number
HP Pavillion dv-7 1005 Tx
OS
Win 8 Release candidate 8400
CPU
[email protected]
Memory
4 gigs
Graphics Card(s)
Nvidia 9600M
Sound Card
HD built-in
Monitor(s) Displays
17" Wxga
Screen Resolution
1440x900
Cooling
none
Internet Speed
45Mb down 5Mb up
Hey Ken Cheers For You Help, I Have Done The sfc Into Cmd But What Am I Looking For Or Should I Do Next, I Can Update The BIOS From Acer But It Says If I Update With The Wrong One I Could Dammage The Pc, How Would I Know What Onne To Pick?
Manny Thanks
Mike
 

My Computer My Computer

At a glance

widows 7 ultimate 32bt
OS
widows 7 ultimate 32bt

My Computer My Computer

At a glance

Windows 7 Professional x64Intel i7 2600K OC'd @ 4620 MHz16GB GSkill Sniper 2133 Mhz (4x4GB)EVGA GeForce GTX 480 SuperClocked+
Computer Manufacturer/Model Number
Custom
OS
Windows 7 Professional x64
CPU
Intel i7 2600K OC'd @ 4620 MHz
Motherboard
Asus P8Z68-V Pro
Memory
16GB GSkill Sniper 2133 Mhz (4x4GB)
Graphics Card(s)
EVGA GeForce GTX 480 SuperClocked+
Sound Card
Realtek High Definition Audio
Monitor(s) Displays
2x Acer S273HLbmii 27"
Screen Resolution
2 x 1920x1080
Hard Drives
64GB Crucial M4 SSD

Storage: Hitachi 1TB 5400RPM, Samsung 1.5TB 5400RPM
PSU
Corsair HW Series 750w (modular)
Case
Cooler Master HAF 932 Advanced Blue Edition
Cooling
CM Hyper 212+ CPU cooler, 3x 230mm + 1x 140mm case fans
Keyboard
Logitech MK320 (wireless)
Mouse
Logitech MK320 (wireless)
Internet Speed
30 Mb/s : 2 Mb/s
When I Run That File It Says Error Loading Driver....? :( Even Tried Dowloading It From The Site Too
 

My Computer My Computer

At a glance

widows 7 ultimate 32bt
OS
widows 7 ultimate 32bt
Ok Sorry Im A Nob!! Forgot About Run As Admin....Woops! Well Done It I Think It Did Flash BIOS, Is There Anyway Of Knowing Its Done? Without Waiting On Edge For The BSOD!!
Cheers For All Your Help
Mike
 

My Computer My Computer

At a glance

widows 7 ultimate 32bt
OS
widows 7 ultimate 32bt
Hey Ken Cheers For You Help, I Have Done The sfc Into Cmd But What Am I Looking For Or Should I Do Next, I Can Update The BIOS From Acer But It Says If I Update With The Wrong One I Could Dammage The Pc, How Would I Know What Onne To Pick?
Manny Thanks
Mike


In sfc at the end it gives you a report saying it found nothing wrong, fixed what was wrong, or couldnt fix what was wrong.

Whats the date on your BIOS?
 

My Computer My Computer

At a glance

Win 8 Release candidate 8400[email protected]4 gigsNvidia 9600M
Computer Manufacturer/Model Number
HP Pavillion dv-7 1005 Tx
OS
Win 8 Release candidate 8400
CPU
[email protected]
Memory
4 gigs
Graphics Card(s)
Nvidia 9600M
Sound Card
HD built-in
Monitor(s) Displays
17" Wxga
Screen Resolution
1440x900
Cooling
none
Internet Speed
45Mb down 5Mb up
Looks Good.......Fingers Crossed Cheers For All Your Help!!!!!
 

My Computer My Computer

At a glance

widows 7 ultimate 32bt
OS
widows 7 ultimate 32bt
Back
Top