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-transfer-encoding :mime-version; q=dns; s=default; b=VObXsG8E6BVi+IzhdfPF1x8eJjNb0 NnCP9B6ngpBSt2yV61OGOToxhzd79tmE/gMX7UweMEZzBKOwitZeF7fPQ+osXHwE WKDMIjHrJJiTUa+TZye+vDkpWPtNLyc6qo3XjdNTdoVovOQCidmgb2NcFWwfQ/p/ jfDxDbkwdeET68= 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-transfer-encoding :mime-version; s=default; bh=XmVLnklbMfyh5DQtCjzKmloYM7c=; b=J0i EwHgc1KzuI25ciQxVy+yOShqFGt5k9dZCmPAzhZk04ChkEnQ0QV2HRCfAejE6yLf wn0viE93lHtJaAyI6FEce4Jtmp3dSra/BJYYpEU23LZmnMjo5EPcULVR+LKg7HvS AVMcN7uUBzB4zaqO4rlc9oJbYl+hbOhvvogJ5cMc= 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=-0.5 required=5.0 tests=AWL,BAYES_00,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=mouse, HX-Languages-Length:1659, hangup X-HELO: NAM02-BL2-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flightsafety.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=U9Aj1S/Bfwy8RuyNlvM3/tKXUQxmH2hZ7cIoVT7WPQQ=; b=hgorsfF/h9lS35N/yE/6Gkrl+Dhwh9m3sXX/AZ3NxwDfHfkt8zpFfo0CGY7Vw3RsCmOIYUq/HBdPuGdEe1e8SuxKGVQtOGvnY5RZoTwMS9+4DweJ15LagZUrrV1d1F4c820ibe9k+pqUsZLBLR1zruD5UmVJCYf2qT0iK2iKcXI= Authentication-Results: spf=pass (sender IP is 66.109.88.133) smtp.mailfrom=flightsafety.com; cygwin.com; dkim=none (message not signed) header.d=none;cygwin.com; dmarc=pass action=none header.from=flightsafety.com; Received-SPF: Pass (protection.outlook.com: domain of flightsafety.com designates 66.109.88.133 as permitted sender) receiver=protection.outlook.com; client-ip=66.109.88.133; helo=p0001ws0011.flightsafety.com; From: "Rockefeller, Harry" To: "cygwin AT cygwin DOT com" Subject: RE: Fork issue with timerfd Date: Fri, 8 Mar 2019 21:27:38 +0000 Message-ID: References: <67d143c997f2d873435647acebd2226c4e8661d3 DOT camel AT upcmail DOT hu> <20190306212324 DOT GD3785 AT calimero DOT vinschen DOT de> <9d6bb43680524d3ab7878ae7a0cae233 AT vsrv060ex03 DOT ssd DOT fsi DOT com> <20190308202205 DOT GR3785 AT calimero DOT vinschen DOT de> In-Reply-To: <20190308202205.GR3785@calimero.vinschen.de> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-MS-Exchange-PUrlCount: 3 X-MS-Exchange-SenderADCheck: 1 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id x28LRvSX004082 [snip] > > > > peter AT D11934N ~ > > > > $ 1 [main] emacs 489 C:\CygWin\bin\emacs-w32.exe: *** fatal > > > > error - > > > > CreateThread failed for pipesel - 0x0<0x0>, Win32 error 8 > > > > > > I couldn't directly reproduce this issue, but I saw emacs using > > > more an more memory while the cursor was blinking. I found a > > > resource leak in posix timers which was probably the cause for this problem. > > > > > > I pushed a patch and uploaded new developer snapshots to > > > https://cygwin.com/snapshots/ > > > > > > Please test. > I can't reproduce this with 0308. I'm typing lots and lots in emacs, doing copy/paste with the mouse, and it just works with 0308. [snip] > Install the cygwin1.dbg file into /bin and When Emacs hangs, attach with gdb and print the backtrace of each thread. That should give a hint. > > I have been running > > https://cygwin.com/snapshots/x86/cygwin1-20190306.dll.xz , i.e., March > > 6th For a couple hours yesterday and all day today along with Ken Brown's test version of emacs (GNU Emacs 26.1.92) And have not had a hiccup. > > (Well, to be truthful, I'm running a lot more of Ken Brown's test > > software than just emacs.) > Can you please test the 0308 snapshot with stock emacs, too? I am testing with https://cygwin.com/snapshots/x86/cygwin1-20190308.dll.xz and stock (26.1) emacs now. I see no hangup so far. You're not going crazy Corinna. > Ken, any chance you could test this as well? If there really are still hangs with current emacs and the 0308 snapshot, > I might need a bit of help. Some kind of reproducer or some input as to the nature of the hangs would be nice. -- 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