all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Gnus: Buffer has a running process; kill it? (y or n)
@ 2009-10-12  5:02 白い熊
  0 siblings, 0 replies; only message in thread
From: 白い熊 @ 2009-10-12  5:02 UTC (permalink / raw)
  To: emacs-devel

When I run the current CVS version of Emacs and connect to my IMAP mail server with Gnus, I get a message on startup:

Buffer has a running process; kill it? (y or n) 

When answering y, for every Gnus instance you run you end up with one hanging process, and when exiting Emacs after
closing Gnus you get the prompt:

Active processes exist; kill them and exit anyway? (y or n) 

and *Process List* shows:

imap<1> run      (Killed) gnutls-cli -s xxxx.xxxx.xxx -p 143

one line for each process.

*Messages* shows:

imap: Connecting to xxxx.xxxx.xxx...
Waiting for response from xxxx.xxxx.xxx...done
imap: Reconnecting with stream `starttls'...
Opening STARTTLS connection to `xxxx.xxxx.xxx:143'...
Buffer has a running process; kill it? (y or n) 
imap: Reconnecting with stream `starttls'...failed
imap: Connecting to xxxx.xxxx.xxx...done

If answering n to the prompt to kill the active process, everything is the same, just upon Emacs exit *Process List* shows:

imap<1> run      *temp* gnutls-cli -s xxxx.xxxx.xxx -p 143

for each hanging process of each Gnus instance started in the Emacs session.

When running Ubuntu's emacs-snapshot, which is of version 20090320, *Messages* shows the following:

imap: Connecting to xxxx.xxxx.xxx...
Waiting for response from xxxx.xxxx.xxx...done
imap: Reconnecting with stream `starttls'...
Opening STARTTLS connection to `xxxx.xxxx.xxx:143'...
imap: Reconnecting with stream `starttls'...failed
imap: Connecting to xxxx.xxxx.xxx...done

but no message on startup and there is no process hanging on exit. So something is also failing, but no processes
hanging remain.

How can I fix this?

Best regards,

白い熊




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-12  5:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-12  5:02 Gnus: Buffer has a running process; kill it? (y or n) 白い熊

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.