Click here to Skip to main content
15,900,461 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Win XP Single user question Pin
Chris Meech7-Feb-06 2:55
Chris Meech7-Feb-06 2:55 
QuestionCan you read this MiniDump? Pin
Anonymous7-Jul-04 23:58
Anonymous7-Jul-04 23:58 
AnswerRe: Can you read this MiniDump? Pin
Mike Dimmick8-Jul-04 9:00
Mike Dimmick8-Jul-04 9:00 
AnswerRe: Can you read this MiniDump? Pin
Tim Deveaux8-Jul-04 9:51
Tim Deveaux8-Jul-04 9:51 
GeneralRe: Can you read this MiniDump? Pin
Anonymous8-Jul-04 11:01
Anonymous8-Jul-04 11:01 
GeneralRe: Can you read this MiniDump? Pin
Tim Deveaux8-Jul-04 13:08
Tim Deveaux8-Jul-04 13:08 
GeneralRe: Can you read this MiniDump? Pin
Mike Dimmick9-Jul-04 5:26
Mike Dimmick9-Jul-04 5:26 
AnswerRe: Can you read this MiniDump? Pin
Anonymous9-Jul-04 12:30
Anonymous9-Jul-04 12:30 
Blah. Another crash after 2 days. The computer was idle. It crashed while I was in the other room. There was no programs running.




Microsoft (R) Windows Debugger Version 6.3.0017.0
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\WINNT\Minidump\Mini070904-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: C:\WINNT\Symbols
Executable search path is:
Unable to load image ntoskrnl.exe, Win32 error 2
Windows 2000 Kernel Version 2195 (Service Pack 4) UP Free x86 compatible
Kernel base = 0x80400000 PsLoadedModuleList = 0x8046e8f0
Debug session time: Fri Jul 09 18:15:50 2004
System Uptime: not available
Unable to load image ntoskrnl.exe, Win32 error 2
Loading Kernel Symbols
........................................................................................................
Loading unloaded module list
.......................................
Loading User Symbols
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

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

Probably caused by : ntoskrnl.exe ( nt!KiSystemFatalException+e )

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

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: 0000000d, EXCEPTION_GP_FAULT
Arg2: 00000000
Arg3: 00000000
Arg4: 00000000

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


BUGCHECK_STR: 0x7f_d

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: DRIVER_FAULT

LAST_CONTROL_TRANSFER: from 8049747e to 80469822

STACK_TEXT:
ed17f7dc 8049747e ed17f84c e37194b0 00000000 nt!KiSystemFatalException+0xe
ed17f854 8049803f e32ff728 00200080 ed17f8b8 nt!HvpGetCellPaged+0x35
ed17f864 80497b44 e37f0568 ed17f8f8 00000000 nt!CmpQuerySecurityDescriptorInfo+0x10
ed17f8b8 804507ac e3e99140 00000001 ed17f8f8 nt!CmpSecurityMethod+0xb4
ed17f8f0 8045043d 0000000f ed17f91c ed17f910 nt!ObGetObjectSecurity+0x60
ed17f920 80497dd1 e3e99140 ed17fbf4 00000001 nt!ObCheckObjectAccess+0x28
ed17f948 804976f2 e32ff728 0000e500 e331f504 nt!CmpDoOpen+0x210
ed17fb40 804516eb e32ff728 818a89e0 ed17fbf4 nt!CmpParseKey+0x389
ed17fbb4 80496299 000001e0 ed17fcb0 00000040 nt!ObpLookupObjectName+0xdf
ed17fcc4 80497c7c 00000000 818a89e0 8122da01 nt!ObOpenObjectByName+0xc5
ed17fd50 80465b91 0006fd2c 00020019 0006f59c nt!NtOpenKey+0x151
ed17fd50 77f833c0 0006fd2c 00020019 0006f59c nt!KiSystemService+0xc4
WARNING: Frame IP not in any known module. Following frames may be wrong.
0006f540 00000000 00000000 00000000 00000000 0x77f833c0


FOLLOWUP_IP:
nt!KiSystemFatalException+e
80469822 ?? ???

SYMBOL_STACK_INDEX: 0

FOLLOWUP_NAME: MachineOwner

SYMBOL_NAME: nt!KiSystemFatalException+e

MODULE_NAME: nt

IMAGE_NAME: ntoskrnl.exe

DEBUG_FLR_IMAGE_TIMESTAMP: 4047db83

STACK_COMMAND: kb

BUCKET_ID: 0x7f_d_nt!KiSystemFatalException+e

Followup: MachineOwner







I havent had this error yet. Whats this one all about?

GeneralRe: Can you read this MiniDump? Pin
Anonymous9-Jul-04 12:31
Anonymous9-Jul-04 12:31 
GeneralRe: Can you read this MiniDump? Pin
Roger Wright9-Jul-04 17:31
professionalRoger Wright9-Jul-04 17:31 
AnswerRe: Can you read this MiniDump? Pin
Anonymous9-Jul-04 13:18
Anonymous9-Jul-04 13:18 
GeneralRe: Can you read this MiniDump? Pin
Anonymous9-Jul-04 16:31
Anonymous9-Jul-04 16:31 
GeneralRe: Can you read this MiniDump? Pin
Tim Deveaux11-Jul-04 3:39
Tim Deveaux11-Jul-04 3:39 
GeneralUse the common IIS WebServer in a LAN Pin
swarnamanoo7-Jul-04 21:41
swarnamanoo7-Jul-04 21:41 
GeneralRe: Use the common IIS WebServer in a LAN Pin
Mekong River8-Jul-04 12:27
Mekong River8-Jul-04 12:27 
Questionhow to include username/password a URL Pin
Hong Dat Huynh6-Jul-04 20:13
Hong Dat Huynh6-Jul-04 20:13 
GeneralDialup connection on win98 Pin
Mazdak5-Jul-04 21:37
Mazdak5-Jul-04 21:37 
GeneralRe: Dialup connection on win98 Pin
Mekong River8-Jul-04 12:18
Mekong River8-Jul-04 12:18 
QuestionWill Ms stop upgrading w2k after wxp sp2 is released? Pin
kfaday4-Jul-04 13:22
kfaday4-Jul-04 13:22 
AnswerRe: Will Ms stop upgrading w2k after wxp sp2 is released? Pin
Michael Dunn5-Jul-04 6:24
sitebuilderMichael Dunn5-Jul-04 6:24 
GeneralRe: Will Ms stop upgrading w2k after wxp sp2 is released? Pin
Mike Dimmick5-Jul-04 13:03
Mike Dimmick5-Jul-04 13:03 
GeneralProblem using yahoo with outlook express or outlook Pin
Mekong River3-Jul-04 6:53
Mekong River3-Jul-04 6:53 
GeneralMoving OS between partitions Pin
Weiye Chen30-Jun-04 22:39
Weiye Chen30-Jun-04 22:39 
GeneralRe: Moving OS between partitions Pin
Roger Wright1-Jul-04 5:36
professionalRoger Wright1-Jul-04 5:36 
GeneralTrackbar (slider) wierdness Pin
Nathan Holt at EMOM29-Jun-04 6:46
Nathan Holt at EMOM29-Jun-04 6:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.