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:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=IZp3zl+i4L7ZD1Pu PEY1EfhRXri0CwClGjXsSmNQDZ8x5Jn94xlsJNOz9StJos5OH5WCsqUbNOKs71Pn BXK6Y1N7/0oao4sov7ToenGB0w/wuglyqadeGu7N4P5fqw7dnXhHgUTQQ8IzTEfd aiOIcZIIBwAVduwOr9vZX7y+/xQ= 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:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=zc8oMH0dpfOsnZclrvm5Mf qADOc=; b=hmH/z4HWP8L+cWoB1lXtniyIyqHn9FcDjsvuP7Pb79tAdTgqwOuB/s pMjAwr1HJmp2bPRSnMONtQd8p7NntBYakiGqkX2tNYR3PVjPLQGCkoJfYYfBKP1p 7NUJGfqYbHUeG+nrHjtWK6ZbXGzfOjWA4RsP65QnSwWvggr/uH0bM= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock03.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <534D5AB8.6030201@cornell.edu> Date: Tue, 15 Apr 2014 09:13:44 -0700 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Eli Zaretskii CC: cygwin AT cygwin DOT com Subject: Re: Fatal error from Cygwin emacs-w32 every day or so References: <534B2EFE DOT 4010509 AT cornell DOT edu> <534CB0AF DOT 2040504 AT cornell DOT edu> <83y4z7jcb3 DOT fsf AT gnu DOT org> In-Reply-To: <83y4z7jcb3.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 4/15/2014 12:12 AM, Eli Zaretskii wrote: >> Date: Mon, 14 Apr 2014 21:08:15 -0700 >> From: Ken Brown >> >>> I just saw it die, and this is the bt I get: >>> >>> Program received signal SIGSEGV, Segmentation fault. >>> 0x0000000100551354 in wait_reading_process_output ( >>> time_limit=time_limit AT entry=0, nsecs=nsecs AT entry=0, >>> read_kbd=read_kbd AT entry=-1, do_display=do_display AT entry=true, >>> wait_for_cell=wait_for_cell AT entry=4304630834, >>> wait_proc=wait_proc AT entry=0x0, just_wait_proc=just_wait_proc AT entry=0) >>> @/usr/src/debug/emacs-24.3-7/src/process.c:4677 >>> 4677 if (wait_proc->gnutls_p /* Check for valid process. */ >> >> This backtrace doesn't make sense. If you look at the source code, >> you'll see that if wait_proc is NULL on entry to >> wait_reading_process_output, then line 4677 is never reached. I'm not >> sure what would cause a bogus backtrace like this. BLODA? Optimization? >> >> In any case, I suggest that you wait a week until I have a chance to >> build a pretest of 24.4 for you to try. I'll build it without >> optimization to make debugging easier. > > This is a known problem with GnuTLS support, it was solved in the > Emacs repository last November (bzr revision 114956, if someone wants > the diffs), and surely should be solved in the upcoming Emacs 24.4. Thanks, Eli! In that case I'll make a new release of emacs-24.3 with that patch applied, to see if it resolves the issue for the OP. 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