| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <000501c31846$18bea330$7a6ad6d1@dell03> |
| Reply-To: | "Charles D. Russell" <worwor AT bellsouth DOT net> |
| From: | "Charles D. Russell" <worwor AT bellsouth DOT net> |
| To: | "cygwin cygwin" <cygwin AT cygwin DOT com> |
| Subject: | Re: how to read stackdump |
| Date: | Mon, 12 May 2003 00:19:42 -0500 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |