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,1805b4f4ebff22bd,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-24 10:24:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!newscon01.news.prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr14.news.prodigy.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: patch to Gnat 3.14p NT posted X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 64.175.240.4 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr14.news.prodigy.com 1014574993 ST000 64.175.240.4 (Sun, 24 Feb 2002 13:23:13 EST) NNTP-Posting-Date: Sun, 24 Feb 2002 13:23:13 EST Organization: Prodigy Internet http://www.prodigy.com X-UserInfo1: Q[R_PJSCO@SIRQ@[ORHD]_\@VR]^@B@MCPWZKB]MPXH@ETUCCNSKQFCY@TXDX_WHSVB]ZEJLSNY\^J[CUVSA_QLFC^RQHUPH[P[NRWCCMLSNPOD_ESALHUK@TDFUZHBLJ\XGKL^NXA\EVHSP[D_C^B_^JCX^W]CHBAX]POG@SSAZQ\LE[DCNMUPG_VSC@VJM Date: Sun, 24 Feb 2002 18:23:13 GMT Xref: archiver1.google.com comp.lang.ada:20335 Date: 2002-02-24T18:23:13+00:00 List-Id: I've sent to www.adapower.com a patch to fix a problem with the Clocks in Gnat 3.14p. The problem is described in http://support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q274323& and occurs in certain circumstances on PCs with chipsets from Silicon Integrated Systems (SiS) Acer Labs, Inc. (ALi) VIA Technologies, Inc. (VIA) Serverworks Corporation Intel Corporation If the code End_Time := Ada.Calendar.Clock + 10.0; while Ada.Calendar.Clock < End_Time loop null;end loop; runs in a fraction of a second instead of taking ten seconds, then your system has the problem. It's not clear to me how common this hardware defect is, but these are not obscure chipset vendors.