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-Thread: 103376,8da181ade72859cf X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Jano Newsgroups: comp.lang.ada Subject: Re: timeouts Date: Fri, 27 Aug 2004 11:31:35 +0200 Message-ID: <2p8d9aFi23vfU1@uni-berlin.de> References: <2jVUc.13319$Fg5.12445@attbi_s53> <2p63roFgloq0U1@uni-berlin.de> <8PKdnU4zIcsjqbPcRVn-rA@megapath.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de U6TMOMbsrmvLlGkQWTT1RAlwwngIZ2UD31d9dc3Yaf4XNIL98= User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626) X-Accept-Language: en-us, en In-Reply-To: <8PKdnU4zIcsjqbPcRVn-rA@megapath.net> Xref: g2news1.google.com comp.lang.ada:3073 Date: 2004-08-27T11:31:35+02:00 List-Id: Randy Brukardt wrote: > Jano wrote: >>I was bitten by it. It involves Gnat 3.15p on Windows. Delays can >>mis-delay for unknown periods of time, effectively suggesting that tasks >>are locked when they are not. > > > The problem I recall (it happened in Janus/Ada, too, because it's actually > caused by a patch in the OS for a hardware problem) is that > QueryPerformanceCounter leaps forward by large amounts. Depending on how > Ada.Calendar is written, that can have bizarre effects. I believe that Tom > Moran created a patch for GNAT's Ada.Calendar for that; I don't know if > 3.15p has it, but if not, you should try applying it. (Even better is > getting a machine without the faulty chipset, but that's not always > practical!) This one is a different problem, as someone as already pointed. It involved certain chipsets/motherboards only.