delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/03/04/11:40:30

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:date
:message-id:subject:from:to:content-type; q=dns; s=default; b=lJ
4fPvX9qB3DfUGh08FkNFx622aMi8DZyPoHNU4AcfQxgNHlVDKK/qgJ7lpQtatj2L
5BrJEZdvG3bviQDu5flBGVPF1U4y6qd0X2fSRdUxHJKRCxdUqaeaw3M4iyLRCX4Q
lP6aegqXsTCju58KFPPohdDBN5aZKxqwX8fVWm1y0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:mime-version:in-reply-to:references:date
:message-id:subject:from:to:content-type; s=default; bh=ImzkoLQJ
T9jduG4OrhaLnDkS6p8=; b=iVQEHxyOECqX6BeGZ3zNsWBkY7VhTM8GknU/4wcf
DBV9z+7H7ifvOWDLsUCyA/cQxzpV1AMgPg/y09GwZksTApKVu/HJAb2IZgOVZKhQ
OQtpP9o1Of5W/EfPylgJFdxPTfO+PiyeaO4PguMw167ZwssyxoK8C6X84PrhBa8E
mV8=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=2.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=SIGUSR1, sigusr1, UD:But, 241
X-Spam-User: qpsmtpd, 2 recipients
X-HELO: mail-lb0-f171.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=UCELVKtdm5HtxBAMOMY1wUm371iYfmOLev2dLh7+Lr4=; b=NFLa9h8V7d4Uith0P3I9hxTDtoF3hpVeZ+wqaqrHFke5CaYnMoa4M0HHSz7lcVfrpH E0LYt5pzaWJoq3ICF8jKUwz7VzaZ+NcgnuaQoGIPjDQdUIu+KEM91OE9AlXmRTGbmkDI Sk0f4UpdwABHRDbzI/+khQriwpykmeLyvq6OoWFdiqyQE39Oc3+VtPakIAnkmyBqx/Iw C3PSaAy8ndyTjQ+/kXaC8BERO94zCWyB5hveUaZaLFXV+LYS4DTs6w/2KDUEm2MfcARj hY5cypCBbhUxARKR6Fut3YQGasxLqidfXrYX+wAWXbjwuq1XIzVUZkPeLt5O66Qptkjw wphA==
X-Gm-Message-State: AD7BkJJvU9bP56bSShmnTHAOhyTviE2PEVkNN2roPd346jHfqct+DX/5N0wHOLlfgtr+kwILTCsU6j/GmNmP4A==
MIME-Version: 1.0
X-Received: by 10.25.207.79 with SMTP id f76mr3508680lfg.101.1457109607706; Fri, 04 Mar 2016 08:40:07 -0800 (PST)
In-Reply-To: <CAPCR6Q3vmSB2BnKdmjAqobQDOxVjU3GKE0J9q4eapkKirPO5Mg@mail.gmail.com>
References: <CAPCR6Q3tkJ0ztopqRwj52WQBifdhC15ywikr7kBOokje0gNd7w AT mail DOT gmail DOT com> <CAPCR6Q01AN+KuNySYE-pUAz=8m-vNA33Xq0yiB=ULkLYQYi7Yw AT mail DOT gmail DOT com> <CAPCR6Q3vmSB2BnKdmjAqobQDOxVjU3GKE0J9q4eapkKirPO5Mg AT mail DOT gmail DOT com>
Date: Fri, 4 Mar 2016 22:10:07 +0530
Message-ID: <CAPCR6Q3t9E9P-vCM+A8r0i9vuRAAE7SLhWvmSVAPmw=Q+CrmXA@mail.gmail.com>
Subject: Re: Cygwin 1.7-58 with windows 2008
From: Rashi Singhal <singhal DOT rashi AT gmail DOT com>
To: eply-to-list-only-lh AT cygwin DOT com, cygwin AT cygwin DOT com

Hi,

Further to this we could now see that "NO MORE PROCESS" error is
displayed due to some of the process not get de-queued from memory

Our application use fork process to create child and then pass SIGUSR1
for SIGCHLD to terminate child process.

Sighandler is installed on the start of process.But this process is
not getting invoked many a times due to which child process does not
get killed.

We are working on how to recreate this using simple test case . As
this problem occurs mostly is heavy load and at random.

We are also working to take latest cygwin and check on that .

But we are getting error on SEMOPEN function as "semget , prot or table full"

Please help us .



On Tue, Feb 23, 2016 at 9:04 AM, Rashi Singhal <singhal DOT rashi AT gmail DOT com> wrote:
> Hi ,
>
> We have call to "msgsnd" function that fails after processing 3 to 4 messages.
>
> We tried both Block and NO Block mechanism (IPC_NOWAIT)
>
> Also we changes configuration of cygserver.conf .This increases
> message processing to 8-10 messages.But fails after that.
>
> Attached is cygserver.conf file for reference:
>
>
>
> On Mon, Feb 22, 2016 at 3:20 PM, Rashi Singhal <singhal DOT rashi AT gmail DOT com> wrote:
>> Hi ,
>>
>> Last version working with out application is 1.7.32. We tried with
>> this version but problem remain same.
>>
>> With the latest version of cygwin (2.4.1 release) our program gives
>> compilation error for Yacc and LEX modules.( We are checking on this)
>>
>> Please can you suggest something on EAGAIN issue
>>
>>
>> On Wed, Feb 17, 2016 at 2:14 PM, Rashi Singhal <singhal DOT rashi AT gmail DOT com> wrote:
>>> We tried with latest version also . But problem remain same

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019