From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: gnutls.c: [0] (Emacs) fatal error Date: Thu, 01 Dec 2011 17:04:16 +0100 Message-ID: <87sjl4uvlr.fsf@escher.fritz.box> References: <87wraguw04.fsf@escher.fritz.box> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1322755486 19715 80.91.229.12 (1 Dec 2011 16:04:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Dec 2011 16:04:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 01 17:04:43 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RW97o-00081U-Ds for ged-emacs-devel@m.gmane.org; Thu, 01 Dec 2011 17:04:40 +0100 Original-Received: from localhost ([::1]:51820 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW97n-0006vP-Nv for ged-emacs-devel@m.gmane.org; Thu, 01 Dec 2011 11:04:39 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:56299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW97k-0006vJ-Na for emacs-devel@gnu.org; Thu, 01 Dec 2011 11:04:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RW97j-00075q-JI for emacs-devel@gnu.org; Thu, 01 Dec 2011 11:04:36 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:52605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RW97i-00075B-OP for emacs-devel@gnu.org; Thu, 01 Dec 2011 11:04:35 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RW97h-0007y2-6S for emacs-devel@gnu.org; Thu, 01 Dec 2011 17:04:33 +0100 Original-Received: from i59f54880.versanet.de ([89.245.72.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Dec 2011 17:04:33 +0100 Original-Received: from stephen.berman by i59f54880.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Dec 2011 17:04:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: i59f54880.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146396 Archived-At: On Thu, 01 Dec 2011 16:55:39 +0100 Stephen Berman wrote: > Since updating from the trunk this morning, Emacs displays the following > in the echo area when I send a message (via smtpmail-send-it): > > gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly > terminated. > > Very cursory googling suggests this is gnutls bug in versions higher > than 3.0.0 (I have 3.0.3), yet it only starting showing up here after > updating Emacs. Was there a recent change that exposes this? (I haven't > noticed any undesirable effects and the mail goes out normally.) Well, it wasn't displayed when I sent this post, so I have to revise my observation: in fact, the two cases where I saw this today were on using report-emacs-bug, which I hadn't used since updating my system, prior to which I was using gnutls 2.8.6. So it looks like report-emacs-bug triggers this. Can anyone confirm this? Steve Berman