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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,d188753fef109ace X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-02 01:12:33 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!skynet.be!skynet.be!newsfeed00.sul.t-online.de!t-online.de!deine.net!freenix!proxad.net!feeder2-1.proxad.net!news1-2.free.fr!not-for-mail From: "nicolas" Newsgroups: comp.lang.ada References: <3ca2fb66$0$4997$626a54ce@news.free.fr> Subject: Re: problem with Gnat.Traceback.Symbolic on linux with Gnat 3.14p ? Date: Tue, 2 Apr 2002 11:14:07 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: <3ca975ff$0$5004$626a54ce@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 02 Apr 2002 11:12:31 MEST NNTP-Posting-Host: 217.167.42.235 X-Trace: 1017738751 news1-2.free.fr 5004 217.167.42.235 X-Complaints-To: abuse@proxad.net Xref: archiver1.google.com comp.lang.ada:21983 Date: 2002-04-02T11:12:31+02:00 List-Id: "Simon Wright" a �crit dans le message news: x7vwuvwbjm7.fsf@smaug.pushface.org... > "nicolas" writes: > > > I have problems with Gnat.Traceback.Symbolic on Linux RedHAT 7.2 and > > Gnat 3.14p > > > > the command issued is > > gnatmake -f -funwind-tables -g test_trace.adb -bargs -E > > Not sure why you've said -funwind-tables ? I think I didn't use it with Gnat 3.13p and read somewhere that it is not required. But since Traceback doesn't work with Gnat 3.14 p , I followed what the Gnat user's guide says (without success ...) -E Store tracebacks in exception occurrences when the target supports it. This is the default with the zero cost exception mechanism. This option is currently only supported on Solaris, Linux and Windows ix86. Under Solaris and Linux you need to use explicitly the gcc flag -funwind-tables when compiling every file in your application. See also the packages GNAT.Traceback and GNAT.Traceback.Symbolic. Under Windows there is no specific option to use to enable this feature but you must not use -fomit-frame-pointer gcc option.