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.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ce1b033d346829fc,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-04 06:34:39 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.213.112.26!newsfeed1.ulv.nextra.no!nextra.com!news1.oke.nextra.no.POSTED!not-for-mail From: "Stian Kaasa" Newsgroups: comp.lang.ada Subject: Strange error in ADA program X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <2a5P7.6268$yB2.127086@news1.oke.nextra.no> NNTP-Posting-Host: 62.92.57.66 X-Complaints-To: news-abuse@nextra.no NNTP-Posting-Date: Tue, 04 Dec 2001 15:34:38 MET Organization: Nextra Public Access X-Trace: readme.online.no 1007476478 62.92.57.66 Date: Tue, 4 Dec 2001 15:34:49 +0100 Xref: archiver1.google.com comp.lang.ada:17383 Date: 2001-12-04T15:34:49+01:00 List-Id: 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. Anyone who has experienced this error-message ? SK