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,790d824907970cc3,start X-Google-Attributes: gid103376,public From: cdecker@snet.net (Decker, Christian R) Subject: Exception Propagation Date: 1999/06/07 Message-ID: #1/1 X-Deja-AN: 486722772 X-Trace: WReNphoon3 928775495 10.0.2.27 (Mon, 07 Jun 1999 10:11:35 PDT) Organization: http://www.remarq.com: The World's Usenet/Discussions Start Here NNTP-Posting-Date: Mon, 07 Jun 1999 10:11:35 PDT Newsgroups: comp.lang.ada Date: 1999-06-07T00:00:00+00:00 List-Id: I have some Ada code that is apparently raising an exception, but the program just seems to hang and does not report the exception as i have seen before. It looks like the code just hangs, but when i put an exception handler around the suspect code the handler gets executed. Am i missing some arguments to the gnatmake command to cause the propagation of exceptions or do i have arguments that is disabling the propagation? my current arguments are: gnatmake -gnatp -g -O4 -n32 -bargs -f i tried taking out the -gnatp ( which i believe disables run-time checking ), but that doesn't help.... Thanks... chris -**** Posted from RemarQ, http://www.remarq.com/?a ****- Search and Read Usenet Discussions in your Browser - FREE -