Edi Weitz edi@agharta.de writes:
However, as another data point, I seem to come closer to a reproducible case: The problem only surfaces if I had to compile the system anew before invoking slime-edit-definition, i.e. if I removed all *.x86f files before loading the system with ASDF. So maybe some information that SLIME collects during compilation is the culprit?
Have you tried 'kill -INT <pid>' on Lisp when it starts going nuts? Would be interesting to see the backtrace before heap explosion occurs.
BTW: I got a lot of compile problems related to foreign functions when I tried to asdf-install clsql into CMU19a. Any ideas?