From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66066 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.gnus.general Subject: Process imap not running Date: Sun, 06 Jan 2008 10:38:57 +0100 Message-ID: <8763y7e1ji.fsf@photon.caeruleus.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1199664707 512 80.91.229.12 (7 Jan 2008 00:11:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jan 2008 00:11:47 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14559@lists.math.uh.edu Mon Jan 07 01:12:08 2008 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 1JBfb4-0004qQ-0o for ding-account@gmane.org; Mon, 07 Jan 2008 01:12:06 +0100 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 1JBfZa-00042O-Kn; Sun, 06 Jan 2008 18:10:34 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JBRyN-0001Y0-5l for ding@lists.math.uh.edu; Sun, 06 Jan 2008 03:39:15 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JBRyM-000348-4u for ding@lists.math.uh.edu; Sun, 06 Jan 2008 03:39:15 -0600 Original-Received: from moutng.kundenserver.de ([212.227.126.171]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JBRyM-0007j4-00 for ; Sun, 06 Jan 2008 10:39:14 +0100 Original-Received: from photon.caeruleus.net (p54A5035A.dip0.t-ipconnect.de [84.165.3.90]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis) id 0MKwtQ-1JBRxq26lf-0006AG; Sun, 06 Jan 2008 10:38:43 +0100 X-Provags-ID: V01U2FsdGVkX1+y9hkBU+C12lrQ+iqaWJWz4rlXBwRw+walvEq lQXRkTItGQi2MafhnbSQ6jA8zE6jvHNLQMlawJHkJbmCKmsp34 QFlx1dJwv9cbTdn6zDCJg== X-Spam-Score: -2.4 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66066 Archived-At: [Second try, since the first message sent through Gmane hasn't shown up for two days.] Hi, the error related to the following stack trace usually occurs more than three times a day for me: Debugger entered--Lisp error: (error "Process imap not running") process-send-string(# "37 EXAMINE \"INBOX\" \n") imap-send-command-1("37 EXAMINE \"INBOX\"") imap-send-command("EXAMINE \"INBOX\"" nil) imap-send-command-wait("EXAMINE \"INBOX\"") imap-mailbox-unselect(" *nnimap* ") nnimap-before-find-minmax-bugworkaround() nnimap-retrieve-groups(("Gesendet" "INBOX") "") gnus-retrieve-groups(("Gesendet" "INBOX") (nnimap "" (nnimap-address "") (nnimap-stream ssl))) gnus-read-active-file-2(("Gesendet" "INBOX") (nnimap "" (nnimap-address "") (nnimap-stream ssl))) gnus-read-active-file-1((nnimap "" (nnimap-address "") (nnimap-stream ssl)) nil) gnus-read-active-file() gnus-group-get-new-news(nil) call-interactively(gnus-group-get-new-news nil nil) This happens with a SSL-enabled connection to a remote IMAP server on Gnus 5.13 in a recent Emacs from the emacs-unicode-2 branch. The real server specifics were replaced with "" and "" in the above stack trace. I'm not sure if and how this could be fixed. Perhaps something like `imap-open' could be called if the process is found to have died? `imap-open-1' will reset `imap-current-mailbox' and `imap-current-message', so I am not sure if this could have adverse directions if this is done when a certain mailbox and folder is selected during a restart of the process. -- Ralf