From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Re: Several problems Date: Thu, 31 Jul 2014 08:22:08 +0400 Message-ID: <53D9C470.80703@yandex.ru> References: <87vbqeobsg.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1406780570 1004 80.91.229.3 (31 Jul 2014 04:22:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2014 04:22:50 +0000 (UTC) Cc: Emacs development discussions To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 31 06:22:44 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XCht5-0003u5-NH for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2014 06:22:43 +0200 Original-Received: from localhost ([::1]:54179 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCht5-0003cA-9n for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2014 00:22:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XChsw-0003c4-T3 for emacs-devel@gnu.org; Thu, 31 Jul 2014 00:22:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XChsm-0004lz-Vu for emacs-devel@gnu.org; Thu, 31 Jul 2014 00:22:34 -0400 Original-Received: from forward4l.mail.yandex.net ([84.201.143.137]:34659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XChsm-0004lB-OC for emacs-devel@gnu.org; Thu, 31 Jul 2014 00:22:24 -0400 Original-Received: from smtp4o.mail.yandex.net (smtp4o.mail.yandex.net [37.140.190.29]) by forward4l.mail.yandex.net (Yandex) with ESMTP id 0406C144104A; Thu, 31 Jul 2014 08:22:22 +0400 (MSK) Original-Received: from smtp4o.mail.yandex.net (localhost [127.0.0.1]) by smtp4o.mail.yandex.net (Yandex) with ESMTP id 968CC23220A9; Thu, 31 Jul 2014 08:22:22 +0400 (MSK) Original-Received: from 31.gprs.mts.ru (31.gprs.mts.ru [213.87.131.31]) by smtp4o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id HnfWbR86bM-MLu8qPvx; Thu, 31 Jul 2014 08:22:21 +0400 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 64effed0-21af-4242-97fd-fcc50e0e8b7b DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1406780542; bh=h8BFj9qHnvYuLIuqBZ9jAbq9+K5G96s5Z6lFDl8fWAw=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=c9A+/rj3PGhpgWjS/tKfHSG/G4/Cu2h8N7PdcM7+vy2F2aflzKXw+miQcajT/S1Pj 9PS78Y0vk/s3O87n2zwswjUGidAFxCN7Je/F1HAdErTeXuZr8l8XQlZmXDCHi48Upk yDGNiyL4zM0YEw6x4VRJcDJcsdEU3mMpT8czlL5E= Authentication-Results: smtp4o.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 In-Reply-To: <87vbqeobsg.fsf@lifelogs.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.137 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:173306 Archived-At: On 07/31/2014 12:02 AM, Ted Zlatanov wrote: > The symptom seems to be that GnuTLS will read data, then gets a retry, > and finally hangs forever. I can duplicate it by trying to read the last > 200 messages in emacs-devel and I believe even as little as 16K will > trigger the behavior. But if I read the last 1 message only (`C-u 1 > RET') then things work. If this is indeed a timer problem, it will be > hard to replicate but I hope this is enough data. Is it possible to create a simple recipe? I'm not familiar enough with Gnus, and would like to see something like in http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16603#5. > If you prefer a bug report, let me know. Yes, please. Dmitry