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-11 15:36:25 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 1055370985 12.234.13.56 (Wed, 11 Jun 2003 22:36:25 GMT) NNTP-Posting-Date: Wed, 11 Jun 2003 22:36:25 GMT Organization: AT&T Broadband Date: Wed, 11 Jun 2003 22:36:25 GMT Xref: archiver1.google.com comp.lang.ada:39014 Date: 2003-06-11T22:36:25+00:00 List-Id: > > That, IIRC, was a fix to Gnat 3.14p They released 3.15p with a > > different correction, which had a bug in it (see comp.lang.ada > > "Re: ANN: GNAT 3.15p binary for OS/2 available") > > Mmm. By the dates, it seems that the patch is for 3.14p. However, > someone knows if it could work with 3.15p? > > In any case, I'm clueless about what I must do with the replacement > file. I need to download sources and recompile? I see that the sources > are in my binary installation, but I don't think that replacing there as > achieved anything. I don't have the stuff in front of me, but IIRC, ACT's 3.15p s-osprim.adb needed a one line patch. Unfortunately, they use pragma inline a lot, so a bunch of stuff needs to be recompiled once you modify that file. And you need special compile option(s) to recompile system components. It's doable, but somewhat tedious. I'll try to post my correction, but in the meantime perhaps some kind soul, in spirit of Free Software, will send you s-osprim.adb from 3.16, which hopefully has only the single change. You originally mentioned discussing this on gnatlist, where at least one other user tested and found the same behavior. I presume that was also using Gnat 3.15p?