From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5185 invoked by alias); 1 Aug 2010 20:25:28 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15220 Received: (qmail 3713 invoked from network); 1 Aug 2010 20:25:26 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.9 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,KHOP_SC_TOP_CIDR8,NML_ADSP_CUSTOM_MED,RCVD_IN_SORBS_WEB, RCVD_NUMERIC_HELO,SPF_HELO_PASS,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at m.gmane.org designates 80.91.229.12 as permitted sender) X-Injected-Via-Gmane: http://gmane.org/ To: zsh-users@zsh.org From: Cesar Romani Subject: child state waiting for longjmp Date: Sun, 01 Aug 2010 15:09:48 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 190.233.2.43 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12 Mnenhy/0.7.5.0 I built zsh-4.3.10 on MSYS on Win XP. It's working fine but Whenever I set path to whatever value, let's say: path=(. /usr/local/bin /mingw/bin /bin) and run whatever command, let's say ls, I get: -------------------- $ path=(. /usr/local/bin /mingw/bin /bin) $ ls 0 [main] zsh 1556 sync_with_child: child 444(0x6AC) died before initialization with status code 0xC0000135 17380 [main] zsh 1556 sync_with_child: *** child state waiting for longjmp zsh: fork failed: resource temporarily unavailable -------------------- Many thanks in advance, -- Cesar