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 15:19:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Help with anormal pausing of program Date: Thu, 12 Jun 2003 22:19:06 +0000 (UTC) Organization: GMUGHDU Message-ID: References: NNTP-Posting-Host: d2-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1055456346 7347 134.91.1.15 (12 Jun 2003 22:19:06 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Thu, 12 Jun 2003 22:19:06 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/831)) Xref: archiver1.google.com comp.lang.ada:39068 Date: 2003-06-12T22:19:06+00:00 List-Id: tmoran@acm.org wrote: :> : 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. Same code as in 3.15p. And I think I have missed the . Sorry.