[cmucl-help] Need help getting into hemlock

Blake McBride blake1024 at gmail.com
Mon Dec 25 15:55:45 UTC 2017


Hi,

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

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

; Loading #P"/usr/local/lib/cmucl/lib/subsystems/clx-library.sse2f".
; [GC threshold exceeded with 12,010,232 bytes in use.  Commencing GC.]
; [GC completed with 3,475,848 bytes retained and 8,534,384 bytes freed.]
; [GC will next occur when at least 15,475,848 bytes are in use.]
("CLX")
* (require :hemlock)

; Loading #P"/usr/local/lib/cmucl/lib/subsystems/hemlock-library.sse2f".
; [GC threshold exceeded with 15,486,696 bytes in use.  Commencing GC.]
; [GC completed with 5,455,832 bytes retained and 10,030,864 bytes freed.]
; [GC will next occur when at least 17,455,832 bytes are in use.]
("HEMLOCK")
* (ed)

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

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

Debug  (type H for help)

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




Not sure what to do.  Your assistance is appreciated.

Thanks.

Blake McBride


More information about the cmucl-help mailing list