Re: semget() crash

2013-06-10 Thread David Stacey
On 10/06/2013 22:34, Christopher Faylor wrote: On Mon, Jun 10, 2013 at 10:23:59PM +0100, David Stacey wrote: >Please find attached a short test programme derived from the semaphore >handling code in Poco. The test crashes in the call to semget(), >reporting 'Bad system call (core dumped)'. I am

Re: semget() crash

2013-06-10 Thread Christopher Faylor
On Mon, Jun 10, 2013 at 10:23:59PM +0100, David Stacey wrote: >Please find attached a short test programme derived from the semaphore >handling code in Poco. The test crashes in the call to semget(), >reporting 'Bad system call (core dumped)'. I am using the latest 32-bit >snapshot (2013-06-08).

semget() crash

2013-06-10 Thread David Stacey
Please find attached a short test programme derived from the semaphore handling code in Poco. The test crashes in the call to semget(), reporting 'Bad system call (core dumped)'. I am using the latest 32-bit snapshot (2013-06-08). The test programme runs correctly under Fedora 18 x64. BTW, th