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

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 cygwin@cygwin.com 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

Re: Smctl Method Returns Failure.

2007-03-12 Thread Igor Peshansky
http://cygwin.com/acronyms/#PCYMTWLL. 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 we kept

Re: Smctl Method Returns Failure.

2007-03-12 Thread neo napster
the 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 Failure. http

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