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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2a0aa2b1c348fd6a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: Gnat STORAGE_ERROR Date: Thu, 26 May 2005 11:53:03 +0200 Message-ID: <42959C7F.3020300@mailinator.com> References: <42943CED.3090408@mailinator.com> <42944DD9.1020000@mailinator.com> <42946CA1.5070405@mailinator.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net tzHwDGVsQyfSYFfYgz+svQDKLMl29tfo/JlQ3a/do80uLYx6Q= User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:11161 Date: 2005-05-26T11:53:03+02:00 List-Id: Duncan Sands wrote: >>> If you don't use a Storage_Size pragma in a task then you get (in >>> s-parame.adb): >> >> I was using explicit sizes, but thank nonetheless. > > >> From the GNAT user's guide: > > > A.6 Linux-Specific Considerations The default thread library under > GNU/Linux has the following disadvantages compared to other native > thread libraries: The size of the task's stack is limited to 2 > megabytes. Argh. Thanks!