X-Recipient: archive-cygwin@delorie.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:references:to:reply-to:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=BQf36w9IH4QMPzHj
	HMC09rQacu1fK3zYwgP2idobHKhyvHjf+NBxnMt0j5pos2BId0Vd/iJnXATqE10l
	wd7/hD+0aogYA2YJuB9vg2ALa3LkvUTWxABTALq/kEROYEYHdqoYfXeUwOvz82NG
	2bWB0qfqgF6MVVPvqFzTTetmpSM=
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:references:to:reply-to:from:message-id
	:date:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=YMVnEkHtWXPhVWFk+9pxy5
	Ghs/w=; b=tf1UD0TJx8HrWk5ghk66xF1lXV+LF98Ct3uqYiZoQvYzKF/yLrAX/K
	1/Px6chjrHvF8AthUWmmF/pNED41P7dAqLU5KddG6ZpDTPTAbhHq8c5AMZNSBktZ
	iWyU3zSQ877aJMB7OkeekXbA8oeT+wYF9PNftPROhcafHZWhHZS2E=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=H*RU:64.59.134.13, Hx-spam-relays-external:64.59.134.13, expiry, continuous
X-HELO: smtp-out-no.shaw.ca
X-Authority-Analysis: v=2.2 cv=JOx5iICb c=1 sm=1 tr=0 a=WqCeCkldcEjBO3QZneQsCg==:117 a=WqCeCkldcEjBO3QZneQsCg==:17 a=IkcTkHD0fZMA:10 a=xDzghN3wt49Auew1HO4A:9 a=7GjY-FGJhdzPH56j:21 a=6tyciVoftsxODZU3:21 a=QEXdDO2ut3YA:10
Subject: Re: Random "child_info_fork::abort:"
References: <85b945fb-0b5f-e2b3-b899-99176d6e4da2@yandex.ru>
To: cygwin@cygwin.com
Reply-To: Brian.Inglis@SystematicSw.ab.ca
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
Message-ID: <d879b90e-70b4-2b08-5c5b-3faccd89365b@SystematicSw.ab.ca>
Date: Tue, 11 Oct 2016 23:59:18 -0600
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0
MIME-Version: 1.0
In-Reply-To: <85b945fb-0b5f-e2b3-b899-99176d6e4da2@yandex.ru>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-CMAE-Envelope: MS4wfP9qENXDT+dNL68rSSsUxxUMy4g1KrU2RH8F57iwHBUISik0wh0OATAiD8VtBq+r5jTGItfeU0VEqaLuH7v6QsVGsXoWH0mKABtWwjJkAxk1swAC3n+m 1gsCYr760rCWCIgGlkWr8VB8L/WEow9MmNmFnnNwDJijm0w1669/xBQCLgmPCV3u1uPJ82H5qf+tDg==
X-IsSubscribed: yes

On 2016-10-11 15:32, Evgeny Grin wrote:
> I'm using Windows Insider (slow ring, prerelease). After recent update
> to build 14931, cygwin keeps randomly fail on fork. This happens not
> every fork, but frequent enough. Simplest way to trigger it is to run mandb.
> At variable delay I got something like
> child_info_fork::abort: T:\cygwin64\bin\cygman-2-7-5.dll: Loaded to
> different address: parent(0x3FEAB0000) != child(0x1C0000)
> Dll name and child address may vary.
> I updated cygwin to latest version, but problem remains.
> Exactly the same problem with Msys2, but additionally from time to time
> I got different error:
> *** fatal error - cygheap base mismatch detected - 0x1802FE408/0x106E408.
> This problem is probably due to....

> I set variable CYGWIN=detect_bloda, but nothing is detected.
> What else could I check?
> Versions:
> $ uname -srvmo
> CYGWIN_NT-10.0 2.6.0(0.304/5/3) 2016-08-31 14:32 x86_64 Cygwin
> $ cat /proc/registry/HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows\
> NT/CurrentVersion/CurrentBuildNumber
> 14931

Run rebase -is to check for DLL conflicts.
After the update did you run "rebase-trigger full" and setup,
with NO Cygwin processes running, to remap the system DLLs
and rebase the Cygwin DLLs?

It's likely the Insider debug builds dynamically enable/disable
features and functions or run alternate system DLLs which gather
info by acting as BLODAs.
MS can mess around with your systems to enable new stuff (possibly
in different combinations) and see which systems they cause problems
on.
Hopefully they can also dynamically revert new releases causing
problems.
Your systems are the canaries for their Continuous Delivery QA.

Make sure you continously back up any work on those systems and
don't ignore warnings, especially build expiries (you are meant
to be allowed 3 reboots after expiry before the buildrefuses
to boot!)

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
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

