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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.129.85.149 with SMTP id j143mr27591170ywb.46.1469653396160; Wed, 27 Jul 2016 14:03:16 -0700 (PDT) X-Received: by 10.157.56.205 with SMTP id k13mr2025788ote.10.1469653396116; Wed, 27 Jul 2016 14:03:16 -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!c52no5375884qte.1!news-out.google.com!d68ni8566ith.0!nntp.google.com!f6no5243649ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 27 Jul 2016 14:03:15 -0700 (PDT) In-Reply-To: <6178bf6c-6125-43b2-86c4-aeb08be48442@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.37; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.37 References: <3e02dbb0-69e3-429b-b8c5-d4762dbeb187@googlegroups.com> <66240de6-d3a8-458d-9eb9-1214f790831c@googlegroups.com> <22f2e37f-dc90-42ce-a6d3-42f0a471c4d6@googlegroups.com> <6178bf6c-6125-43b2-86c4-aeb08be48442@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <273d77a5-55a6-4de6-abbe-93bb61ecfdc3@googlegroups.com> Subject: Re: Exception traceback when using TDM-GCC 5.1.0-3 From: Anh Vo Injection-Date: Wed, 27 Jul 2016 21:03:16 +0000 Content-Type: text/plain; charset=UTF-8 X-Received-Bytes: 3724 X-Received-Body-CRC: 29767855 Xref: news.eternal-september.org comp.lang.ada:31192 Date: 2016-07-27T14:03:15-07:00 List-Id: On Wednesday, July 27, 2016 at 1:33:23 PM UTC-7, ahlan.m...@gmail.com wrote: > On Wednesday, 27 July 2016 21:32:37 UTC+2, Anh Vo wrote: > > On Wednesday, July 27, 2016 at 8:45:51 AM UTC-7, Simon Wright wrote: > > > ahlan.marriott@gmail.com writes: > > > > > > > What is tdm-gcc-webdl.exe and where did you get it from? > > > > I used TDM-GCC-5.1.0-3.exe and gcc-5.1.0-tdm-1-ada.zip from > > > > http://tdm-gcc.tdragon.net > > > > > > It's the "on-demand installer" (the box on the right on that page). > > > > > > My Windows 7 is 32-bit (running under VMware). > > > > It worked as expected on PC running Windows 7. Just like Simon, I used on-demand installer tdm-gcc-webdl.exe. > > > > Anh Vo > > Dear Simon and Anh, > > Yes that seems to be better. > If I use the on demand installer then I get traceback information. > This then begs the question of what exactly is the difference between what I was doing and what the on demand installer has done? > > However it is still not quite right. > The traceback I now get consists only of two numbers rather than the 8 Simon had. > They are both above 0x77000000 and like the last two in Simon's traceback (that were also in this range) bring back only ?? > > So now I am getting a traceback but not the full traceback. The exception is captured captured and handled in the exception handler. In addition, the traceback information is extracted as shown below. --... exception when Error : others => Put_Line (GNAT.Traceback.Symbolic.Symbolic_Traceback(Error)); --...