Hi guys! I'm debugging a problem with slime startup on Windows, which symptom is this message on M-x slime:
Symbol "DEBUG-SOURCE-FROM" not found in the SB-DI package.
Curiously, when I skimmed through SBCL code, I didn't find any debug-source-fROm function, but have found debug-source-fORm. And in the slime sources the two even may be encountered side-by-side. I wonder, is it a coincidence or a typo, leading to a bug?
Other unrelated question I've remembered. When I try to evaluate something in debugger process (with e <expr>), the slime connection dies (SBCL 1.0.20, Slime 2008-10-23, Debian GNU/Linux Etch). By chance, a common problem with a well-known solution?
Thanks, Vsevolod
Vsevolod writes:
I'm debugging a problem with slime startup on Windows, which symptom is this message on M-x slime:
Symbol "DEBUG-SOURCE-FROM" not found in the SB-DI package.
Curiously, when I skimmed through SBCL code, I didn't find any debug-source-fROm function, but have found debug-source-fORm. And in the slime sources the two even may be encountered side-by-side. I wonder, is it a coincidence or a typo, leading to a bug?
About a day after the missing symbol was removed from SBCL last summer, SLIME was modified appropriately. Upgrade your SLIME.
-- Richard
Hi, Richard! Actually, I'm doing kind of remote debugging and pulling new version from CVS was what I first recommended to the person, who asked me. And he told me, that he did that, but the problem remained. I'll contact him to confirm, that he really is using the latest version.
Thanks Vsevolod
On Fri, Feb 13, 2009 at 1:49 AM, Richard M Kreuter kreuter@progn.netwrote:
Vsevolod writes:
I'm debugging a problem with slime startup on Windows, which symptom is this message on M-x slime:
Symbol "DEBUG-SOURCE-FROM" not found in the SB-DI package.
Curiously, when I skimmed through SBCL code, I didn't find any debug-source-fROm function, but have found debug-source-fORm. And in the slime sources the two even may be encountered side-by-side. I wonder, is
it
a coincidence or a typo, leading to a bug?
About a day after the missing symbol was removed from SBCL last summer, SLIME was modified appropriately. Upgrade your SLIME.
-- Richard