Hi SBCL developers,
The following program brings LDB> prompt for me.
sbcl-bug.lisp ----- (require 'asdf) (asdf:oos 'asdf:load-op 'cl-ppcre) (funcall (cl-ppcre:create-scanner "test") "This is a test") ---
victor@esculap:~/src/sbcl-1.0.13$ sbcl --no-userinit --no-sysinit --load ../lisp/sbcl-bug.lisp This is SBCL 1.0.13, an implementation of ANSI Common Lisp. More information about SBCL is available at http://www.sbcl.org/.
SBCL is free software, provided as is, with absolutely no warranty. It is mostly in the public domain; some portions are provided under BSD-style licenses. See the CREDITS and COPYING files in the distribution for more information. ; loading system definition from /home/victor/.sbcl/systems/cl-ppcre.asd into ; #<PACKAGE "ASDF0"> ; registering #<SYSTEM :CL-PPCRE {10024BF111}> as CL-PPCRE
fatal error encountered in SBCL pid 20308(tid 47999199878832): no scavenge function for object 0x00f670fc (widetag 0x0)
Welcome to LDB, a low-level debugger for the Lisp runtime environment. ldb>
I'm using Ubuntu 7.10 on x86-64: victor@esculap:~$ uname -a Linux esculap 2.6.22-14-generic #1 SMP Tue Dec 18 05:28:27 UTC 2007 x86_64 GNU/Linux
SBCL is 1.0.13 manually compiled from sources with :SB-THREAD enabled.
CL-PPCRE is Edi Weitz's library, version 1.3.2 (ASDF-installable, http://weitz.de).
I'd be happy to provide more info if needed.
-- Yours Sincerely, Victor Kryukov