[Ecls-list] ecl on alpha-netbsd1.6.1

Prut Flut prutflut at m-net.arbornet.org
Thu Jan 15 07:20:04 UTC 2004


Now, with --with-oldloop, I get as far as
;;; Loading "/www/p/pcrama/ecls-track/ecl-0.9c/src/clos/boot.lsp"
where the first call to defmethod, i.e.:
(defmethod OPTIMIZE-SLOT-VALUE ((class t) form) form)
causes ecl_min to crash.

Using various (print ..), it looks to me that this is because
an error in the else branch of
(defun ensure-generic-function (name &key lambda-list) ...) in
src/clos/kernel.lsp.

I tried to use the (cos 1.0) trick suggested to another poster,
but I got lost in gdb, sorry.

Hope that helps,

Philippe Crama

(after setting :verbose t in clos/load.lsp)
cd build; gmake
gmake[1]: Entering directory `/www/p/pcrama/ecls-track/ecl-0.9c/build'
if [ -f CROSS-COMPILER ]; then \
        ./CROSS-COMPILER < compile.lsp; \
else \
        ./ecl_min < compile.lsp; \
fi
;*** Lisp core booted ****
ECLS (Embeddable Common Lisp)  16384 pages

> ;;; Loading "clos/load.lsp"
;;; Loading "/www/p/pcrama/ecls-track/ecl-0.9c/src/clos/walk.lsp"
;;; Loading "/www/p/pcrama/ecls-track/ecl-0.9c/src/clos/macros.lsp"
;;; Loading "/www/p/pcrama/ecls-track/ecl-0.9c/src/clos/kernel.lsp"
;;; Loading "/www/p/pcrama/ecls-track/ecl-0.9c/src/clos/method.lsp"
;;; Loading "/www/p/pcrama/ecls-track/ecl-0.9c/src/clos/slot.lsp"
;;; Loading "/www/p/pcrama/ecls-track/ecl-0.9c/src/clos/combin.lsp"
;;; Loading "/www/p/pcrama/ecls-track/ecl-0.9c/src/clos/precomp.lsp"
;;; Loading "/www/p/pcrama/ecls-track/ecl-0.9c/src/clos/boot.lsp"

Unrecoverable error: 
Lisp initialization error.

Abort trap - core dumped
gmake[1]: *** [ecl] Error 134
gmake[1]: Leaving directory `/www/p/pcrama/ecls-track/ecl-0.9c/build'
gmake: *** [all] Error 2





More information about the ecl-devel mailing list