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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f4e7e72e8567d7dd,start X-Google-Attributes: gid103376,public From: George Riley Subject: GNAT Need StackTrace on unhandled exception Date: 1997/09/16 Message-ID: <341E8CDD.6372@cc.gatech.edu>#1/1 X-Deja-AN: 272948150 Organization: Georgia Institute of Technology Newsgroups: comp.lang.ada Date: 1997-09-16T00:00:00+00:00 List-Id: I am using GNAT3.09 on SunSparc Solaris, and wonder how to get a stack trace on an unhandled exception. In a former job, we used verdix Ada and Alsys Ada, and both give a nice stack trace if the main program exits with an unhandled exception, all the way up the stack to the offending line of code. On GNAT, I just get "CONSTRAINT ERROR". Thanks. George