* Helmut Eller m23ahpmpda.fsf@common-lisp.net : Wrote on Tue, 18 Nov 2008 09:04:33 +0100:
| * Madhu [2008-11-17 04:36+0100] writes: | |> I noticed this problem only in emacs 23.0.60 (not 22.1) and allegro |> express 8.1 on linux: | [...] |> I've ensured consistent coding systems between emacs and slime, I am |> stumped at finding a workaround, so I am soliciting suggestions | | It do see that occasionally, but until now I blamed Emacs 23 for the | problem. I see it most often in a terminal and only rarely with X11.
I had suspected this may be related to URL:http://sources.redhat.com/bugzilla/show_bug.cgi?id=4980 and may depend on a combination of emacs 23, /etc/hosts, and glibc version,
I'm convinced that the connection is being closed by emacs in Fmake_network_process after the server does an accept. I was getting 100% repeatability (emacs 23 compiled --without-x) but the bug will not manifested if I strace or debug emacs,.. -- Madhu