comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: stacktrace on linux
Date: 15 Aug 2003 20:26:58 +0100
Date: 2003-08-15T20:26:58+01:00	[thread overview]
Message-ID: <x7v7k5evi0t.fsf@smaug.pushface.org> (raw)
In-Reply-To: bhfd36$42gt$1@ID-169866.news.uni-berlin.de

"Martin Moosbrucker" <martin_moosbrucker@web.de> writes:

> on RedHat I don't get any information of the lines in my sourcecode:
> 
> Exception name: CONSTRAINT_ERROR
> Message: stack_trace.adb:13
> Call stack traceback locations:
> 0x804a090 0x804a3e3 0x804a6df 0x8049d91 0x42017497
> 0x804a090 in ?? at ??:0
> 0x804a3e3 in ?? at ??:0
> 0x804a6df in ?? at ??:0
> 0x8049d91 in ?? at ??:0
> 0x42017497 in ?? at ??:0

You probably need -g, as others have said.

Also, you should have addr2line installed or installable: in your case,

$ addr2line -e executable 0x804a090 0x804a3e3 0x804a6df 0x8049d91 0x42017497



  parent reply	other threads:[~2003-08-15 19:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-14  7:17 stacktrace on linux Martin Moosbrucker
2003-08-14 14:39 ` Ludovic Brenta
2003-08-15  9:44 ` 
2003-08-17 18:31   ` Gautier Write-only
2003-08-15 19:26 ` Simon Wright [this message]
2003-08-19  7:50 ` nicolas
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox