Thursday, 15 January 2015

windows - Can't get Windbg to load symbols -



windows - Can't get Windbg to load symbols -

i'll admit beingness new windbg noobish question couldn't find reply on internet.

anyways, here symbol path: srv*c:\symbols*http://msdl.microsoft.com/download/symbols

i have little command line programme made, go file -> open executable

i select .exe , give 2 arguments screen. go command window , press 'g' run program. next output.

commandline: c:\users\me\devcode\folder\program\myprogram.exe input1 outputdir symbol search path is: srv*c:\symbols*http://msdl.microsoft.com/download/symbols executable search path is: modload: 01320000 01367000 image01320000 modload: 779b0000 77b30000 ntdll.dll modload: 76e30000 76f40000 c:\windows\syswow64\kernel32.dll modload: 76790000 767d7000 c:\windows\syswow64\kernelbase.dll (19a8.1cf0): break instruction exception - code 80000003 (first chance) eax=00000000 ebx=00000000 ecx=cb5b0000 edx=0026ddf8 esi=fffffffe edi=00000000 eip=77a50fab esp=001af830 ebp=001af85c iopl=0 nv ei pl zr na pe nc cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246 ntdll!ldrpdodebuggerbreak+0x2c: 77a50fab cc int 3 0:000> g (19a8.1cf0): stack overflow - code c00000fd (first chance) first chance exceptions reported before exception handling. exception may expected , handled. *** error: module load completed symbols not loaded image01320000 eax=008872a8 ebx=7efde000 ecx=008872a8 edx=00887e60 esi=00000000 edi=00000000 eip=01327076 esp=000b2fe4 ebp=000b3028 iopl=0 nv ei pl nz na pe nc cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00010206 image01320000+0x7076: 01327076 53 force ebx

i concerned line reads:

*** error: module load completed symbols not loaded image01320000

where image01320000 come from? shouldn't name of executable? have .pdb files created.

yes, programme built in debug mode. i'm trying stacktrace can find source of stack overflow reporting.

thank you!

windows debugging stack-overflow windbg

No comments:

Post a Comment