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=o/gCo/kHcpCB1MoG Y5aWaGoP7BZiWima8sx6L0nxKQ4L5LWPjtQtkCXWif7jgKU1LfzaWeqBn16qEMKa dVpkOAdvKg6Ws9Uieep7y1zwwX1K2agAdQ5E9fQz+F6JBaX86zMG51RyHt0H0L/o hFSudiBtJRiZ8Rl2AbX0KMeNzlQ= 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=akxPIqKPmsMfU5aIyd2jhd llA+k=; b=ifl4uqWhSfQvURWIHQiNpU9nsR9vapTCRzkBouC75FTi9WK3vIHwQe lvs3rAue4tBQ9hNYV7yqX4+sNOR/7F6/i5+mObYzhGkjIFp/EjJMECtzDqL+5HnU I4u4zp1hpZX6SdtF/VlVSOfM8Z5ks2JBrX7BNfAZYo5eUcBD8zgQU= 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-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,SPF_PASS autolearn=no version=3.3.2 spammy=thorn, H*Ad:D*ws, services X-HELO: mail.avenger.ws DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=avenger.ws; s=ethereal; t=1532047098; bh=NvaBEWr3CNtNT++Zu4hL2qSWmKWUbK+5vUHEKM07rQA=; h=Subject:To:References:From:Date:In-Reply-To; b=VPOehQfb/igoaDt2TNxGQzdWE6y7KDRLJLSq7Oxw1PSYIwWKx+FGbsuU/GtenupXi IXmfkltyfhg24Oc+iM3+48V6E42zaYJrjO5znLZ97qWTrvlG7ekYv/YFh/RSxzGguY r0PyE7LVldeyJzwRXBWkqVkULCsN8JOlGI91E6Ss= Subject: Re: fork issue on Cygwin x86_64 2.10.0-1 To: cygwin AT cygwin DOT com References: <132992 DOT 64516 DOT qm AT web103106 DOT mail DOT kks DOT yahoo DOT co DOT jp> From: Heavenly Avenger Message-ID: <0d7146af-b0d0-2490-584e-a64c338f7903@avenger.ws> Date: Thu, 19 Jul 2018 21:38:48 -0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <132992.64516.qm@web103106.mail.kks.yahoo.co.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes the rebaseall sometimes do not work because files are lock()ed by windows. So triple, no, quadruple check you have all cygwin processes stopped, including possible "cygrunsv" services, before you even let it play with autorebase. You can run again the cygsetup and make it reinstall the offending package, so that it runs rebase to it -- but it would be for naught if you still have stuff locking the rebased packages. This issue is really the thorn by cygwin's side for a long time... always, maybe? I wonder if this address limitation was just a "quick implementation" to be able to interface unix system calls to windows, or if it really is impossible to have cygwin's memory allocation be able to dynamically allocate stuff around the system without the need to reserve those base addresses and avoid conflicts, etc. On 7/19/2018 9:25 PM, Tatsuro MATSUOKA wrote: > cygwin1.dll 2.10.0-1 > > At log in bash cygwin does not work due to the below > > 0 [main] bash 9888 child_info_fork::abort: C:\cygwin64\bin\cygncursesw-10.dll: Loaded to different address: parent(0x80000) != child(0x150000) > > I execute setup_x86_64.exe, execute autorebase.dash and reboot PC but the problem was not solved. > > Any suggestions? > > Tatsuro > > -- > 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 > > -- 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