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=Pu 9ytou8YQEYtlp9zuqodDn0bsSDe3FEm6LJ+QNGIo2K9NmJEcs/HyT9NJLmIjd19t 2CuI0piZkdVdHociSKq1G/Q0YCt4dq6yfw6szmvaMY/VvpmMns6E18zpezg/oj74 cvaEm3uH7OBcr6WS7g6EE/CZ+1BgDeymseSZQfeY0= 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=0Fw75KhW b3yg6r6dO5IWlLW71Wg=; b=iB1UJ5kE4y6rlOWKjoJ4ode1n3c6X34JCPigaqT2 /T6LG8Q22FAj4Ujtz49i0LEdt0pqlw/37rqs2zfAfxU8O0/v71UsxjpIeodde95i q8GcfGbUhWAcgZ07FTbMl115ei6B3jWZzENSG16r9rh7lM2IebS6fRRII0An8tw6 RV8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Received:Wed, Hx-languages-length:1957, increases, dequeued X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-lb0-f172.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=UXT1qGYSckRuhDbPHQxBQ5KHDCMsmt2uxQ0EOydje1g=; b=JgrAWhnxRkBEZsNnKyZvQlsdjXuAvIu8xp2avGNmsezYltaw7hUu1KDe2WI7JaePf0 q5nEVNp/6WZKwmc8qZ4cCchHljEtAKhBNfu4OR1XdOGFfe3L3/qGPB6LQ2x+cwn9DyFf HHZo2gOXzTBwVAcD6DmJ0h/prCGKQtXs0D1JAB4YKplVN/A0qQuPb4nQ61WAw+Zj5Y9B YzLVdW++30TuzWq+RuLF5FdyVCMSZDxRVJvm4MW//RiUxAVhvP6y5hYll/WbFf6ILL1h D2QJ+wGaa4wdA0q4qJoyx2KfrrZL+HDq1oqjqHILFg/qLMbyw4JVUt2eEnndmiIjy8xJ FTdA== X-Gm-Message-State: AD7BkJKqlesZgruBmvRoowwrT5J6ebcmZbKqZNGr/9GT8/yhxWoiHJ+Jmj/qVsogPPzTi0tBdbGaYGGtk91LKA== MIME-Version: 1.0 X-Received: by 10.112.125.9 with SMTP id mm9mr8783727lbb.113.1457510453648; Wed, 09 Mar 2016 00:00:53 -0800 (PST) In-Reply-To: References: Date: Wed, 9 Mar 2016 13:30:53 +0530 Message-ID: Subject: Re: Cygwin 1.7-58 with windows 2008 From: Rashi Singhal To: eply-to-list-only-lh AT cygwin DOT com, cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Hi , We need to download Cygwin version 1.7.0-58 (with source) Please help us from we can download old versions On Fri, Mar 4, 2016 at 10:10 PM, Rashi Singhal wrote: > 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 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 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 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