how to read stackdump

Charles D. Russell worwor@bellsouth.net
Mon May 12 06:18:00 GMT 2003


Igor Pechtchanski wrote:

Try the following:

  awk '/^[0-9]/{print $2}' testprog.exe.stackdump | addr2line -f -e
testprog.exe

__________________

Thanks.  That gives me linenumbers in my code, plus a bunch of ??:0 lines
that I presume refer to cygwin code, either cygwin1.dll or compiled
without -g, that would not be meaningful to me anyway.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list