This problem does not have an actual error message in the REPL, so it's starting to frustrate me a bit.
Loading a couple of large projects from the terminal/REPL works fine, but doing the same operation from SLIME stops, without an error, and with an unresponsive REPL. It never gives an error, or returns control to the prompt. Sometimes the cpu is pegged at 98+% on the sbcl process.
; registering #<SYSTEM :CHUNGA {12B70199}> as CHUNGA ; loading system definition from ; /Users/jonathon/.sbcl/systems/cl-base64.asd into #<PACKAGE "ASDF0"> ; registering #<SYSTEM CL-BASE64 {132F7299}> as CL-BASE64 ; registering #<SYSTEM CL-BASE64-TESTS {1343A3A9}> as CL-BASE64-TESTS ; loading system definition from /Users/jonathon/.sbcl/systems/puri.asd ; into #<PACKAGE "ASDF0"> ; registering #<SYSTEM PURI {136D4251}> as PURI ; registering #<SYSTEM PURI-TESTS {13823489}> as PURI-TESTS ; loading system definition from ; /Users/jonathon/.sbcl/systems/cl-ppcre.asd into #<PACKAGE "ASDF0"> ; registering #<SYSTEM :CL-PPCRE {128692F1}> as CL-PPCRE
CL-USER> 0