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,71d1e36fcaaa9b90 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-12 10:09:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc54.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Help with anormal pausing of program References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc54 1055437773 12.234.13.56 (Thu, 12 Jun 2003 17:09:33 GMT) NNTP-Posting-Date: Thu, 12 Jun 2003 17:09:33 GMT Organization: AT&T Broadband Date: Thu, 12 Jun 2003 17:09:33 GMT Xref: archiver1.google.com comp.lang.ada:39054 Date: 2003-06-12T17:09:33+00:00 List-Id: > : but it appears my fix for Gnat 3.15p was to add the line > : Base_Monotonic_Clock := Base_Clock; > : at line 165 of s-osprim.adb, just before the line > : end Get_Base_Time; > > This line appears as the last line before end System.OS_Primitives, > in package elaboration, in 5wosprim.adb, in GCC 3.3. Yes. That's the initial synchronization. But it also needs to appear when there's a re-synchronization, ie, when Base_Clock changes. Unless of course 5wosprim.adb has a different solution to the problem.