Re: pragma importing sem_init gives me a segmentation fault
- From: Maciej Sobczak <no.spam@xxxxxxxxxxx>
- Date: Mon, 26 Feb 2007 10:21:45 +0100
Stephen Leake wrote:
It might be better to redesign the program to use Ada protected types
rather than OS semaphores.
If the semaphore is in shared memory (and it is, see original question), then I'd expect that some other programs make use of it. There is no provision that all such programs are written in Ada.
And how do you make a protected object that is shared between processes, btw?
--
Maciej Sobczak : http://www.msobczak.com/
Programming : http://www.msobczak.com/prog/
.
- References:
- pragma importing sem_init gives me a segmentation fault
- From: laforge2001
- Re: pragma importing sem_init gives me a segmentation fault
- From: Stephen Leake
- pragma importing sem_init gives me a segmentation fault
- Prev by Date: Re: F-22 Raptor software problem
- Next by Date: Re: recent changes in compiler pricing
- Previous by thread: Re: pragma importing sem_init gives me a segmentation fault
- Next by thread: F-22 Raptor software problem
- Index(es):
Relevant Pages
|