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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,beb6b378a857b7ea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-27 03:03:30 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!195.54.122.107!newsfeed1.bredband.com!bredband!newsfeed1.telenordia.se!algonet!uab.ericsson.se!news.sics.se!not-for-mail From: "Jimmy Dub�n" Newsgroups: comp.lang.ada Subject: Re: Use of entries using Ravenscar Date: Thu, 27 Dec 2001 11:57:21 +0100 Organization: Swedish Institute of Computer Science Message-ID: References: <4948089f.0112180828.2ea4c80@posting.google.com> <4948089f.0112192354.5411f0ed@posting.google.com> NNTP-Posting-Host: fatburen176.fatburen.org X-Trace: not.sics.se 1009450653 58034 194.236.216.176 (27 Dec 2001 10:57:33 GMT) X-Complaints-To: usenet@not.sics.se NNTP-Posting-Date: 27 Dec 2001 10:57:33 GMT 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 Xref: archiver1.google.com comp.lang.ada:18327 Date: 2001-12-27T10:57:33+00:00 List-Id: > > OK, I know that this is a another problem, but with the same code, > > so if someone is running a Linux machine could you please download > > the file http://www.csd.uu.se/~jidu2851/argus/testsignal.tar.gz and > > try this one out. Is it again something that is corrupt local? > > With 3.13p I get either > raised PROGRAM_ERROR : Interrupt 10 is reserved > or > signal_handler_test.ads:34:07: interrupts not supported with restricted runtime > > (the second with pragma Ravenscar). > > These are Linux (Slackware 7.1, kernel 2.2.16, libc-2.1.3). I expect I > built GNAT from source. OK, but signal 10 is reserved if you use rts-native instead of rts-fsu, we have used the latter one since we think it has better handling for threads. One has to change the soft link between the two libraries to use rts-fsu.