Juho Snellman jsnell@iki.fi writes:
Nicolas.Neuss@iwr.uni-heidelberg.de wrote:
Process inferior-lisp hangup
Are you using a Linux kernel version earlier than 2.6.11?
Yes, it is 2.6.9.
signal handling oddity there, which causes a SIGHUP to be delivered to SBCL when started from an emacs comint buffer.
If upgrading the kernel is not an option for you, there's a workaround of setting inferior-lisp-program to "nohup sbcl" instead of "sbcl".
Thank you! Indeed I cannot upgrade the kernel, but "nohup sbcl" seems to work fine. Maybe this workaround could be mentioned in slime/PROBLEMS?
Yours, Nicolas.