[Ecls-list] (ECL 12.2.1) the newest SLIME snapshot(2012-01-06) stack overflow when starting
Xiaofeng Yang
n.akr.akiiya at gmail.com
Sun Feb 5 13:06:37 UTC 2012
Because I couldn't compile it using bytecode compiler, I used C compiler to
compile it again.
It seems that it finished compiling SLIME. But, while SLIME starting, it
repeats "stack overflow"...
The SLIME I downloaded from
http://common-lisp.net/project/slime/snapshots/slime-current.tgz .
I compiled ECL 12.2.1 using MinGW with GCC 4.5.0.
$ /c/ecl-12.2.1/src/configure --srcdir=/c/ecl-12.2.1/src
--prefix=/mingw/ecl-12.2.1-mingw --with-dffi=included --enable-threads=yes
--enable-boehm=included --enable-longdouble=yes --enable-c99complex=yes
The following is the output:
(progn (load "c:/mefcl/emacs/home/slime-current/swank-loader.lisp" :verbose
t) (funcall (read-from-string "swank-loader:init")) (funcall
(read-from-string "swank:start-server")
"c:/Users/stlxv/AppData/Local/Temp/slime.6600"))
;;; Loading #P"c:/mefcl/ecl-mingw/cmp.fas"
ECL (Embeddable Common-Lisp) 12.2.1 (git:UNKNOWN)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.
Top level in: #<process TOP-LEVEL>.
>
;;; Loading "c:/mefcl/emacs/home/slime-current/swank-loader.lisp"
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/swank-backend.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; Warning:
;;; in file swank-backend.lisp, position 21370
;;; at (FSET 'WITH-COMPILATION-HOOKS ...)
;;; ! The variable #:G450 is not used.
;;; Warning:
;;; in file swank-backend.lisp, position 47741
;;; at (DEFINTERFACE SEND ...)
;;; ! The variable THREAD is not used.
;;; Warning:
;;; in file swank-backend.lisp, position 48308
;;; at (DEFINTERFACE FIND-REGISTERED ...)
;;; ! The variable NAME is not used.
;;; End of Pass 1.
;;; Warning:
;;; in file swank-backend.lisp, position 9758
;;; at (DEFUN UTF8-DECODE-AUX ...)
;;; ! Unsupported CONS type C::BYTE-SPECIFIER. Replacing it with T.
;;; Finished compiling c:/mefcl/emacs/home/slime-current/swank-backend.lisp.
;;;
;;; Loading
"C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/swank-backend.fas"
;;;
;;; Compiling
c:/mefcl/emacs/home/slime-current/swank-source-path-parser.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/swank-source-path-parser.lisp.
;;;
;;; Loading
"C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/swank-source-path-parser.fas"
;;;
;;; Compiling
c:/mefcl/emacs/home/slime-current/swank-source-file-cache.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/swank-source-file-cache.lisp.
;;;
;;; Loading
"C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/swank-source-file-cache.fas"
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/swank-ecl.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; Loading #P"c:/mefcl/ecl-mingw/sockets.fas"
;;; Style warning:
;;; in file swank-ecl.lisp, position 2406
;;; at (DEFIMPLEMENTATION ACCEPT-CONNECTION ...)
;;; ! Variable LINE was undefined. Compiler assumes it is a global.
;;; End of Pass 1.
;;; Finished compiling c:/mefcl/emacs/home/slime-current/swank-ecl.lisp.
;;;
;;; Loading
"C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/swank-ecl.fas"
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/swank-gray.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; Warning:
;;; in file swank-gray.lisp, position 2055
;;; at (DEFMETHOD STREAM-LINE-LENGTH ...)
;;; ! The variable STREAM is not used.
;;; Warning:
;;; in file swank-gray.lisp, position 4140
;;; at (DEFMETHOD STREAM-LINE-COLUMN ...)
;;; ! The variable S is not used.
;;; Warning:
;;; in file swank-gray.lisp, position 4203
;;; at (DEFMETHOD STREAM-LINE-LENGTH ...)
;;; ! The variable S is not used.
;;; End of Pass 1.
;;; Finished compiling c:/mefcl/emacs/home/slime-current/swank-gray.lisp.
;;;
;;; Loading
"C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/swank-gray.fas"
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/swank-match.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; End of Pass 1.
;;; Finished compiling c:/mefcl/emacs/home/slime-current/swank-match.lisp.
;;;
;;; Loading
"C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/swank-match.fas"
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/swank-rpc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; End of Pass 1.
;;; Finished compiling c:/mefcl/emacs/home/slime-current/swank-rpc.lisp.
;;;
;;; Loading
"C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/swank-rpc.fas"
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/swank.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; Warning:
;;; in file swank.lisp, position 104491
;;; at (FSET 'WITH-DESCRIBE-SETTINGS ...)
;;; ! The variable #:G1040 is not used.
;;; End of Pass 1.
;;; Finished compiling c:/mefcl/emacs/home/slime-current/swank.lisp.
;;;
;;; Loading
"C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/swank.fas"
;;; Warning: These Swank interfaces are unimplemented:
(ACTIVATE-STEPPING ADD-FD-HANDLER ADD-SIGIO-HANDLER BACKGROUND-SAVE-IMAGE
DUP
EXEC-IMAGE FRAME-CALL LIST-CALLEES LIST-CALLERS MACROEXPAND-ALL
MAKE-FD-STREAM PROFILE PROFILE-PACKAGE PROFILE-REPORT PROFILE-RESET
PROFILED-FUNCTIONS REMOVE-FD-HANDLERS REMOVE-SIGIO-HANDLERS RESTART-FRAME
RETURN-FROM-FRAME SAVE-IMAGE SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN
SLDB-STEP-INTO SLDB-STEP-NEXT SLDB-STEP-OUT TOGGLE-TRACE UNPROFILE
WAIT-FOR-INPUT)
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/contrib/swank-util.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-util.lisp.
;;;
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/contrib/swank-repl.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-repl.lisp.
;;;
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/contrib/swank-c-p-c.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; Loading
"C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/contrib/swank-util.fas"
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-c-p-c.lisp.
;;;
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/contrib/swank-arglists.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; Loading
"C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/contrib/swank-c-p-c.fas"
;;; Loading
"C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/contrib/swank-util.fas"
;;; Warning:
;;; in file swank-arglists.lisp, position 35206
;;; at (DEFMETHOD COMPUTE-ENRICHED-DECODED-ARGLIST ...)
;;; ! The variable OPERATOR-FORM is not used.
;;; Warning:
;;; in file swank-arglists.lisp, position 35852
;;; at (DEFMETHOD COMPUTE-ENRICHED-DECODED-ARGLIST ...)
;;; ! The variable OPERATOR-FORM is not used.
;;; Warning:
;;; in file swank-arglists.lisp, position 40828
;;; at (DEFMETHOD ARGLIST-DISPATCH ...)
;;; ! The variable OPERATOR is not used.
;;; Warning:
;;; in file swank-arglists.lisp, position 42001
;;; at (DEFMETHOD ARGLIST-DISPATCH ...)
;;; ! The variable OPERATOR is not used.
;;; Warning:
;;; in file swank-arglists.lisp, position 53555
;;; at (DEFGENERIC EXTRACT-LOCAL-OP-ARGLISTS ...)
;;; ! The variable OPERATOR is not used.
;;; Warning:
;;; in file swank-arglists.lisp, position 53555
;;; at (DEFGENERIC EXTRACT-LOCAL-OP-ARGLISTS ...)
;;; ! The variable OPERATOR is not used.
;;; Warning:
;;; in file swank-arglists.lisp, position 53555
;;; at (DEFGENERIC EXTRACT-LOCAL-OP-ARGLISTS ...)
;;; ! The variable OPERATOR is not used.
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-arglists.lisp.
;;;
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/contrib/swank-fuzzy.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; Loading
"C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/contrib/swank-util.fas"
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-fuzzy.lisp.
;;;
;;;
;;; Compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-fancy-inspector.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; Loading
"C:/mefcl/emacs/home/.slime/fasl/2012-01-06/ecl-12.2.1-windows-pentium3/contrib/swank-util.fas"
;;; Warning:
;;; in file swank-fancy-inspector.lisp, position 23336
;;; at (DEFMETHOD MAKE-SYMBOLS-LISTING ...)
;;; ! The variable GROUPING-KIND is not used.
;;; Warning:
;;; in file swank-fancy-inspector.lisp, position 24955
;;; at (DEFMETHOD MAKE-SYMBOLS-LISTING ...)
;;; ! The variable GROUPING-KIND is not used.
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-fancy-inspector.lisp.
;;;
;;;
;;; Compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-presentations.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; Warning:
;;; in file swank-presentations.lisp, position 7734
;;; at (DEFMETHOD MENU-CHOICES-FOR-PRESENTATION ...)
;;; ! The variable OB is not used.
;;; Style warning:
;;; in file swank-presentations.lisp, position 8121
;;; at (SETQ *SEND-REPL-RESULTS-FUNCTION* ...)
;;; ! Variable *SEND-REPL-RESULTS-FUNCTION* was undefined. Compiler
assumes it is a global.
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-presentations.lisp.
;;;
;;;
;;; Compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-presentation-streams.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; Style warning:
;;; in file swank-presentation-streams.lisp, position 12202
;;; at (SETQ *SEND-REPL-RESULTS-FUNCTION* ...)
;;; ! Variable *SEND-REPL-RESULTS-FUNCTION* was undefined. Compiler
assumes it is a global.
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-presentation-streams.lisp.
;;;
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/contrib/swank-asdf.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; Loading #P"c:/mefcl/ecl-mingw/asdf.fas"
;;; Warning:
;;; in file swank-asdf.lisp, position 1276
;;; at (DEFMETHOD XREF-DOIT ...)
;;; ! The variable TYPE is not used.
;;; Warning:
;;; in file swank-asdf.lisp, position 7408
;;; at (DEFMETHOD OPERATION-DONE-P ...)
;;; ! The variable OPERATION is not used.
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-asdf.lisp.
;;;
;;;
;;; Compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-package-fu.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-package-fu.lisp.
;;;
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/contrib/swank-hyperdoc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-hyperdoc.lisp.
;;;
;;;
;;; Compiling c:/mefcl/emacs/home/slime-current/contrib/swank-mrepl.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=3
;;;
;;; Warning:
;;; in file swank-mrepl.lisp, position 2313
;;; at (DEFINE-CHANNEL-METHOD PROCESS ...)
;;; ! The variable SWANK::SELECTOR is not used.
;;; End of Pass 1.
;;; Finished compiling
c:/mefcl/emacs/home/slime-current/contrib/swank-mrepl.lisp.
;;;
;; Swank started at port: 13805.
CL-USER>
;;;
;;; Stack overflow.
;;; Jumping to the outermost toplevel prompt
;;;
;;;
;;; Stack overflow.
;;; Jumping to the outermost toplevel prompt
;;;
.... unlimited repeating `stack overflow' the same as above....
Best regards,
Xiaofeng Yang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20120205/7e7b83f8/attachment.html>
More information about the ecl-devel
mailing list