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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-16 12:33:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: file13@qlippoth.zzn.com (file13) Newsgroups: comp.lang.ada Subject: Problems with Ada.Real_Time on GNAT? Date: 16 May 2002 12:33:34 -0700 Organization: http://groups.google.com/ Message-ID: <28d8936a.0205161133.3c9064b7@posting.google.com> NNTP-Posting-Host: 208.188.29.251 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1021577614 29474 127.0.0.1 (16 May 2002 19:33:34 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 16 May 2002 19:33:34 GMT Xref: archiver1.google.com comp.lang.ada:24227 Date: 2002-05-16T19:33:34+00:00 List-Id: 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/