Probably caused by : i8042prt.sys

G

Guest

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\user>cd c:\Debugging Tools for
Windows

C:\Debugging Tools for Windows>kd -y SymbolPath -i
ImagePath -z DumpFilePath


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


Loading Dump File [C:\Debugging Tools for
Windows\DumpFilePath]
Could not open dump file [DumpFilePath], Win32 error 2
"The system cannot find the file specified."
Debuggee initialization failed, Win32 error 2
"The system cannot find the file specified."

C:\Debugging Tools for Windows>kd -y c:\Symbols -i
C:\XPSP2\Root\I386 -z C:\Memo
ry\Minidump

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


Loading Dump File [C:\Memory\Minidump]
Could not open dump file [C:\Memory\Minidump], Win32
error 5
"Access is denied."
Debuggee initialization failed, Win32 error 5
"Access is denied."

C:\Debugging Tools for Windows>kd -y c:\Symbols -i
C:\XPSP2\Root\I386 -z C:\Memo
ry\Minidump\Mini092704-01.dmp

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


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

Symbol search path is: c:\Symbols
Executable search path is: C:\XPSP2\Root\I386
Windows XP Kernel Version 2600 (Service Pack 2) MP (2
procs) Free x86 compatible

Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp2_rtm.040803-2158
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805644a0
Debug session time: Mon Sep 27 19:30:23 2004
System Uptime: 0 days 7:47:32.131
Loading Kernel Symbols
...........................................................
.......................
...........................................................
...............
Loading unloaded module list
...................................................
Loading User Symbols
**********************************************************
*********************
*
*
* Bugcheck
Analysis *
*
*
**********************************************************
*********************

Use !analyze -v to get detailed debugging information.

BugCheck 1000007F, {8, f7983d70, 0, 0}

Probably caused by : i8042prt.sys ( i8042prt!
I8xCompletePendedRequest+27 )

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

1: kd>
Implicit thread is now 859bf598
1: kd> -v
^ Syntax error in '-v'
1: kd>
 
R

Rick \Nutcase\ Rogers

Hi,

You had a question? Something to do with this dump that seems to indicate a
problem with your keyboard driver?

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Associate Expert - WindowsXP Expert Zone

Windows help - www.rickrogers.org

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\user>cd c:\Debugging Tools for
Windows

C:\Debugging Tools for Windows>kd -y SymbolPath -i
ImagePath -z DumpFilePath


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


Loading Dump File [C:\Debugging Tools for
Windows\DumpFilePath]
Could not open dump file [DumpFilePath], Win32 error 2
"The system cannot find the file specified."
Debuggee initialization failed, Win32 error 2
"The system cannot find the file specified."

C:\Debugging Tools for Windows>kd -y c:\Symbols -i
C:\XPSP2\Root\I386 -z C:\Memo
ry\Minidump

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


Loading Dump File [C:\Memory\Minidump]
Could not open dump file [C:\Memory\Minidump], Win32
error 5
"Access is denied."
Debuggee initialization failed, Win32 error 5
"Access is denied."

C:\Debugging Tools for Windows>kd -y c:\Symbols -i
C:\XPSP2\Root\I386 -z C:\Memo
ry\Minidump\Mini092704-01.dmp

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


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

Symbol search path is: c:\Symbols
Executable search path is: C:\XPSP2\Root\I386
Windows XP Kernel Version 2600 (Service Pack 2) MP (2
procs) Free x86 compatible

Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp2_rtm.040803-2158
Kernel base = 0x804d7000 PsLoadedModuleList = 0x805644a0
Debug session time: Mon Sep 27 19:30:23 2004
System Uptime: 0 days 7:47:32.131
Loading Kernel Symbols
..........................................................
......................
..........................................................
..............
Loading unloaded module list
..................................................
Loading User Symbols
**********************************************************
*********************
*
*
* Bugcheck
Analysis *
*
*
**********************************************************
*********************

Use !analyze -v to get detailed debugging information.

BugCheck 1000007F, {8, f7983d70, 0, 0}

Probably caused by : i8042prt.sys ( i8042prt!
I8xCompletePendedRequest+27 )

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

1: kd>
Implicit thread is now 859bf598
1: kd> -v
^ Syntax error in '-v'
1: kd>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top