X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Mon, 8 Apr 2002 08:44:06 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Exiting due to signal SIGSEGV In-Reply-To: <3CB0CEA1.A0BB8C92@yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 8 Apr 2002, CBFalconer wrote: > > I don't understand: SYMIFY does translate hex addresses into human > > readable file name and line number information. addr2line does the > > same, except that its UI is different. > > Not here. It puts out offsets from function entry. Compiled with > -O2 -gstabs+. That's because SYMIFY doesn't understand stabs. Use bfdsymify instead.