From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69149 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus: Buffer has a running process; kill it? (y or n) Date: Fri, 16 Oct 2009 09:15:30 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87pr8njugt.fsf@lifelogs.com> References: <20091015012948.M88336@porzhiz.org> <87oco9p2rt.fsf@thinkpad.tsdh.de> <20091015132611.M13824@sumou.com> <87my3soeui.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1255702842 27896 80.91.229.12 (16 Oct 2009 14:20:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Oct 2009 14:20:42 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M17564@lists.math.uh.edu Fri Oct 16 16:20:31 2009 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1MynfO-0005Zm-77 for ding-account@gmane.org; Fri, 16 Oct 2009 16:20:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1MynfI-0006Ju-Sp; Fri, 16 Oct 2009 09:20:21 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1MynfH-0006JY-HD for ding@lists.math.uh.edu; Fri, 16 Oct 2009 09:20:19 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1MynfF-00050D-Ll for ding@lists.math.uh.edu; Fri, 16 Oct 2009 09:20:18 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1MynfE-0001I0-00 for ; Fri, 16 Oct 2009 16:20:17 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mynf5-0005P4-Cn for ding@gnus.org; Fri, 16 Oct 2009 16:20:07 +0200 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Oct 2009 16:20:07 +0200 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Oct 2009 16:20:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:8KNnpzuNRuwvIDfK02ZlxE3uhaM= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69149 Archived-At: On Thu, 15 Oct 2009 17:29:25 +0200 Tassilo Horn wrote: TH> "白い熊" writes: >>> Hm, what emacs version are you using? Maybe some devel snapshot? >>> Then I'd try with a stable release... >> >> Latest CVS checkout, as of like two days ago. I'm trying to decipher >> what's causing the conflict. Any thoughts? TH> Not really. I also use emacs 23 from CVS, but I don't suffer from this TH> problem. Maybe it's not an emacs problem, but a problem with the TH> external tool that provides the TLS connection: starttls or gnutls-cli. TH> Try using `M-x proced' to check if there are processes. Have a look if TH> there are some such processes walking around as zombies. (Maybe you TH> have to swith to the medium format first with `F medium RET'.) There's a (perhaps) related bug report on the spam-report-gmane function, which also keeps the process running. That's a network ping over HTTP, though. I haven't investigated either that bug report or this one yet (and won't be able to do so soon), but perhaps they are related and triggered by a similar Emacs 23 issue. Ted