delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/09/14/04:33:49

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=VjxAY6q824SuJDAe
9GpV7+mcdDf2Lk1Hd/s9WQbDkYVpE0MQEGfOd9FtK+GvyuF3BGFbZPD5sCWZ8rsk
EBdwTGYyIuXI7zJUd4mFsLx5pGLuv0EG90qNpcs3asrBws1cVzzecr2UUDpAa4mW
3nmrsGnxe28o66EcQzONDLKwQB0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=Y4C/qhJZ0ENV8M0SxCBIR/
r28RQ=; b=t3ZutwSMggrzaDb0noq3NLI+bKcx0ZJvAAhGJcx8ti2tj4/+DhI6ra
seWaNPHXWFO7D3hhT9Bz0YPgZJetawvC1z1L8AacEgsSRbr18CLfvnx/Bog3EFwu
qXogtCc/fipkDcZ5BNZz5xyCq/tevZ3SFwQHEvbbUKZQ/SlxdXQ7Y=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=zsh, Branaman, branaman, 5496
X-HELO: mail-wm0-f41.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=7ZsUmbZaOYOnTEE7gT1boPEZQiXKQnUvtTeIuprei08=; b=fu4aArYwVM0bVbj8Lfnju2qLpOplcapqhfYNaSkvmSey9saELIwP2YX+xUQoQX+Jh3 yz2+gTpibNifex7SuVxP56N1Ng7ce2ewjm7KCADeitZz55ERF5uAXxAS6czNrGQcdxok l2N//I2GGKBXWsQeNxpl3C7jBvCRYuJTVNHhQJBDgvsivApTaZ84lQ11LI3GvHYvMMXW WbwFUvbNea9s88bI8AxaiGJawvWmqkUe0JGzCxOPiKrYC5CQ9Vhid0Tv7NzwbsB0OUFe 3Mk+N5p+5UGSyGaz4EDdQ8+F1uq5wNvlEmOsLseYDVqsEv0fbtmsd3AAEZZPC/yVC8y8 MRuA==
X-Gm-Message-State: AE9vXwOcoFIoAfodFjn/hiZEarvQVn/NxI0sGJmfVZWfbDqGgb2tJUsZb7aorVUPxjt/PQ==
X-Received: by 10.28.35.65 with SMTP id j62mr9409972wmj.33.1473842000006; Wed, 14 Sep 2016 01:33:20 -0700 (PDT)
Subject: Re: Error starting zsh
To: cygwin AT cygwin DOT com
References: <3588b6d4-6bfd-b842-f063-52bcad3b114f AT tbranaman DOT com>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <868c8b0a-cb3b-8fff-52cc-46c63dc7cbe3@gmail.com>
Date: Wed, 14 Sep 2016 10:33:12 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0
MIME-Version: 1.0
In-Reply-To: <3588b6d4-6bfd-b842-f063-52bcad3b114f@tbranaman.com>
X-IsSubscribed: yes

On 14/09/2016 08:43, Terry Branaman wrote:
> I have started getting an error every time I start zsh on Windows 10:
>
>     0 [main] zsh 8672 fork: child 4240 - died waiting for dll loading,
> errno 11
> /etc/profile.d/lang.sh:21: fork failed: resource temporarily unavailable
>  220980 [main] zsh 8672 fork: child 5496 - died waiting for dll loading,
> errno 11
> /etc/profile.d/tzset.sh:24: fork failed: resource temporarily unavailable
>
> I have tried deleting and reinstalling cygwin, and doing rebaseall. The
> only suggestion I can find is rebaseall, which has had no effect.  I do
> not know what dll is not loading.
>

as the failure is on forking they should be the ones that zsh
is linked with.

Have you tried another shell ?

Have you any Antivirus or other BLODA around ?
https://cygwin.com/faq/faq.html#faq.using.bloda

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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019