[slime-devel] Segmentation Fault with Slime, Uffi and CMUCL
Helmut Eller
heller at common-lisp.net
Thu Sep 15 07:45:46 UTC 2005
* Stefan Kamphausen [2005-09-14 16:48+0200] writes:
> Of course I'd be happy if you'd say: "ah, this is a bug, I just
> uploaded a patch", but any pointer as to where and how I might get
> more information will be appreciated.
For CMUCL we use signal driven IO per default. Your C code may not be
prepared for that. Try to set swank:*communication-style* to
:fd-handler.
Helmut.
More information about the slime-devel
mailing list