• Exceptions Not Working Under High Sierra

    From Roger Mc@21:1/5 to All on Sat Oct 22 21:36:36 2022
    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Simon Wright@21:1/5 to Roger Mc on Sun Oct 23 07:33:58 2022
    Roger Mc <rogermcm2@gmail.com> 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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Roger Mc@21:1/5 to Simon Wright on Sun Oct 23 03:57:12 2022
    On Sunday, October 23, 2022 at 5:34:07 PM UTC+11, Simon Wright wrote:
    Roger Mc <roge...@gmail.com> 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

    No C++ code but interfaces to C via pragmas

    GPS 19.1 (20190106) hosted on x86_64-apple-darwin16.7.0

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)