This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to read stackdump


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]