[Ecls-list] Hang while loading ASDF
Greg Pfeil
pfeil at amazon.com
Tue Jan 24 12:00:04 UTC 2006
I have the following in a shell script:
export LD_LIBRARY_PATH=$path/lib/ecl:$LD_LIBRARY_PATH
exec $path/bin/ecl -norc \
-eval "(load #p\"$path/lib/ecl/asdf\")" \
${1+"$@"}
ECL starts, and outputs the following:
;;; Warning: Redefining class INTERRUPTED-ERROR
;;; Loading
#P"/workplace/pfeil/projects/product-discovery/build/EmbeddableCommonLisp/Em
beddableCommonLisp-1.0/X86_LINUX_GCC32_GLIBC23/DEV.STD.PTHREAD/build/private
/ecl/install/lib/ecl/sysfun.lsp"
;;; Loading
#P"/workplace/pfeil/projects/product-discovery/src/shared/third-party/Embedd
ableCommonLisp/build/bin/../lib/ecl/asdf.fas"
Then hangs. It never returns from loading ASDF. Ctrl-C doesn't interrupt the
process or anything. I need to `kill -9` it.
This is newer than ECL-0.9h, but not current CVS, on RHEL3.
Has anyone else seen anything like this?
More information about the ecl-devel
mailing list