FreeBSD 4.9 Stable, SBCL 0.8.6.21, current SLIME.
Hi. I have a Lisp file that has some large forms (a defconst for a vector holding 1024 integers, for instance).
If I hit C-c C-e over this form, it is evaluated in the *inferior-lisp* buffer.
If I hit C-c C-c, I get a "broken pipe" error. I've tried reducing the size of the vector, and I see this problem down to (about) 480 characters. This is just below the "pipesize" limit on my box, which is 512.
Does anyone see this on other platforms, and other versions of Common Lisp?