delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/02/24/21:25:53

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:from:to:subject:date:message-id:references
:in-reply-to:content-type:content-id:content-transfer-encoding
:mime-version; q=dns; s=default; b=wtWbTXB7onNS5zGV9MCF0itOsL/0H
xpAZgSZFw09YvE8VVQmA1h7q1ViaK5+YJ+wSVEnR0jla2rH2JXe6H/RhV6PpESLA
Ezlv9M7/ZNjGGIjk7tq3BBqj6GP6l9nviaXgkb7250mv0huMtb//OaUFXYvZu1B/
6sb1ceMBzmHVGU=
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:from:to:subject:date:message-id:references
:in-reply-to:content-type:content-id:content-transfer-encoding
:mime-version; s=default; bh=yFH3DfpvltSIJ2Rn5Lzr/f7YHCI=; b=rQB
tiDYOljB5fNckfz1F67W6Z7neG8OIdhATez8az7V6eRtjSvk0Pl/9gblhWDzwDF4
QnFa+4UIKJiBgA3CWPZCp+AjP93ToaIKg6w0YmGv50ez72N6ib+D8XZq3uk3ek2j
gps2gNLb+t1uO5h8dwh+7UNIQ4xG528cesZoDo70=
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-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=tomorrow
X-HELO: NAM01-BY2-obe.outbound.protection.outlook.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cornell.edu; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=jQJLf5dQyIBbeodHq185yhRcy0c5B9snWa1SILKfm8A=; b=JM8GZxEa0TOo4RahVgavQSFEbAajLHyMh07FqIRrhQfF5tOSJTUC08GLZQmEem42MdDdma3G3QfIqbkHksYFDgC/+Et+EoNgUqfaaUtFrU3olBgrj7ZCF8S8xcKpeAnk9xifjo2q/nzjoqOUARLa9kp5CkDPH0xnFsNU5IZvYK4=
From: Ken Brown <kbrown AT cornell DOT edu>
To: cygwin <cygwin AT cygwin DOT com>
Subject: Re: Fork issue with timerfd
Date: Mon, 25 Feb 2019 02:23:47 +0000
Message-ID: <133d62b5-afd5-ae73-b950-7b50471e111e@cornell.edu>
References: <ca9a38b7-c147-78a3-0660-70aa65b41eb3 AT cornell DOT edu> <20190224185524 DOT GE4133 AT calimero DOT vinschen DOT de> <20190224190908 DOT GB10574 AT calimero DOT vinschen DOT de> <20190224195255 DOT GF4133 AT calimero DOT vinschen DOT de>
In-Reply-To: <20190224195255.GF4133@calimero.vinschen.de>
user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0
authentication-results: spf=none (sender IP is ) smtp.mailfrom=kbrown AT cornell DOT edu;
x-ms-exchange-purlcount: 1
received-spf: None (protection.outlook.com: cornell.edu does not designate permitted sender hosts)
x-ms-exchange-senderadcheck: 1
MIME-Version: 1.0
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
X-IsSubscribed: yes
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id x1P2PpwO022973

On 2/24/2019 2:52 PM, Corinna Vinschen wrote:
> On Feb 24 20:09, Corinna Vinschen wrote:
>> On Feb 24 19:55, Corinna Vinschen wrote:
>>> On Feb 24 17:27, Ken Brown wrote:
>>>> I'm seeing sporadic errors like this on 64-bit Cygwin when I first start emacs:
>>>>
>>>>         0 [main] emacs-X11 864 C:\cygwin64\bin\emacs-X11.exe: *** fatal error in
>>>> forked process - Can't recreate shared timerfd section during fork!
>>>>         0 [main] emacs 860 dofork: child 864 - died waiting for dll loading, errno 11
>>>>
>>>> If I exit and restart, everything will be fine almost every time.
>>>
>>> I think I see where the thinko was here.  Can you try this?
>>
>> No, better try this:
>> [...]
> 
> Even if this doesn't fully fix your problem, the patch itself is
> certainly better than the former code, so I pushed it.  I also
> uploaded new developer snapshots to https://cygwin.com/snapshots/
> for testing.

It's better, but not completely fixed.  At the moment I'm testing 32-bit only, 
since that was the only arch on which I could produce the problem reliably. 
Previously I got the error every time I ran emacs.  I just tried 5 times with 
the new snapshot and only got the error twice.

I'll work on this some more tomorrow and see if I can modify the emacs code so 
that it gives me the full error message from Cygwin.

Ken

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