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.200.46.149 with SMTP id h21mr35089594qta.3.1468998816562; Wed, 20 Jul 2016 00:13:36 -0700 (PDT) X-Received: by 10.157.39.133 with SMTP id c5mr2087039otb.19.1468998816134; Wed, 20 Jul 2016 00:13:36 -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!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!c52no3685972qte.1!news-out.google.com!d130ni8622ith.0!nntp.google.com!f6no2849297ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 20 Jul 2016 00:13:35 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:120b:c3ee:e540:f806:212b:2dfc:b2eb; posting-account=DQbqYQoAAACn8hHn2LmG2aF7Mhbxl_Lf NNTP-Posting-Host: 2a02:120b:c3ee:e540:f806:212b:2dfc:b2eb References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3e02dbb0-69e3-429b-b8c5-d4762dbeb187@googlegroups.com> Subject: Re: Exception traceback when using TDM-GCC 5.1.0-3 From: ahlan@marriott.org Injection-Date: Wed, 20 Jul 2016 07:13:36 +0000 Content-Type: text/plain; charset=UTF-8 X-Received-Bytes: 2617 X-Received-Body-CRC: 1001578957 Xref: news.eternal-september.org comp.lang.ada:31107 Date: 2016-07-20T00:13:35-07:00 List-Id: On Wednesday, July 20, 2016 at 8:43:18 AM UTC+2, 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. > > (Actually, ISTR someone produced symbolic traceback code?) > > > I am astounded that people can use a system that doesn't provide a > > traceback - how on earth can you debug? > > If atos doesn't ring the bell immediately, it's time for gdb. But maybe > TDM doesn't support gdb? You could always try the AdaCore GPL gdb, that > would carry no GPL flavour into your product. Dear Simon, Our problem is that we don't get a traceback at all. In AdaCore's GNAT the traceback is displayed by default in hex. To convert that into a symbolic traceback we use Gnat.Traceback.Symbolic. However this is not the problem. The problem is that we don't get a traceback at all - ie the -E switch doesn't seem to have the desired effect. In System.ads ZCX_By_Default is set to False for AdaCore GNAT and True for TDM so I wondered if that had anything to do with the problem. However John seems to think that the problem is more fundamental. MfG Ahlan