windbg dump调试信息(w3wp.exe进程崩溃问题),请教大神们,求解答
0:000> !analyze -v*******************************************************************************
* *
* Exception Analysis *
* *
*******************************************************************************
SYMSRV: msvcrt.pdb from http://msdl. 80855 bytes - copied
DBGHELP: msvcrt - public symbols
c:\websymbols\msvcrt.pdb\A7F38CEE7E684B94B7AA9FFFCAB446851\msvcrt.pdb
SYMSRV: w3wp.pdb from http://msdl. 5389 bytes - copied
DBGHELP: w3wp - public symbols
c:\websymbols\w3wp.pdb\35B93EEEB1524E2C8368E5DAB78748A51\w3wp.pdb
***** OS symbols are WRONG. Please fix symbols to do analysis.
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: ntdll!_PEB ***
*** ***
*************************************************************************
*************************************************************************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: nt!IMAGE_NT_HEADERS32 ***
*** ***
*************************************************************************
SYMSRV: ole32.pdb from http://msdl. 1011230 bytes - copied
DBGHELP: ole32 - public symbols
c:\websymbols\ole32.pdb\01F5AD3521F14D669E5AB5B80DFF1F242\ole32.pdb
FAULTING_IP:
+1ca2faf00f7df5c
00000000 ?? ???
EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 00000000
ExceptionCode: 80000003 (Break instruction exception)
ExceptionFlags: 00000000
NumberParameters: 0
FAULTING_THREAD: 00002914
PROCESS_NAME: w3wp.exe
ADDITIONAL_DEBUG_TEXT:
Use '!findthebuild' command to search for the target build information.
If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.
MODULE_NAME: msvcrt
FAULTING_MODULE: 7c930000 ntdll
DEBUG_FLR_IMAGE_TIMESTAMP: 45d72012
ERROR_CODE: (NTSTATUS) 0x80000003 - {
EXCEPTION_CODE: (NTSTATUS) 0x80000003 (2147483651) - {
MOD_LIST: <ANALYSIS/>
BUGCHECK_STR: APPLICATION_FAULT_WRONG_SYMBOLS_SHUTDOWN
PRIMARY_PROBLEM_CLASS: WRONG_SYMBOLS_SHUTDOWN
DEFAULT_BUCKET_ID: WRONG_SYMBOLS_SHUTDOWN
LAST_CONTROL_TRANSFER: from 7c8268fd to 7c95845c
STACK_TEXT:
WARNING: Stack unwind information not available. Following frames may be wrong.
0006ff0c 7c8268fd fffffffe 77e8f3b0 ffffffff ntdll!KiFastSystemCallRet
0006ff20 77b9ade4 fffffffe 0006ff5c 77b9aefc kernel32!ExitProcess+0x14
0006ff2c 77b9aefb fffffffe 00000000 fffffffe msvcrt!__crtExitProcess+0x32
0006ff5c 77b9af52 fffffffe 00000000 00000000 msvcrt!_cinit+0xd2
0006ff70 01001a3c fffffffe 00000000 00000000 msvcrt!exit+0x11
0006ffc0 7c82f1eb 00000000 00000000 7ffd5000 w3wp!wmainCRTStartup+0x144
0006fff0 00000000 010018f8 00000000 78746341 kernel32!ProcessIdToSessionId+0x209
STACK_COMMAND: ~0s; .ecxr ; kb
FOLLOWUP_IP:
msvcrt!__crtExitProcess+32
77b9ade4 cc int 3
SYMBOL_STACK_INDEX: 2
SYMBOL_NAME: msvcrt!__crtExitProcess+32
FOLLOWUP_NAME: MachineOwner
IMAGE_NAME: msvcrt.dll
BUCKET_ID: WRONG_SYMBOLS
WATSON_IBUCKET: 395708677
WATSON_IBUCKETTABLE: 1
FAILURE_BUCKET_ID: WRONG_SYMBOLS_SHUTDOWN_80000003_msvcrt.dll!__crtExitProcess
WATSON_STAGEONE_URL: http://watson.
Followup: MachineOwner
---------
[ 本帖最后由 qiugoo 于 2013-7-22 16:35 编辑 ]