Re: Gnat STORAGE_ERROR



> > 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.
The signal model is not POSIX compliant, which means that to send a signal to the process, you need to send the signal to all threads, e.g. by using killpg().

Ciao,

D.

.