From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 376 invoked by alias); 9 Jul 2012 13:09:35 -0000 Received: (qmail 32660 invoked by uid 22791); 9 Jul 2012 13:09:34 -0000 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 Received: from mail-gh0-f171.google.com (HELO mail-gh0-f171.google.com) (209.85.160.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 09 Jul 2012 13:09:22 +0000 Received: by ghy10 with SMTP id 10so10195694ghy.2 for ; Mon, 09 Jul 2012 06:09:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.195.202 with SMTP id ig10mr59755112pbc.37.1341839360965; Mon, 09 Jul 2012 06:09:20 -0700 (PDT) Received: by 10.68.28.228 with HTTP; Mon, 9 Jul 2012 06:09:20 -0700 (PDT) In-Reply-To: <20120702141927.GF19239@calimero.vinschen.de> References: <20120702141927.GF19239@calimero.vinschen.de> Date: Mon, 09 Jul 2012 13:09:00 -0000 Message-ID: Subject: Re: Problem forking from Zsh under 1.7 when installed under UNC path From: Nikolai Weibull To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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-07/txt/msg00118.txt.bz2 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 =E2=80=9Cls=E2=80= =9D), 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