[cmucl-help] Need help getting into hemlock

Blake McBride blake1024 at gmail.com
Wed Dec 27 05:35:33 UTC 2017


Thanks for the help.  Here is what I get:

$ lsb_release  -a
No LSB modules are available.
Distributor ID: LinuxMint
Description: Linux Mint 17.1 Rebecca
Release: 17.1
Codename: rebecca
$ uname -a
Linux blake-sony 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC
2014 x86_64 x86_64 x86_64 GNU/Linux
$ 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 :hemlock)

; Loading #P"/usr/local/lib/cmucl/lib/subsystems/hemlock-library.sse2f".
;; Loading #P"/usr/local/lib/cmucl/lib/subsystems/clx-library.sse2f".
; [GC threshold exceeded with 12,011,056 bytes in use.  Commencing GC.]
; [GC completed with 3,522,072 bytes retained and 8,488,984 bytes freed.]
; [GC will next occur when at least 15,522,072 bytes are in use.]
; [GC threshold exceeded with 15,534,104 bytes in use.  Commencing GC.]
; [GC completed with 5,520,128 bytes retained and 10,013,976 bytes freed.]
; [GC will next occur when at least 17,520,128 bytes are in use.]
("CLX" "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 {60EE5B75}>)
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer
exists:
  target:clx/input.lisp.
0] back

0: (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 {60EE5B75}>)
1: (XLIB::READ-INPUT #<XLIB:DISPLAY :0 (The X.Org Foundation R11501000)>
                     NIL
                     NIL
                     #<Function "DEFUN READ-REPLY" {61109981}>
                     ...)
2: (XLIB::READ-REPLY #<XLIB:DISPLAY :0 (The X.Org Foundation R11501000)>
                     #S(XLIB::PENDING-COMMAND
                          :SEQUENCE 12
                          :REPLY-BUFFER NIL
                          :PROCESS #<Process Initial {60EE5B75}>
                          :NEXT NIL))
3: (XLIB::QUERY-FONT
    #<XLIB:FONT *-courier-medium-r-normal--*-120-* :0 77594625>)
4: (XLIB:OPEN-FONT #<XLIB:DISPLAY :0 (The X.Org Foundation R11501000)>
                   "*-courier-medium-r-normal--*-120-*")
5: (HEMLOCK-INTERNALS::SETUP-FONT-FAMILY
    #<XLIB:DISPLAY :0 (The X.Org Foundation R11501000)>)
6: (HEMLOCK-INTERNALS::INIT-RAW-IO ":0.0")
7: (C::DO-CALL #<Code Object "DEFUN ED" {6047F1CF}> 47 48 8 ...)
8: (INTERACTIVE-EVAL (ED))
9: (LISP::%TOP-LEVEL)
10: ((LABELS LISP::RESTART-LISP SAVE-LISP))

0]


More information about the cmucl-help mailing list