comp.lang.ada
 help / color / mirror / Atom feed
From: gautier@club.lemonde.fr
To: comp.lang.ada@ada.eu.org
Subject: Re: Stack size with GNAT for Windows
Date: Sat, 14 Apr 2001 22:30:49 +0200 (CEST)
Date: 2001-04-14T22:30:49+02:00	[thread overview]
Message-ID: <mailman.987280215.24090.comp.lang.ada@ada.eu.org> (raw)

About this affair: there was indeed a bug in
the source location given by Storage_error and
another one that generated that Storage_error:
a loop with somewhere a "An_Array:= (others=> False)".
So it could be a memory leak, since there is
no allocation in that loop.
With "for i in An_Array'range loop An_Array(i):= False;
end loop" everything goes well.
Little moral: debug with "Put()", and in 2001
the ":= (others=> False)"-likes are not yet robust
(at least on the compilers I've met).

Thanks for help.

__________________________________________
Gautier  --  http://www.diax.ch/users/gdm/




             reply	other threads:[~2001-04-14 20:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-14 20:30 gautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-04-10 12:19 Stack size with GNAT for Windows gautier
2001-04-11 12:05 ` Marc A. Criley
replies disabled

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