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,10c4b1e7e98e6a93 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-16 21:35:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1.bredband.com!bredband!newsspool1.bredband.com!news2.bredband.com.POSTED!not-for-mail From: "Per Sandbergs" Newsgroups: comp.lang.ada References: <28d8936a.0205161133.3c9064b7@posting.google.com> Subject: Re: Problems with Ada.Real_Time on GNAT? 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: Date: Fri, 17 May 2002 06:36:29 +0200 NNTP-Posting-Host: 213.114.165.193 X-Complaints-To: news-abuse@bredband.com X-Trace: news2.bredband.com 1021610151 213.114.165.193 (Fri, 17 May 2002 06:35:51 CEST) NNTP-Posting-Date: Fri, 17 May 2002 06:35:51 CEST Organization: A customer of B2 Bredbandsbolaget (www.bredband.com) Xref: archiver1.google.com comp.lang.ada:24249 Date: 2002-05-17T06:36:29+02:00 List-Id: Runs fine under Win2K as you said Linux RH71 & GCC3.1 /Per Sandberg "file13" wrote in message news:28d8936a.0205161133.3c9064b7@posting.google.com... > Hi guys. There was a silly little contest on a web BBS where people > were asked to write a program in any language (rules in the source). > I decided to represent for us Ada folks and produced this on GNAT 3.14 > on Windows 2000 > > http://www.qlippoth.com/shuffle.adb > > It works fine under Windows 2000 but on Linux under both 3.13 and 3.14 > I (and the guy who is testing all the programs) keep getting > segmentation faults when run. I've compiled it safetly (without the > -gnatp) but still the same seg fault. > > So I have 2 questions: > > 1. Is there an error in the program itself (am I doing something > wrong--is that the correct way to time a part of a program)? > 2. Is there a problem with the Real_Time annex under Linux or is this > caused by something else? > > On Linux I'm using the GNU Ada RPMS's for 3.13 and the Linux bin from > ACT for 3.14 under Mandrake 8.0 (2.4.3). > > Thanks in advance! > > file13 > http://www.qlippoth.com/