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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5845b26b188c214e X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.wirehub.nl!newsgate.cistron.nl!transit.news.xs4all.nl!195.241.76.212.MISMATCH!tiscali!transit1.news.tiscali.nl!dreader2.news.tiscali.nl!not-for-mail Sender: lbrenta@deuteronomy Newsgroups: comp.lang.ada Subject: Re: How to debug? References: <200405051830.03021.maa@liacc.up.pt> <05ff01c432ce$9617a400$b101a8c0@sy.com> From: Ludovic Brenta Date: 05 May 2004 21:20:33 +0200 Message-ID: <87fzaellz2.fsf@insalien.org> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Tiscali bv NNTP-Posting-Date: 05 May 2004 21:18:59 CEST NNTP-Posting-Host: 83.134.239.240 X-Trace: 1083784739 dreader2.news.tiscali.nl 41755 83.134.239.240:39970 X-Complaints-To: abuse@tiscali.nl Xref: controlnews3.google.com comp.lang.ada:286 Date: 2004-05-05T21:18:59+02:00 List-Id: Marius Amado Alves writes: > On Wednesday 05 May 2004 19:27, David C. Hoos wrote: > > ...Putting an exception handler at the end of the main procedure > > and at the end of all tasks works very well for me. These exception > > handlers use the SymbolicTraceback facilities. > > That's what I tried before GNAT 3.15p and failed (no traceback). I must have > done something wrong. I'll try again soon. Thanks. FYI The GNAT on Debian does not support symbolic tracebacks because this requires a library called libaddr2line, which is part of the old version of binutils that was current when GCC 2.8.1 was released. The binary distribution from ACT ships a binary libaddr2line and does support symbolic tracebacks. -- Ludovic Brenta.