X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org From: Rob Burgers To: "'cygwin AT cygwin DOT com'" Date: Tue, 8 May 2012 13:50:21 +0200 Subject: RE: Please try latest snapshot (was Re: 1.7.13/1.7.14: Issue with command prompt not returning when forking process) Message-ID: References: <20120507152517 DOT GA6779 AT ednor DOT casa DOT cgf DOT cx> In-Reply-To: Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q48BrTIx003886 Hi Christopher, I managed to create a simple replicator for the latest issue with the 2012-05-07 snapshot. The script below crashes within seconds with the 'Resource temporarily unavailable' message. ==================== f.sh: -------------------- #!/bin/bash cmd /C start notepad while ( true ); do X=hello done ==================== $ ./f.sh 7 [main] bash 4288 fork: child -1 - forked process died unexpectedly, retry 0, exit code -1073741819, errno 11 ./f.sh: fork: retry: Resource temporarily unavailable ./f.sh: fork: Resource temporarily unavailable -------------------- Best regards, Rob -- 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