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,WEIRD_PORT autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,d9241cc896c5fa1,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-01 03:07:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!news.task.gda.pl!newsfeed.tpinternet.pl!news.tpi.pl!not-for-mail From: Michal Nowikowski Newsgroups: comp.lang.ada Subject: To_Unbounded_String and PROGRAM_ERROR Date: Fri, 01 Feb 2002 12:06:42 +0100 Organization: tp.internet - http://www.tpi.pl/ Message-ID: NNTP-Posting-Host: osiedle.zamek.gda.pl Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.tpi.pl 1012561643 7860 62.89.105.195 (1 Feb 2002 11:07:23 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: Fri, 1 Feb 2002 11:07:23 +0000 (UTC) X-Comment-To: ALL User-Agent: Pan/0.11.1 (Unix) Xref: archiver1.google.com comp.lang.ada:19457 Date: 2002-02-01T12:06:42+01:00 List-Id: Hello I've this code: --- Path : array(1..1500) of Unbounded_String; ... for I in 1..1500 loop Path(I) := To_Unbounded_String(Get_Current_Dir & Some_String); end loop; --- and get sth like that raised PROGRAM_ERROR : a-strunb.ads:368 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? Best Regards Godfryd -- | Michal Nowikowski | wym�wka admina #348: | We're on Token Ring, and it looks like the token got loose.