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:message-id:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; q=dns; s=default; b=Vuhr94Fp/hnptzZfapn+LVEflm68YQB1bdTLBgpNuQ2 gKouVL+ikkakAYrdr6WVXParrvKM2/Wo/eDm7sDzXrYHqw4REUnOypdMfVK51obX mqpYK7YOm0EPX6WinPrkSzwiYYYVsbbB3r9ePhvqTbH3XrOMh9YbXiDHsDC1T5go = 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:message-id:subject:from:to:date:in-reply-to :references:content-type:mime-version:content-transfer-encoding; s=default; bh=g/02bfjVeCthm/90tuXUtS/ce1k=; b=L2YcUgd/rk6MpXsaA G75kDu/YKCTfj/69i/O9yB9RgccLDO2QQgsD87zQp8iXwSgtuvUshw4l6lLBfC/1 lg8Nf5AQSYvpkJp3e3XSuN0gw5cV/ufUZlmqWIDFTtnairmB9b9nLvxEDnbujfQn se3hSYPOhWxU2DOIyhLI7ErRe0= 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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy=H*F:D*hu, judge, shoot, blinking X-HELO: vie01a-dmta-hu01-2.mx.upcmail.net X-Env-Mailfrom: peter DOT kozich AT upcmail DOT hu X-Env-Rcptto: cygwin AT cygwin DOT com X-SourceIP: 80.99.244.3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=upcmail.hu; s=201801custpemceu; t=1552074988; bh=S1V34P4pCPqPFeluINBGxXpxwTFRbZL0NDIitDUGfek=; h=Subject:From:To:Date:In-Reply-To:References; b=jPtt3zUcgfBT9ybDpXFt8qgV/gQqK7zmEj4pEqEF98ohTq4FUsK910GUkl89o7vmc Zgv+xUN/B4HmpJe80gpVEbTW0L80CWEVm2HnFM96lzNt9Dhj/+UJfXXVKa3Ko6oE+J IuE5QzszM4gwGP4xmWZnwQGPihoScjdH1oOLLP+MRfu2/Doc8jbSTK4E4XULBskxxk zelXhvD2uNVMTvipsP75HIh+H/sUIPvPHBjklfvlEIR2OuG2u1BClJR/Zvm1rhwM2Z ofuw77AmuBt87oBqLObx5LMmyDFMiGUBN5vI3iSPIZhhdUx1o8grx0JuvRUPUxUfRe EaJLMXFSKfmgQ== Message-ID: Subject: Re: Fork issue with timerfd From: "Peter Kozich (UM)" To: cygwin AT cygwin DOT com Date: Fri, 08 Mar 2019 20:56:28 +0100 In-Reply-To: <20190306212324.GD3785@calimero.vinschen.de> References: <67d143c997f2d873435647acebd2226c4e8661d3 DOT camel AT upcmail DOT hu> <20190306212324 DOT GD3785 AT calimero DOT vinschen DOT de> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5 (3.30.5-1.fc29) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit On Wed, 2019-03-06 at 22:23 +0100, Corinna Vinschen wrote: > On Mar 6 21:54, Peter Kozich (UM) wrote: > > In response to this one: > > > > Re: Fork issue with timerfd > > > > From: Achim Gratz > > To: cygwin at cygwin dot com > > Date: Tue, 05 Mar 2019 20:15:32 +0100 > > Subject: Re: Fork issue with timerfd > > > > .... > > > > Anyway, the latest snapshot seemingly resolved that issue as > > well, I can no longer reproduce it. > > > > > > Unfortunately, only seemingly. Factually, the issue persists. And I > > don't have to do anything with emacs just shoot up, wait cca. 20 > > seconds and it inevitably crashes, and it does so in the > > foreground, > > too: > > > > peter AT D11934N ~ > > $ emacs .bash_history & > > [2] 489 > > [1] Done emacs .bash_history > > > > 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. > > > Thanks, > Corinna > I tested this: https://cygwin.com/snapshots/x86/cygwin1-20190308.dll.xz emacs was on for a long time, did not crash and as far as could judge it did not leak memory. But it froze a couple of times which I cannot recall I have ever experienced before. I mean it suddenly became deaf and dumb and while I was actively editing the text, both the text area and the menu line got unresponsive. I could only shut it down from the task manager, because the red X didn't work either. On the next week I will try the debug version in the hope that it can make a trace or something helpful. Is there a guide somewhere how to use it? best regards PK -- 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