delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/02/24/22:23: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=WmTWyYy1YQou6fzLhPkTqwdrIGnLf
TeFEOcCNSf0q4pSBQLiKHfUFm6FFLHS7itv0lAoPB7OTQn4ps2hnMWYbPEJd0bul
WUol+0KkHXPZ3E6kybv9Wdpgby+OBlpZXcizJz+C8TLdOQ+oKy3T7Meuz5exw3ig
jUeEOSoyHDHXuA=
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=R8S3H1Z+vkvYYsNoJKUHVLzngt8=; b=WNA
6s7ggDaiIu6UhDZzmtV6VVkZMP2jDQb6emzwoFn59Oq66LYZIBbuRyVsIF2zWcjt
8syGBjUKLLmK6KTPBJMym5WcmBEWXdQa9OEtT70gEYgeFrSBOp4Qqp0OMh0X+zhr
OvFh57l+N9z9wnkdNlAz99CDpRE1a0TQUEZmtl6E=
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 autolearn=ham version=3.3.2 spammy=withdraw, tomorrow
X-HELO: NAM04-SN1-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=MPUJ5ile1EDbHJs0jCK2wBOcVmfPY90DLe6R7rtP6Ow=; b=kJ10bLfjIaszgIbSUPYhd4s4S/CZ2WUn4mWHEyRoJ6iS0pnt07rIZevrj41lAQNEnH3+uOaW21zsyLl4ZUQZREl/d+e+jztbEtFzGVS3oPcwX2jC9ulpafyQld7x03W821IbKKbTz4ibwOtqLfik61ze5GYhgZzPRdxGbolRiRQ=
From: Ken Brown <kbrown AT cornell DOT edu>
To: "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
Subject: Re: Fork issue with timerfd
Date: Mon, 25 Feb 2019 03:21:53 +0000
Message-ID: <3142aff3-c7c3-187f-233e-089c5dc15ea2@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> <133d62b5-afd5-ae73-b950-7b50471e111e AT cornell DOT edu>
In-Reply-To: <133d62b5-afd5-ae73-b950-7b50471e111e@cornell.edu>
user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0
x-ms-exchange-purlcount: 1
received-spf: None (protection.outlook.com: cornell.edu does not designate permitted sender hosts)
authentication-results: spf=none (sender IP is ) smtp.mailfrom=kbrown AT cornell DOT edu;
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 x1P3NqYp027741

On 2/24/2019 9:23 PM, Ken Brown wrote:
> 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 withdraw that statement.  After further tries, it's back to happening every time.

> 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