From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!aioe.org!Yr2L9qaRshuL+yFKTxsDBA.user.46.165.242.75.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Exceptions Not Working Under High Sierra Date: Sun, 23 Oct 2022 07:33:58 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <200ed1ec-0438-4858-9981-26aca56812ean@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: gioia.aioe.org; logging-data="50864"; posting-host="Yr2L9qaRshuL+yFKTxsDBA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (darwin) Cancel-Lock: sha1:gBF/U1RMOnazfphSn9+a/MNvRvo= X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader01.eternal-september.org comp.lang.ada:64543 List-Id: Roger Mc writes: > OSX 10.13.6 > Xcode 10.1 > GNAT Community 2021 (20210519) > > On my MacBook Air which is restricted to OSX 10.13.6 Ada Exceptions produce > Execution terminated by abort of environment task > instead of the standard exception message > I reinstalled Command Line Tools but this didn't improve matters. > > Any advice on overcoming this problem will be appreciated. Does your project by any chance involve C++? I had problems related to clang++ vs g++ which I wrote up here: https://forward-in-code.blogspot.com/2022/03/gnat-llvm.html