Hi everyone,
I posted some time ago about a crash I get only on my Linux box. There are some other details I need to add. First, the environment:
SBCL 1.0.2
SLIME cvs from a few days ago
Emacs GTK snapshot for ubuntu/debian
CL-SQL 3.6.7
If any function I am trying to jump to is found within the custom reader section of my CL-SQL code, slime turns into a runaway process, exhausts memory, breaks the connection, and shuts down. Any function in the same file *outside* the custom reader boundary works fine... slime-edit-definition jumps to it correctly.
(clsql:locally-enable-sql-reader-syntax)
.
.
.
(clsql:locally-disable-sql-reader-syntax)
What else can I do on my end to help track this down?