X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <20120702141927.GF19239@calimero.vinschen.de> References: <20120702141927 DOT GF19239 AT calimero DOT vinschen DOT de> Date: Mon, 9 Jul 2012 15:09:20 +0200 Message-ID: Subject: Re: Problem forking from Zsh under 1.7 when installed under UNC path From: Nikolai Weibull To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 q69D9ccM007324 On Mon, Jul 2, 2012 at 4:19 PM, Corinna Vinschen wrote: > On Jul 2 15:24, Nikolai Weibull wrote: >> I have come across a problem that occurs when Zsh (both 4.3.11 and >> 4.3.12) tries to fork when Cygwin (1.7) has been installed under a UNC >> path. The problem occurs because Zsh has support for dynamically >> loaded modules. When Zsh forks to run a process (like “ls”), Cygwin >> tries to map these modules (DLLs) into the new process, but somewhere >> along the line gets confused as to what passed was used to load the >> module: >> >> 2 [main] zsh 8220 child_info_fork::abort: unable to map UNC\Filer\Programs >> \Cygwin\lib\zsh\4.3.11\zsh\parameter.dll, Win32 error 126 >> compaudit:91: fork failed: resource temporarily unavailable >> 2 [main] zsh 4836 child_info_fork::abort: unable to map UNC\Filer\Programs >> \Cygwin\lib\zsh\4.3.11\zsh\zle.dll, Win32 error 126 >> compinit:526: fork failed: resource temporarily unavailable > Thanks for the report. That's certainly a bug in Cygwin. I applied > a patch which is supposed to fix this issue. Please test the next > developer snapshot from http://cygwin.com/snapshots/ Seems to work fine. Thank you! -- 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