comp.lang.ada
 help / color / mirror / Atom feed
From: Michal Nowikowski <godfryd@zamek.gda.pl>
Subject: To_Unbounded_String and PROGRAM_ERROR
Date: Fri, 01 Feb 2002 12:06:42 +0100
Date: 2002-02-01T12:06:42+01:00	[thread overview]
Message-ID: <pan.2002.02.01.12.06.41.213262.3637@zamek.gda.pl> (raw)

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 <godfryd@zamek.gda.pl>
|  wym�wka admina #348:
|  We're on Token Ring, and it looks like the token got loose.



             reply	other threads:[~2002-02-01 11:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-01 11:06 Michal Nowikowski [this message]
2002-02-01 12:34 ` To_Unbounded_String and PROGRAM_ERROR Michal Nowak
2002-02-01 14:02 ` Preben Randhol
2002-02-01 16:11 ` Ted Dennison
2002-02-11  9:53   ` Michal Nowikowski
2002-02-14  0:32     ` Nick Roberts
2002-02-01 16:38 ` Jeffrey Carter
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox