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=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ce1b033d346829fc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-04 06:54:42 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.visi.com!hermes.visi.com!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <2a5P7.6268$yB2.127086@news1.oke.nextra.no> Subject: Re: Strange error in ADA program Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Tue, 04 Dec 2001 09:54:25 EST Organization: http://www.newsranger.com Date: Tue, 04 Dec 2001 14:54:25 GMT Xref: archiver1.google.com comp.lang.ada:17385 Date: 2001-12-04T14:54:25+00:00 List-Id: In article <2a5P7.6268$yB2.127086@news1.oke.nextra.no>, Stian Kaasa says... > >I have an ADA program with a strange problem. >The program builds fine ( Solaris 2.5.1, VADS ADA 6.2.3 ), but during >execution it stops with the following error: > >Error in kernel:: exception_handler: unexpectet SIGILL code 0 > >I expected control to be sent to my Exception handler, but this is not >happending. The way I remember it (we are talking about 6 years ago), that compiler uses certian signals internally for its tasking exec. You have to be aware of that, and avoid using those signals. You may want to check your VADS docs to see if SIGILL is one of them. --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced.