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=aztw07ZnqKnFXXw2VqXzy8aP6Iyqg XTwQvcVGJ5b9DUGfn0YkhskyykWgiX0y9p7Gp/m/TQumuUYbhv1DiMxlaWSkfvc8 dfV6Ojk7Yivhah/+BPsGmNbWGio6dUV/cNtk69c2lI6oyygL8pkekK9H7yR9px9n RA4fJuxniF+2bY= 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=s+AT1AwgF+Z6BtN5q+fzO1QCImk=; b=Rqn JAMFzaNgqw1u/aDDzFidIHGef1Kxi9FeBR4JgT+peuztzGhw4/Wk0uEbR6EhCiwV nHTW0CYUo1giSbaadrUwdFbgX/sAzAzPm3ao4fxv7U7MTiCiqiLHTW6Vn1EVL3gw P9p7Krj59ZgTRxRq8+vAH/eb8tR5/a2Kg75WvDnY= 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.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=day X-HELO: NAM03-CO1-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=a2IDbF223t9vtR3mdxYbZxqh6zcx1C1caJztDub3sGo=; b=ZVPYv35pQ2+Fyh/G57VaClqlZc+foBhyFY0OWYLg5nxY6xSHuSgPBtaWaYNKhaRQ/wChKilq5K2Nth6za+keRB9j76dgU9Svz5FxcHrTk+kMq++KcblbkcD0XblHqEv+OryHFCgdg9f9yrlOxNjoMz3EBJm5r8ZeRz85Jg4b7/o= From: Ken Brown To: "cygwin AT cygwin DOT com" Subject: Re: Fork issue with timerfd Date: Wed, 27 Feb 2019 16:31:58 +0000 Message-ID: <79567e26-1232-f462-9867-a463da0be56f@cornell.edu> References: <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> <3142aff3-c7c3-187f-233e-089c5dc15ea2 AT cornell DOT edu> <20190225100300 DOT GH4133 AT calimero DOT vinschen DOT de> <20190225202050 DOT GP4133 AT calimero DOT vinschen DOT de> <20190226085730 DOT GQ4133 AT calimero DOT vinschen DOT de> <20190226094838 DOT GS4133 AT calimero DOT vinschen DOT de> <20190227161904 DOT GC4133 AT calimero DOT vinschen DOT de> In-Reply-To: <20190227161904.GC4133@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; received-spf: None (protection.outlook.com: cornell.edu does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 Content-Type: text/plain; charset="utf-8" Content-ID: <1CA8C0E3567E30439A9F9145D40532E0 AT namprd04 DOT prod DOT outlook DOT com> MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id x1RGWBmn028982 On 2/27/2019 11:19 AM, Corinna Vinschen wrote: > On Feb 26 13:39, Ken Brown wrote: >> On 2/26/2019 4:48 AM, Corinna Vinschen wrote: >>> On Feb 26 09:57, Corinna Vinschen wrote: >>>> On Feb 26 00:01, Ken Brown wrote: >>>>> I did get the following, however, during one of the trials (while emacs was idle): >>>>> >>>>> 1 [main] emacs 246 C:\Users\kbrown\src\emacs\i686-emacs26\src\emacs.exe: *** >>>>> fatal error - CreateThread failed for pipesel - 0x0<0x0>, Win32 error 8 >>>> >>>> It's hard to imagine how this is related. CreateThread fails due to >>>> memory problems?!? A timerfd does not use a lot of resources, just a >>>> 96 bytes struct on the cygheap, a single page shared memory region, and >>> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^' >>> >>> This was at least the intention, but I accidentally created a 64K >>> region. Fixed in git and new snapshort forthcoming. >> >> Looks good so far. I've been running emacs on x86 for about an hour, running >> lots of subprocesses, with no problems. I'll keep using it throughout the day. > > Ken? Any news? If you're satisfied with the current state, I'd like > to push 3.0.2 out. I've been using emacs extensively on both x86 and x86_64 with the latest snapshot, and I've had no further problems. I think 3.0.2 is ready to go. 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