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.8 required=5.0 tests=BAYES_00,URI_HEX autolearn=no 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 00:48:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.vmunix.org!fu-berlin.de!uni-berlin.de!212.97.179.223!not-for-mail From: Jano Newsgroups: comp.lang.ada Subject: Re: Help with anormal pausing of program Date: Thu, 12 Jun 2003 09:47:54 +0200 Message-ID: References: NNTP-Posting-Host: 212.97.179.223 X-Trace: fu-berlin.de 1055404081 17290039 212.97.179.223 (16 [49872]) X-Newsreader: MicroPlanet Gravity v2.50 Xref: archiver1.google.com comp.lang.ada:39035 Date: 2003-06-12T09:47:54+02:00 List-Id: tmoran@acm.org dice... > It's late, and I'm tired, so I don't guarantee this is right, > 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; > and then to compile with > gcc -c -gnatg -O2 s-osprim.adb > Because of heavy inlining, you'll find other parts of the Gnat > run-time that also need recompiling the same way. Many thanks for your advice, I'm going to try it right now. Furthermore, I was misinterpreting the results from the test (not read the source carefully enough the first time). So my problem is the one described in the knowledge base and the one which the patch addresses :) :) :) -- ------------------------- Jano 402450.at.cepsz.unizar.es -------------------------