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,405c9fed403b342b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-30 08:07:54 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!news.gtei.net!newsfeed1.easynews.com!easynews.com!easynews!elnk-pas-nf1!elnk-nf2-pas!newsfeed.earthlink.net!attbi_feed3!attbi.com!attbi_s02.POSTED!not-for-mail From: "Jeff C," Newsgroups: comp.lang.ada References: <1b585154.0312211634.6c414d2e@posting.google.com> <1b585154.0312300730.459483cc@posting.google.com> Subject: Re: Program Terminates ... X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 24.34.215.119 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s02 1072800473 24.34.215.119 (Tue, 30 Dec 2003 16:07:53 GMT) NNTP-Posting-Date: Tue, 30 Dec 2003 16:07:53 GMT Organization: Comcast Online Date: Tue, 30 Dec 2003 16:07:53 GMT Xref: archiver1.google.com comp.lang.ada:3950 Date: 2003-12-30T16:07:53+00:00 List-Id: "Peter Richtmyer" wrote in message news:1b585154.0312300730.459483cc@posting.google.com... > prichtmyer@yahoo.com (Peter Richtmyer) wrote in message news:<1b585154.0312211634.6c414d2e@posting.google.com>... > > > Is there some resource that could be used up and yet not cause > > an exception? > > I don't like to point fingers when not absolutely certain, but > it seems like Gnat may not be re-using memory from Unbounded_String's > that as their lengths change. > > I've never seen a problem with GNAT not reclaiming unbounded_string storage but it certainly does not mean that there are no bugs there.. I do notice all the cygwin errors you are getting saying that the data might not be meaningful Do you get the same results if you are not using the cygwin environment since GNAT is not officially supported on Cygwin (it is a currently a mingw based win32 distribution).