Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\scchadwi>cd "c:\Program Files" C:\Program Files>cd "Debugging Tools for Windows (x86)" C:\Program Files\Debugging Tools for Windows (x86)>dir c* Volume in drive C has no label. Volume Serial Number is 1C14-A4F9 Directory of C:\Program Files\Debugging Tools for Windows (x86) 03/20/2008 06:44 PM 314,424 cdb.exe 10/14/2008 06:59 AM clr10 03/20/2008 06:47 PM 32,312 convertstore.exe 2 File(s) 346,736 bytes 1 Dir(s) 14,909,071,360 bytes free C:\Program Files\Debugging Tools for Windows (x86)>cdb tortoiseproc.exe Microsoft (R) Windows Debugger Version 6.9.0003.113 X86 Copyright (c) Microsoft Corporation. All rights reserved. CommandLine: tortoiseproc.exe Symbol search path is: *** Invalid *** **************************************************************************** * Symbol loading may be unreliable without a symbol search path. * * Use .symfix to have the debugger choose a symbol path. * * After setting your symbol path, use .reload to refresh symbol locations. * **************************************************************************** Executable search path is: ModLoad: 00400000 00a9b000 TortoiseProc.exe ModLoad: 7c900000 7c9af000 ntdll.dll ModLoad: 7c800000 7c8f6000 C:\WINDOWS\system32\kernel32.dll ModLoad: 78050000 78120000 C:\WINDOWS\system32\WININET.dll ModLoad: 77c10000 77c68000 C:\WINDOWS\system32\msvcrt.dll ModLoad: 77f60000 77fd6000 C:\WINDOWS\system32\SHLWAPI.dll ModLoad: 77dd0000 77e6b000 C:\WINDOWS\system32\ADVAPI32.dll ModLoad: 77e70000 77f02000 C:\WINDOWS\system32\RPCRT4.dll ModLoad: 77fe0000 77ff1000 C:\WINDOWS\system32\Secur32.dll ModLoad: 77f10000 77f59000 C:\WINDOWS\system32\GDI32.dll ModLoad: 7e410000 7e4a1000 C:\WINDOWS\system32\USER32.dll ModLoad: 00340000 00349000 C:\WINDOWS\system32\Normaliz.dll ModLoad: 78000000 78045000 C:\WINDOWS\system32\iertutil.dll ModLoad: 76780000 76789000 C:\WINDOWS\system32\SHFOLDER.dll ModLoad: 7c9c0000 7d1d7000 C:\WINDOWS\system32\SHELL32.dll ModLoad: 773d0000 774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Cont rols_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.dll ModLoad: 77c00000 77c08000 C:\WINDOWS\system32\VERSION.dll ModLoad: 6eec0000 6eee0000 C:\Program Files\TortoiseSVN\bin\libapr_tsvn.dll ModLoad: 71ab0000 71ac7000 C:\WINDOWS\system32\WS2_32.dll ModLoad: 71aa0000 71aa8000 C:\WINDOWS\system32\WS2HELP.dll ModLoad: 71a50000 71a8f000 C:\WINDOWS\system32\MSWSOCK.dll ModLoad: 78520000 785c3000 C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1 e18e3b_9.0.30729.1_x-ww_6f74963e\MSVCR90.dll ModLoad: 6ee60000 6ee89000 C:\Program Files\TortoiseSVN\bin\libaprutil_tsvn.dl l ModLoad: 76f60000 76f8c000 C:\WINDOWS\system32\WLDAP32.dll ModLoad: 10000000 10012000 C:\Program Files\TortoiseSVN\bin\intl3_tsvn.dll ModLoad: 00380000 00393000 C:\Program Files\TortoiseSVN\bin\libsasl.dll ModLoad: 789e0000 78d81000 C:\WINDOWS\WinSxS\x86_Microsoft.VC90.MFC_1fc8b3b9a1 e18e3b_9.0.30729.1_x-ww_405b0943\mfc90u.dll ModLoad: 76380000 76385000 C:\WINDOWS\system32\MSIMG32.dll ModLoad: 763b0000 763f9000 C:\WINDOWS\system32\COMDLG32.dll ModLoad: 774e0000 7761d000 C:\WINDOWS\system32\ole32.dll ModLoad: 77120000 771ab000 C:\WINDOWS\system32\OLEAUT32.dll ModLoad: 78130000 78257000 C:\WINDOWS\system32\urlmon.dll ModLoad: 76b40000 76b6d000 C:\WINDOWS\system32\WINMM.dll ModLoad: 78480000 7850e000 C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1 e18e3b_9.0.30729.1_x-ww_6f74963e\MSVCP90.dll ModLoad: 13000000 130bf000 C:\Program Files\TortoiseSVN\bin\libdb44.dll ModLoad: 77a80000 77b15000 C:\WINDOWS\system32\CRYPT32.dll ModLoad: 77b20000 77b32000 C:\WINDOWS\system32\MSASN1.dll (1980.1b78): Break instruction exception - code 80000003 (first chance) eax=00251eb4 ebx=7ffde000 ecx=00000003 edx=00000008 esi=00251f48 edi=00251eb4 eip=7c90120e esp=0012fb20 ebp=0012fc94 iopl=0 nv up ei pl nz na po nc cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000202 *** ERROR: Symbol file could not be found. Defaulted to export symbols for ntdl l.dll - ntdll!DbgBreakPoint: 7c90120e cc int 3 0:000> !analyze -v;q ******************************************************************************* * * * Exception Analysis * * * ******************************************************************************* ***** 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 *** *** *** ************************************************************************* ********************************************************************* * Symbols can not be loaded because symbol path is not initialized. * * * * The Symbol Path can be set by: * * using the _NT_SYMBOL_PATH environment variable. * * using the -y argument when starting the debugger. * * using .sympath and .sympath+ * ********************************************************************* ********************************************************************* * Symbols can not be loaded because symbol path is not initialized. * * * * The Symbol Path can be set by: * * using the _NT_SYMBOL_PATH environment variable. * * using the -y argument when starting the debugger. * * using .sympath and .sympath+ * ********************************************************************* ********************************************************************* * Symbols can not be loaded because symbol path is not initialized. * * * * The Symbol Path can be set by: * * using the _NT_SYMBOL_PATH environment variable. * * using the -y argument when starting the debugger. * * using .sympath and .sympath+ * ********************************************************************* *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\W INDOWS\system32\kernel32.dll - ************************************************************************* *** *** *** *** *** 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: kernel32!pNlsUserInfo *** *** *** ************************************************************************* ************************************************************************* *** *** *** *** *** 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: kernel32!pNlsUserInfo *** *** *** ************************************************************************* FAULTING_IP: ntdll!DbgBreakPoint+0 7c90120e cc int 3 EXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff) ExceptionAddress: 7c90120e (ntdll!DbgBreakPoint) ExceptionCode: 80000003 (Break instruction exception) ExceptionFlags: 00000000 NumberParameters: 3 Parameter[0]: 00000000 Parameter[1]: 00000003 Parameter[2]: 00000008 FAULTING_THREAD: 00001b78 DEFAULT_BUCKET_ID: WRONG_SYMBOLS PROCESS_NAME: TortoiseProc.exe MODULE_NAME: ntdll FAULTING_MODULE: 7c900000 ntdll DEBUG_FLR_IMAGE_TIMESTAMP: 4802a12c ERROR_CODE: (NTSTATUS) 0x80000003 - {EXCEPTION} Breakpoint A breakpoint has be en reached. PRIMARY_PROBLEM_CLASS: WRONG_SYMBOLS BUGCHECK_STR: APPLICATION_FAULT_WRONG_SYMBOLS LAST_CONTROL_TRANSFER: from 7c92108f to 7c90120e STACK_TEXT: WARNING: Stack unwind information not available. Following frames may be wrong. 0012fc94 7c92108f 0012fd30 7c900000 0012fce0 ntdll!DbgBreakPoint 0012fd1c 7c90e437 0012fd30 7c900000 00000000 ntdll!RtlLookupElementGenericTable+ 0x80 00000000 00000000 00000000 00000000 00000000 ntdll!KiUserApcDispatcher+0x7 FOLLOWUP_IP: ntdll!DbgBreakPoint+0 7c90120e cc int 3 SYMBOL_STACK_INDEX: 0 SYMBOL_NAME: ntdll!DbgBreakPoint+0 FOLLOWUP_NAME: MachineOwner IMAGE_NAME: ntdll.dll STACK_COMMAND: ~0s ; kb BUCKET_ID: WRONG_SYMBOLS FAILURE_BUCKET_ID: WRONG_SYMBOLS_80000003_ntdll.dll!base_address Followup: MachineOwner --------- quit: C:\Program Files\Debugging Tools for Windows (x86)>