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,d9241cc896c5fa1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-01 08:11:05 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dennison@telepath.com (Ted Dennison) Newsgroups: comp.lang.ada Subject: Re: To_Unbounded_String and PROGRAM_ERROR Date: 1 Feb 2002 08:11:02 -0800 Organization: http://groups.google.com/ Message-ID: <4519e058.0202010811.5ff04e10@posting.google.com> References: NNTP-Posting-Host: 65.115.221.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1012579862 3013 127.0.0.1 (1 Feb 2002 16:11:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 1 Feb 2002 16:11:02 GMT Xref: archiver1.google.com comp.lang.ada:19487 Date: 2002-02-01T16:11:02+00:00 List-Id: Michal Nowikowski wrote in message news:... {code creating 1500 unbounded strings deleted} > This occure after few iterations - it depends of length of converted > string. It looks for me that the limmit of memory is exceeded. > Have You any idea how to cope with it? Can you come up with a rough estimate of how much memory this is taking up, were it to complete? Also, does this code happen to be in a task? Some compilers keep separate heaps for each task, typically with a much smaller default size than the main task gets. -- T.E.D. Home - mailto:dennison@telepath.com (Yahoo: Ted_Dennison) Homepage - http://www.telepath.com/dennison/Ted/TED.html