Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" From: "Charles D. Russell" To: "cygwin cygwin" Subject: Re: how to read stackdump Date: Mon, 12 May 2003 00:19:42 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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/