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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.157.2.37 with SMTP id 34mr35216085otb.2.1469020010912; Wed, 20 Jul 2016 06:06:50 -0700 (PDT) X-Received: by 10.157.58.116 with SMTP id j107mr1856655otc.13.1469020010884; Wed, 20 Jul 2016 06:06:50 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!f6no2934227ith.0!news-out.google.com!d130ni8859ith.0!nntp.google.com!f6no2934222ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 20 Jul 2016 06:06:50 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.178.28.115; posting-account=Zsf4jwoAAADEqwCydv835KU9-S3h_Y26 NNTP-Posting-Host: 70.178.28.115 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Exception traceback when using TDM-GCC 5.1.0-3 From: jrmarino Injection-Date: Wed, 20 Jul 2016 13:06:50 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:31109 Date: 2016-07-20T06:06:50-07:00 List-Id: On Wednesday, July 20, 2016 at 1:43:18 AM UTC-5, Simon Wright wrote: > ahlan@marriott.org writes: > > > ... why TDM (or someone) hasn't applied these fixes to FSF, especially > > as your work doesn't seem to be new. > > Is this only a Windows thing? You get a hex traceback under macOS, but you > have to rely on an external tool (atos) to symbolicate (?) it. > I may have misunderstood what's been seen by Ahlan. My modification removes the need for the external tool (in reality using addr2line behind the scenes) so that requested tracebacks work. Reference: https://rosettacode.org/wiki/Stack_traces#Ada With my modification, the rosetta case works on BSD's gnat just like this. I can't remember if without it there are no symbols or just symbols that you have to manually pass to addr2line