[cmucl-help] Need help getting into hemlock

Raymond Toy toy.raymond at gmail.com
Wed Dec 27 01:45:37 UTC 2017


>>>>> "Blake" == Blake McBride <blake1024 at gmail.com> writes:

    Blake> Hi, I am running CMU CL 21c on a 64 bit Linux box.  When I
    Blake> try to run hemlock I get:

    Blake> $ lisp CMU Common Lisp 21c (21C Unicode), running on
    Blake> blake-sony With core:
    Blake> /usr/local/lib/cmucl/lib/lisp-sse2.core Dumped on: Sat,
    Blake> 2017-10-28 11:47:53-05:00 on lorien3 See
    Blake> <http://www.cmucl.org/> for support information.  Loaded
    Blake> subsystems:
    Blake>     Unicode 1.29 with Unicode version 6.2.0 Python 1.1,
    Blake>     target Intel x86/sse2 CLOS based on Gerd's PCL
    Blake>     2010/03/19 15:19:03
    Blake> * (require :clx)

Don't have to do this first.  (require :hemlock) will automatically
load :clx if needed.

    Blake> * (ed)

    Blake> Asynchronous NAME-ERROR in request 11 (last request was 12)
    Blake> Code 45.0 [OpenFont]
    Blake>    [Condition of type XLIB:NAME-ERROR]

    Blake> Restarts:
    Blake>   0: [CONTINUE] Ignore 1: [ABORT ] Return to Top-Level.

    Blake> Debug (type H for help)

    Blake> (XLIB::READ-ERROR-INPUT #<XLIB:DISPLAY :0 (The X.Org
    Blake> Foundation R11501000)>
    Blake>                         11
    Blake>                         #S(XLIB::REPLY-BUFFER
    Blake>                              :SIZE 32 :IBUF8 #(0 15 11 0 1
    Blake>                              ...)  :NEXT NIL :DATA-SIZE 32)
    Blake>                         #<Process Initial {60ED8AED}>)
    Blake> Source: Error finding source: Error in function
    Blake> DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer
    Blake> exists:
    Blake>   target:clx/input.lisp.
    Blake> 0]

At this prompt can you enter "back" to get a backtrace.

What kind of OS are you running this on?

On osx, I get a different kind of error. (It looks like something
deleted the initial '/' from the unix socket for the server.  Need to
look into that....

This works fine running on my Fedora 24 system.

--
Ray



More information about the cmucl-help mailing list