From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,fea50f781bb229dc X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news4.google.com!feeder.news-service.com!news.k-dsl.de!aioe.org!not-for-mail From: =?iso-8859-15?Q?Yannick_Duch=EAne_=28Hibou57=29?= Newsgroups: comp.lang.ada Subject: Re: Symbolic tracebacks on Debian Date: Sat, 22 May 2010 13:30:28 +0200 Organization: Ada At Home Message-ID: References: <85f51aeb-cac9-4591-921a-a7f50c8ef142@a21g2000yqn.googlegroups.com> <1pup1z7a4f1pq$.of30sejrqe4m.dlg@40tude.net> <87hbmae33k.fsf@ludovic-brenta.org> <85j595F1lqU1@mid.individual.net> <87sk5navk6.fsf_-_@ludovic-brenta.org> <82bpc8s17m.fsf@stephe-leake.org> NNTP-Posting-Host: 2mX5c0ydnthDJOq7Zofpgg.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Opera Mail/10.53 (Win32) Xref: g2news2.google.com comp.lang.ada:11877 Date: 2010-05-22T13:30:28+02:00 List-Id: Le Sat, 22 May 2010 13:03:20 +0200, (see below) = a =E9crit: >> Because symbolic traceback are not supported on _all_ gnat platforms,= I >> don't use them on _any_ - that way my code is portable. So I did not >> notice this problem. >> >> I dump the stack trace as hex addresses, then later run addr2line >> manually if I want the symbolic trace. > > Can you say exactly what the steps are to do that? > I've never understood it + therefore never used it. If you use GPS or don't bother to use when it is needed, here is one too= l = which may help: http://www.les-ziboux.rasama.org/addr2line2locations-tool-ada-gps-en.htm= l Comments welcome. -- = There is even better than a pragma Assert: a SPARK --# check.