comp.lang.ada
 help / color / mirror / Atom feed
* To_Unbounded_String and PROGRAM_ERROR
@ 2002-02-01 11:06 Michal Nowikowski
  2002-02-01 12:34 ` Michal Nowak
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Michal Nowikowski @ 2002-02-01 11:06 UTC (permalink / 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.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-02-14  0:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-01 11:06 To_Unbounded_String and PROGRAM_ERROR Michal Nowikowski
2002-02-01 12:34 ` 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

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