BSOD on windows 7 x64
-
fopusa last edited by
when the laptop awaked from sleep mode, sometimes suddenly Blue Screen of Death, the mini dump file looks like this:
Microsoft (R) Windows Debugger Version 6.12.0002.633 X86
Copyright (c) Microsoft Corporation. All rights reserved.Loading Dump File [C:\Windows\Minidump\040718-9266-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are availableSymbol search path is: SRVc:\symbolshttp://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
Built by: 7601.24059.amd64fre.win7sp1_ldr_escrow.180308-1637
Machine Name:
Kernel base = 0xfffff80003a16000 PsLoadedModuleList = 0xfffff800
03c55c90
Debug session time: Sat Apr 7 23:02:37.810 2018 (UTC + 8:00)
System Uptime: 0 days 6:25:59.813
Loading Kernel Symbols
...............................................................
................................................................
................................................................
......
Loading User Symbols
Loading unloaded module list
..................
-
*
-
Bugcheck Analysis *
-
*
Use !analyze -v to get detailed debugging information.
BugCheck 1A, {41201, fffff68000134090, 7f480606477ab947, fffffa8017c8b330}
Probably caused by : memory_corruption ( nt!MiGetPageProtection+279 )
Followup: MachineOwner
2: kd> !analyze -v
-
*
-
Bugcheck Analysis *
-
*
MEMORY_MANAGEMENT (1a)
# Any other values for parameter 1 must be individually examined.
Arguments:
Arg1: 0000000000041201, The subtype of the bugcheck.
Arg2: fffff68000134090
Arg3: 7f480606477ab947
Arg4: fffffa8017c8b330Debugging Details:
BUGCHECK_STR: 0x1a_41201
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
PROCESS_NAME: opera.exe
CURRENT_IRQL: 0
LAST_CONTROL_TRANSFER: from fffff80003a5fb99 to fffff80003abb3a0
STACK_TEXT:
fffff88006fe1858 fffff800
03a5fb99 : 000000000000001a 00000000
00041201 fffff68000134090 7f480606
477ab947 : nt!KeBugCheckEx
fffff88006fe1860 fffff800
03a5f5eb : 7f480606477ab947 00700001
774a1867 fffffa8017c8b330 00000000
00000000 : nt!MiGetPageProtection+0x279
fffff88006fe18b0 fffff800
03a5f16a : fffffa8016a84060 fffff880
06fe1b60 fffffa801678db00 fffff880
06fe1980 : nt!MiQueryAddressState+0x3cb
fffff88006fe1910 fffff800
03cf47e2 : 0000000000000004 00000000
26813000 fffffa8017c8b330 00020bea
00000000 : nt!MiQueryAddressSpan+0xba
fffff88006fe1980 fffff800
03acb283 : 0000000000000354 fffffa80
16a84060 fffff88006fe1a88 00000000
02bece88 : nt!NtQueryVirtualMemory+0x382
fffff88006fe1a70 00000000
77359ada : 0000000000000000 00000000
00000000 0000000000000000 00000000
00000000 : nt!KiSystemServiceCopyEnd+0x13
0000000002bece68 00000000
00000000 : 0000000000000000 00000000
00000000 0000000000000000 00000000
00000000 : 0x77359adaSTACK_COMMAND: kb
FOLLOWUP_IP:
nt!MiGetPageProtection+279
fffff800`03a5fb99 cc int 3SYMBOL_STACK_INDEX: 1
SYMBOL_NAME: nt!MiGetPageProtection+279
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
DEBUG_FLR_IMAGE_TIMESTAMP: 5aa1f203
IMAGE_NAME: memory_corruption
FAILURE_BUCKET_ID: X64_0x1a_41201_nt!MiGetPageProtection+279
BUCKET_ID: X64_0x1a_41201_nt!MiGetPageProtection+279
Followup: MachineOwner
-
-
A Former User last edited by
@fopusa
MEMORY_CORRUPTION often indicates a physical problem with the machine's RAM. The fact that opera.exe is quoted doesn't necessarily mean it's an Opera problem, any application could have potentially caused it. Is opera.exe always quoted every time, and never anything else?
-
A Former User last edited by A Former User
@fopusa i dunno if this will help.. but when laptop awakes from sleep mode ya might wanna - Open Internet Explorer - Tools - Internet Options - Connections - LAN Settings - Uncheck Automatically detect settings or *Detect automatically the configurations
if its already un-checked no harm..
-
A Former User last edited by A Former User
@fopusa ya can check sleep mode settings..
Go to - Control Panel - Select Power Options - Click on Choose when to turn off the display
then - click Change advance power plan
Check for the ‘Put the computer to sleep’ dropdown options.
Make sure you choose the correct dropdown option to confirm the sleep mode functions properly.
Also check this page out here
Scroll down page for win 7..
For peeps with correct setting and ya can't put computer to sleep.. try this..
Examine power requests of installed softwares:
There are high chances that the installed softwares might be sending power requests to sleep mode as a result of which the system keeps active. In order, to get a status of the power requests, follow the steps:Right-click the ‘Start’ button
Select ‘Command Prompt (Admin)’
enter this command ‘powercfg /requests’ in the opened windowThe executed command will provide a list of all the running power requests. Theoretically, the listed categories should not include any data. If the categories are not empty, consider the software or softwares that are requesting power. These active power requests can be a reason for the system to fail from entering sleep mode..