From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3778 invoked by alias); 31 Aug 2012 07:16:00 -0000 Received: (qmail 3769 invoked by uid 22791); 31 Aug 2012 07:15:58 -0000 X-SWARE-Spam-Status: No, hits=-5.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-bk0-f43.google.com (HELO mail-bk0-f43.google.com) (209.85.214.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 31 Aug 2012 07:15:38 +0000 Received: by bkty15 with SMTP id y15so1092476bkt.2 for ; Fri, 31 Aug 2012 00:15:37 -0700 (PDT) Received: by 10.204.147.1 with SMTP id j1mr3629167bkv.110.1346397336991; Fri, 31 Aug 2012 00:15:36 -0700 (PDT) Received: from [172.21.193.104] (85-18-126-22.ip.fastwebnet.it. [85.18.126.22]) by mx.google.com with ESMTPS id hg13sm2707462bkc.7.2012.08.31.00.15.36 (version=SSLv3 cipher=OTHER); Fri, 31 Aug 2012 00:15:36 -0700 (PDT) Message-ID: <50406493.9030709@gmail.com> Date: Fri, 31 Aug 2012 11:24:00 -0000 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: fork process error in cygwin 1.7.16 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-08/txt/msg00669.txt.bz2 On 8/31/2012 9:08 AM, Prakash Babu wrote: > Hi, > > I am seeing the following "fork process error" while using the latest > cygwin version (1.7.16) on Windows 2003 Server(64 bit) > > $ uname -a > CYGWIN_NT-5.2-WOW64 1.7.16(0.262/5/3) 2012-07-20 > 22:55 i686 Cygwin > > $ sh.exe > > $ sh.exe > 0 [main] sh 2824 fork: child -1 - forked process 3192 died > unexpectedly, retry 0, exit code -1073741819, errno 11 > sh: fork: retry: Resource temporarily unavailable > 1008177 [main] sh 2824 fork: child -1 - forked process 2508 died > unexpectedly, retry 0, exit code -1073741819, errno 11 > sh: fork: retry: Resource temporarily unavailable > > The first launch of sh.exe process worked fine. From the second launch > i am seeing this error. > I see a similar issue reported in thread > http://cygwin.com/ml/cygwin/2012-05/msg00167.html for cygwin > 1.7.13/1.7.14 > Is the fix for this issue available in cygwin 1.7.16 > > thanks, > Prakash > > -- likely a rebase error. http://cygwin.com/faq-nochunks.html#faq.using.fixing-fork-failures if rebaseall does not work the first time, you can also try to remove /etc/rebase.db.i386 to force a complete rebase instead of an incremental one. see also > Problem reports: http://cygwin.com/problems.html Regards Marco -- 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