Re: Gnat STORAGE_ERROR
- From: Björn Persson <spam-away@xxxxxxxxxxx>
- Date: Thu, 26 May 2005 19:32:52 GMT
Duncan Sands wrote:
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().
I would *guess* that the user's guide talks about Linuxthreads, not the newer NPTL. One would hope that the Native Posix Threading Library is Posix-compliant. The stack limit might of course be present in both, or it might not.
--
Björn Persson PGP key A88682FD
omb jor ers @sv ge.
r o.b n.p son eri nu
.- References:
- Gnat STORAGE_ERROR
- From: tmoran
- Re: Gnat STORAGE_ERROR
- From: Alex R. Mosteo
- Re: Gnat STORAGE_ERROR
- From: Duncan Sands
- Re: Gnat STORAGE_ERROR
- From: Alex R. Mosteo
- Re: Gnat STORAGE_ERROR
- From: Duncan Sands
- Re: Gnat STORAGE_ERROR
- From: Alex R. Mosteo
- Re: Gnat STORAGE_ERROR
- From: Duncan Sands
- Gnat STORAGE_ERROR
- Prev by Date: Re: Using GNAT.Sockets with Streams and Byte Swapping
- Next by Date: Re: Using GNAT.Sockets with Streams and Byte Swapping
- Previous by thread: Re: Gnat STORAGE_ERROR
- Next by thread: Re: Gnat STORAGE_ERROR
- Index(es):
Relevant Pages
|