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=cDUBtxZjbQPkKOSM6ZrdUG5M9NGwq 0uu8EKmm/9VVzFR6tyS3m8PVeChePOhb2NHIYVb/f2Yuke3+u2i9qa1RjaL1ctXv GdZc16WI7h97bZE1pzTAMbASQkbHzu1Tpcznn1e6+CqBP17NpXPjQRyj+EzDKAYR igehf2m14Fd2cA= 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=y+g5Ux94CdDI8CDxSV7mnITr77o=; b=PC/ YvHg21xOil9JB6emji750KibzCUx/3K/Lov7PjPM1Wkw9TfvYRjjkr7YvobCADty J89zggq8kbleZj4cMtq6dYQ0CzcemQETC5rbUjaRJux6cMxw+rShp22TrrHyEoU3 0O5wUnwhyXi7GRDul6jlQ4dm6DuHNw+SV8rIolL0= 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=6th X-HELO: NAM04-CO1-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=iuEXsyvfp0r2B4ebiIuiPxhk+Vkh24OBTSQXmZAif/M=; b=hUu9mQmhZAd4KlOjeheVHBdo/wX9o/ShDlRjtBSeaLaNKi+InFbHO8PcDurI4mJ4b4LgqtIfkj53+K0xqftq5x5+TQ3fiCPh4+U5L3wexbuX9c3h43dWizWpzSUNi+rMFYeFekxFl8DSWvbp5NpEUx/03cr6Sf3uLU+vbPQ5WPw= 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 20:10:07 +0000 Message-ID: <9d6bb43680524d3ab7878ae7a0cae233@vsrv060ex03.ssd.fsi.com> References: <67d143c997f2d873435647acebd2226c4e8661d3 DOT camel AT upcmail DOT hu> <20190306212324 DOT GD3785 AT calimero DOT vinschen DOT de> In-Reply-To: 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 x28KAUDf030046 > > > > > > Re: Fork issue with timerfd > > > > > > From: Achim Gratz > > > To: cygwin at cygwin dot com > > > > 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 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.) -- 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