This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

shmget failed


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 anyone know what caused shmget to fail?



Thanks, Jennifer









--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]