Jennifer Lai wrote:
>I got bad system call error when I tried to compile a program that
> contains the following code,
>
> shmid = shmget(IPC_PRIVATE, size, IPC_CREAT | 0600);
> where, size = 661552
>
> At first I thought it has to do with the size, but reducing the size to
> 128 still cause
Does these errors have to do with why shmget failed?
and, how would I be able to fix them?
Thanks,
Jennifer
Original Message
From: cygwin-owner On Behalf Of Jennifer Lai
Sent: 25 February 2005 19:25
Hi,
I got bad system call error when I tried to compile a program that
contains the foll
Hi,
I got bad system call error when I tried to compile a program that
contains the following code,
shmid = shmget(IPC_PRIVATE, size, IPC_CREAT | 0600);
where, size = 661552
At first I thought it has to do with the size, but reducing the size to
128 still cause bad system call error.
Does anyo
Original Message
>From: cygwin-owner On Behalf Of Jennifer Lai
>Sent: 25 February 2005 19:25
> Hi,
>I got bad system call error when I tried to compile a program that
> contains the following code,
>
> shmid = shmget(IPC_PRIVATE, size, IPC_CREAT | 0600);
> where, size = 661552
>
> A
4 matches
Mail list logo