Eric Marsden <[EMAIL PROTECTED]> writes:

> CMUCL version 19b will be released in July. We would appreciate help
> in testing the prerelease binaries that are available for various

I use CMUCL Snapshot (19B) under Slackware Linux 10.0 with a
customized 2.6.10 kernel.


>    - try loading shared object files and ".o" object files using the
>      function EXT:LOAD-FOREIGN, and check that you can resolve symbols
>      in these libraries and call the corresponding functions. For
>      example:
>
>      ,----
>      | CL-USER> (ext:load-foreign "/usr/lib/libcrypt.so")
[...]

OK.


>    - try dumping an customized CMUCL image (using the function
>      EXT:SAVE-LISP) and restarting it.

I do this with McCLIM, and it works fine.


>    - try connecting to your X11 display:
>
>      ,----
>      | CL-USER> (require :clx)
>      | ; Loading 
> #p"/opt/cmucl-19b-pre/lib/cmucl/lib/subsystems/clx-library.x86f".
>      | ("CLX")

; Loading 
#P"/usr/local/cmucl-2005-06/lib/cmucl/lib/subsystems/clx-library.x86f".
Warning:  XLIB previously used the following packages:
  (#<The LISP package, 1833/3461 internal, 978/1227 external>)
("CLX")
*


>      | CL-USER> (ext:open-clx-display)

OK.


>    - try using the Motif debugger and inspector:
>
>      ,----
>      | CL-USER> (require :clm)
>      | ; Loading 
> #p"/opt/cmucl-19b-pre/lib/cmucl/lib/subsystems/clm-library.x86f".
>      | ("CLM")

OK.

>      | CL-USER> (inspect *package*)

* (inspect *package*)
Starting server:
   will_fork  = False
   will_trace = False
   No Inet domain socket created.
   path       = /tmp/.motif_socket-p4705
Waiting for connection.
Accepting client on Unix socket.
Accepted client on fd 4
Server not forking.
Warning:  Motif server died.
Status = :SIGNALED, exit code = 11.

A Toolkit error has occurred.
Encountered error reading packet: Connection reset by peer
   [Condition of type TOOLKIT-INTERNALS::SIMPLE-TOOLKIT-ERROR]

Restarts:
  0: [CONTINUE] Ignore problem and continue.
  1: [KILL-APP] Close current application.
  2: [ABORT   ] Return to Top-Level.

Debug  (type H for help)

(TOOLKIT-INTERNALS:TOOLKIT-ERROR #<unavailable-arg> #<unavaliable-rest-arg>)
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer exists:
  target:motif/lisp/internals.lisp.
0]
Connection to server broken: Hit EOF while reading packet
Hit EOF while reading packet
Error flushed ...
0] backtrace

0: (TOOLKIT-INTERNALS:TOOLKIT-ERROR #<unavailable-arg> #<unavaliable-rest-arg>)
1: (TOOLKIT-INTERNALS::READ-SOME-BYTES #<unavailable-arg>
                                       #<unavailable-arg>
                                       #<unavailable-arg>)
2: (TOOLKIT-INTERNALS:RECEIVE-MESSAGE 5)
3: (TOOLKIT::DISPATCH-SERVER-REPLY 5)
4: (TOOLKIT::WAIT-FOR-SERVER-REPLY 5)
5: (TOOLKIT:IS-MANAGED #<X Toolkit Widget: TOP-LEVEL-SHELL 82AD5E0>)
6: (INTERFACE::VERIFY-CONTROL-PANE-DISPLAYED)
7: (INTERFACE::START-MOTIF-INSPECTOR
    #<The COMMON-LISP-USER package, 11/21 internal, 0/9 external>)
8: (INSPECT #<The COMMON-LISP-USER package, 11/21 internal, 0/9 external>
            :GRAPHICS)
9: (INTERACTIVE-EVAL (INSPECT *PACKAGE*))
10: (LISP::%TOP-LEVEL)
11: ((LABELS LISP::RESTART-LISP
       SAVE-LISP))

0]

I have X.Org 6.7.0 and Lesstif 0.93.94.


>    - try using the Hemlock editor:

OK.


Paolo
-- 
Lisp Propulsion Laboratory log - http://www.paoloamoroso.it/log


Reply via email to