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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bc90e355ba0a1f8f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-07 14:56:47 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!194.168.4.91.MISMATCH!newspeer1-gui.server.ntli.net!ntli.net!news2.euro.net!newsfeed.wxs.nl!textnews.wxs.nl!not-for-mail From: "news.planet.nl" Newsgroups: comp.lang.ada Subject: Re: Ada multi-threaded programs do not terminate under RedHat Linux Date: Fri, 7 Nov 2003 23:55:54 +0100 Organization: Planet Internet Message-ID: References: <43f0a81.0311071228.6620c6c2@posting.google.com> NNTP-Posting-Host: ip503c1133.speed.planet.nl X-Trace: reader10.wxs.nl 1068245895 6430 80.60.17.51 (7 Nov 2003 22:58:15 GMT) X-Complaints-To: abuse@planet.nl NNTP-Posting-Date: 7 Nov 2003 22:58:15 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:2241 Date: 2003-11-07T22:58:15+00:00 List-Id: Thanks for the tip. However, I'm working on a multi-user system with a linux shell. I do not have - nor can I obtain - root privileges. Does anyone have experience with the RH9 gnat rpms? "Jeff C," wrote in message news:jvUqb.139227$HS4.1095252@attbi_s01... > > "Ruben Stranders" wrote in message > news:43f0a81.0311071228.6620c6c2@posting.google.com... > > > > > I've compiled it under RedHat Linux 9.0 with "gnatmake test.adb". > > Unfortunately, the resulting program doesn't terminate. Instead of the > > expected output: > > > > Starting > > Finished > > Test > > > > it only prints the first two lines. The body of the procedure "test" > > is never called. I've tried this with several other programs and on > > different machines (all with RedHat 9.0). Can anyone give me a > > pointer? > > > > > I did not try to reproduce your problem with the stock gnat from redhat 9 > but > with my 5.01p like RPM the program does indeed exit. > > http://newserver.thecreems.com/article.php?story=20031019213608350 > >