| delorie.com/archives/browse.cgi | search |
| 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:mime-version:content-transfer-encoding | |
| :content-type:date:from:to:subject:message-id:references | |
| :in-reply-to; q=dns; s=default; b=XNaN6Zx5BHJNU3MMX/8TPDJZGdwnTV | |
| 1taLfmY4NMIB85W/E2VsYd+cwy29nSmxUjo5CbB308HKqbXwU8DAcGZhYmqJzkaN | |
| psc9by0WN5uPxAIx2bju6BSPRzSzKH27BVb5nxuvtyrLcoCG8G66v2dVXEtyXHYV | |
| S2oa4iMSIz2bU= | |
| 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:mime-version:content-transfer-encoding | |
| :content-type:date:from:to:subject:message-id:references | |
| :in-reply-to; s=default; bh=xl6ahxNJyg4htqnlYD3dX1JQ3Bs=; b=tZIF | |
| g0TcElfNuzIQUkWp54yFt7hdPnFeAZZOnB+Eck7RZ+p3l/UfZsXIDQQSdjZhtA2M | |
| Nnnzv5K5yW7rWgAmPRbVwUzQZuWq1FQfb7z+Q9ofltMEJbxOwsXDc/1+ZZkefsoX | |
| QKODL/udGJQLvnz/3qYWguTD16FUTYfhGDANSJ0= | |
| 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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,TIME_LIMIT_EXCEEDED,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 spammy=HContent-type:utf-8, HContent-type:charset, jostein, HContent-transfer-encoding:8BIT |
| X-HELO: | erato-smout.broadpark.no |
| MIME-version: | 1.0 |
| X-Original-Source-IP: | 89.10.139.184 |
| Date: | Mon, 12 Feb 2018 17:49:45 +0100 |
| From: | Jostein Berntsen <jbernts AT broadpark DOT no> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: cygwin stopped working |
| Message-id: | <20180212164945.GA2361@jbsupah> |
| References: | <8297ddf5-5d06-c2b1-526b-16ca311749aa AT ferzkopp DOT net> <CAJ1FpuMivfg+RKg3kDf8rt6n-Ky0Ami_5_HpGjbAMGpHgM57Tg AT mail DOT gmail DOT com> <e4b6f4cd-1fb2-5d4c-1f94-f8ca73bbfa1f AT ferzkopp DOT net> |
| In-reply-to: | <e4b6f4cd-1fb2-5d4c-1f94-f8ca73bbfa1f@ferzkopp.net> |
| X-Editor: | Vim 8.0 http://www.vim.org/ |
| User-Agent: | Mutt/1.9.1 (2017-09-22) |
| X-CMAE-Envelope: | MS4wfErajqFRQ9yn8wyUVGP9aISgtrTJfZzYpEa8fd2utUvbyo3CqnYqDkENSkQfcsmJ4DZg8xqfVT2pGP3TU0QAwfv6apGDXDkOrXM9zc+5XLqhjtrDtqUD h9m3aNaUyziNiuFgy7Eoy2Xfo0+ePWSPazFERgBVf19QucFPnFTcd1puNCib8UdSofYfTtMTeRsFcA== |
| X-IsSubscribed: | yes |
| Note-from-DJ: | This may be spam |
On 11.02.18,17:16, Andreas Schiffler wrote:
> Thanks for the tip, but that didn't seem to have helped.
>
> The registry setting CYGWIN_NOWINPATH=1 did not seem to affect the
> environment as seen in bash.
>
> The variable seems to be set:
>
> bash-4.4$ set
> ...snip...
> COMSPEC='C:\WINDOWS\system32\cmd.exe'
> CYGWIN_NOWINPATH=1
> ...snip
>
> but the path variable contains still all the common system locations:
>
> bash-4.4$ echo $PATH
> /cygdrive/c/ProgramData/Oracle/Java/javapath:/cygdrive/c/Program Files
> (x86)/iis express/PHP/v5.3:/cygdrive/c/Program Files/Common Files/Mic
> rosoft Shared/Windows Live:/cygdrive/c/Program Files (x86)/Common
> Files/Microsoft Shared/Windows Live:/cygdrive/c/Program Files (x86)/Intel/
> iCLS Client:/cygdrive/c/Program Files/Intel/iCLS
> Client:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:...snip...
>
> Manually overriding the PATH variable in bash did not help (presumably
> because the offending DLL is already loaded):
>
> bash-4.4$ export PATH=/usr/local/bin:/usr/bin:/bin
> bash-4.4$ echo $PATH
> /usr/local/bin:/usr/bin:/bin
> bash-4.4$
> bash-4.4$
> bash-4.4$ ls
> Â Â Â Â Â 0 [main] bash (11276) C:\Cygwin\bin\bash.exe: *** fatal error -
> cygheap base mismatch detected - 0x3C52410/0x36F2410.
> This problem is probably due to using incompatible versions of the cygwin
> DLL.
> Search for cygwin1.dll using the Windows Start->Find/Search facility
> and delete all but the most recent version. The most recent version
> *should*
> reside in x:\cygwin\bin, where 'x' is the drive on which you have
> installed the cygwin distribution. Rebooting is also suggested if you
> are unable to find another cygwin DLL.
>
>
> On 2/11/2018 2:42 AM, Doug Henderson wrote:
> > On 11 February 2018 at 01:18, Andreas Schiffler wrote:
> > > Terminal (bash) fails with:
> > >
> > > Error: Could not fork child process: Resource temporarily unavailable (-1).
> > > DLL rebasing may be required; see 'rebaseall / rebase --help'.
> > >
> > {snip}
> > > bash-4.4$ ls
> > > 1 [main] bash (6316) C:\Cygwin\bin\bash.exe: *** fatal error - cygheap
> > > base mismatch detected - 0x3922410/0x3962410.
> > > This problem is probably due to using incompatible versions of the cygwin
> > > DLL.
> > {snip}
> > > I do have another version of the cygwin dll file on the system (Plex
> > > installation) but that never caused any issues in the past.
> > {snip}
> >
Run setup.exe for Cugwin once again and let it rebase. Then reboot and
see if that works.
Jostein
--
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |