[Ecls-list] ECL with Slime - segment violation

Dean O'Connor dean.oconnor at ite.com.au
Sun Nov 27 21:54:02 UTC 2005


Hi

I was just trying to see if I could get GNUEmacs, Slime and ECL kicking 
over.
I have never used Slime before, so was more a look-see at what goodness 
lies within.

I am using ECL built with ECL_THREADS=1 on Windows and in the .emacs 
file point to the ecl.exe where ecl is flat-installed.
I am using the latest Slime from CVS.
All I do is a "M-x slime" in Emacs and I get this Segmentation Violation.

 From searching in the mailing list archive, Slime support sounds quite 
basic, but I got the impression it was working ?

Here is the complete contents of the *inferior-lisp* buffer:


<cid:part1.04030109.01010907 at ite.com.au>(load 
"f:/slime/swank-loader.lisp" :verbose t)
(swank:start-server "c:/DOCUME~1/Dean/LOCALS~1/Temp/slime.14036" 
:external-format :iso-latin-1-unix)


(:Win32 :Ieee-Floating-Point :Dffi :Clos-Streams :Cmu-Format :Msvc :Dlopen
 :Clos :Threads :Boehm-Gc :Ansi-Cl :Common-Lisp :Ecl :Common :Pentium4 
:Ffi)

ECL (Embeddable Common-Lisp) 0.9h
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.
 > ;;; Loading "f:/slime/swank-loader.lisp"
;;; Loading "f:/slime/swank-backend.lisp"
;;; Warning: Simple-Condition-Format-Control is being redefined.
;;; Warning: (Setf Simple-Condition-Format-Control) is being redefined.
;;; Warning: Simple-Condition-Format-Arguments is being redefined.
;;; Warning: (Setf Simple-Condition-Format-Arguments) is being redefined.
;;; Warning: Print-Object is being redefined.
;;; Loading "f:/slime/nregex.lisp"
;;; Loading "f:/slime/swank-ecl.lisp"
;;; Loading #P"f:/projects/lisp/ecl/SOCKETS.fas"
;;; Warning: Print-Object is being redefined.
;;; Warning: Shared-Initialize is being redefined.
;;; Warning: Initialize-Instance is being redefined.
;;; Warning: Print-Object is being redefined.
;;; Warning: Redefining class Interrupted-Error
;;; Warning: Print-Object is being redefined.
;;; Loading "f:/slime/swank-gray.lisp"
;;; Loading "f:/slime/swank.lisp"
;;; Warning: Print-Object is being redefined.
;;; Warning: Print-Object is being redefined.
;;; Warning: These Swank interfaces are unimplemented:
 (Activate-Stepping Add-Fd-Handler
                    Add-Sigio-Handler
                    All-Threads
                    Calls-Who
                    Disassemble-Frame
                    Eval-In-Frame
                    Find-Thread
                    Frame-Catch-Tags
                    Frame-Locals
                    Frame-Source-Location-For-Emacs
                    Frame-Var-Value
                    Inspect-For-Emacs
                    Interrupt-Thread
                    List-Callees
                    List-Callers
                    Profile
                    Profile-Package
                    Profile-Report
                    Profile-Reset
                    Profiled-Functions
                    Receive
                    Remove-Fd-Handlers
                    Remove-Sigio-Handlers
                    Restart-Frame
                    Return-From-Frame
                    Send
                    Sldb-Break-At-Start
                    Sldb-Break-On-Return
                    Spawn
                    Thread-Id
                    Toggle-Trace
                    Unprofile
                    Who-Binds
                    Who-Calls
                    Who-Macroexpands
                    Who-References
                    Who-Sets
                    Who-Specializes)
"f:/slime/swank-loader.lisp"
 > ;; Swank started at port: 2042.
Segmentation violation.
Broken at LAMBDA.
 >>


Cheers
Dean.




More information about the ecl-devel mailing list