Re: Smctl Method Returns Failure.

2007-03-12 Thread neo napster
semid but i want to know why it is failing in semctl method? With Regards, Neo. - Original Message From: Igor Peshansky <[EMAIL PROTECTED]> To: neo napster <[EMAIL PROTECTED]> Cc: cygwin@cygwin.com Sent: Monday, 12 March, 2007 8:55:15 PM Subject: Re: Smctl Method Returns Fail

Re: Smctl Method Returns Failure.

2007-03-12 Thread Igor Peshansky
. Thanks. On Mon, 12 Mar 2007, neo napster wrote: > We are making calls to Cygserver methods from our applications, the > below call we are doing: > > semctl (int semid, int semnum, int cmd). > > but the Cygserver is returning Failure from this method. When

Re: Smctl Method Returns Failure.

2007-03-12 Thread neo napster
semid, int semnum, int cmd, ...) With Regards, Neo. - Original Message From: Corinna Vinschen <[EMAIL PROTECTED]> To: cygwin cygwin Sent: Monday, 12 March, 2007 6:16:01 PM Subject: Re: Smctl Method Returns Failure. On Mar 12 11:22, neo napster wrote: > We are making calls to

Re: Smctl Method Returns Failure.

2007-03-12 Thread Corinna Vinschen
On Mar 12 11:22, neo napster wrote: > We are making calls to Cygserver methods from our applications, the below > call we are doing: > > semctl (int semid, int semnum, int cmd). > > but the Cygserver is returning Failure from this method. When we kept debugs > in Cygserver we got the following

Smctl Method Returns Failure.

2007-03-11 Thread neo napster
We are making calls to Cygserver methods from our applications, the below call we are doing: semctl (int semid, int semnum, int cmd). but the Cygserver is returning Failure from this method. When we kept debugs in Cygserver we got the following message: -1 [22] = semctl () Can any one suggest