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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; q=dns; s=default; b=BpTnMZ8DW7thfOPcsgQPm5wOA1pOyf 1uS7sKleMdmVXvuGonmp7jxVOrdoEk+2K+Lk5gtJNvceyTd8NbvkTiJa3G81kT/z RFI/jkprJWiPd/Fhgqjn1Du6TC5yy0DPf78nBHJg935Le0WnQdDil/fu8dJhRZHI 50kd3E1Xf5kSE= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; s=default; bh=6I12roAA7ZPobY2WSh7RkZT1o9k=; b=r/nD b3fO5V0i62BlC7EzKkjcmYWkBtiCMQkKQsI+bZCw9XxNjVhEiIaqNplp/nU/wVQK SrFhkYyTHg9UAys+5HhYTihchG1wjUNWm0rKugPx4hGJox0WQWpn7rpxSE0icbf3 tF+ZXQrjHNsAusUld82g9DEhRY8EkYX/YPqaBTY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=sshd, H*r:Unknown, fran X-HELO: blaine.gmane.org To: cygwin AT cygwin DOT com From: Fran Litterio Subject: Re: bash shell gets aborts under latest Windows 10 updates as of 4/2/17 Date: Thu, 4 May 2017 12:52:23 -0400 Lines: 25 Message-ID: References: <961799291 DOT 3143426 DOT 1491159192981 DOT ref AT mail DOT yahoo DOT com> <961799291 DOT 3143426 DOT 1491159192981 AT mail DOT yahoo DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 In-Reply-To: <961799291.3143426.1491159192981@mail.yahoo.com> X-IsSubscribed: yes On 4/2/2017 2:53 PM, gavin bowlby via cygwin wrote: > I see the following when trying to open a Cygwin bash shell on my Win10 PC after applying updates today, 4/2/2017; I didn't see this before the latest Win10 update: > > 0 [main] bash 11884 child_info_fork::abort: C:\cygwin\bin\cygiconv-2.dll: Loaded to different address: parent(0xFA0000) != child(0xE80000) > -bash: fork: retry: No child processes I believe this is a classic case where rebasing is required. See https://stackoverflow.com/questions/33125842/what-does-rebaseall-in-cygwin-do for details. Sometimes the problem can be fixed by rebooting and starting a Cygwin app (e.g., Bash) very soon after boot (so that the DLLs get loaded at their preferred addressed), but that is a temporary workaround. You can rebase all the DLLs as follows: - Terminate _all_ Cygwin apps (don't forget about daemons like sshd). - Open a Command Prompt. - Run "ash" (a shell included with Cygwin). Do not run "bash". - Enter command "rebaseall". - I usually follow this with a reboot, but that may not be necessary. Hope this helps. -- Fran -- 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