Hello All,
      It would seem that I'm still having a bit of trouble,
this time with Motif and the debugger.  When I do something
that invokes the debugger, I get the following:
Invoking debugger...

Starting server:
   will_fork  = False
   will_trace = False
   No Inet domain socket created.
   path       = /tmp/.motif_socket-p8063
Waiting for connection.
Accepting client on Unix socket.
Accepted client on fd 6
Server not forking.
greet_client:  Unable to open display.
Bad file descriptor

Connection to server broken: Hit EOF while reading packet

Argument Y is not a NUMBER: X.

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

Debug  (type H for help)

(KERNEL:TWO-ARG-+ 3 X)
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer exists:
  target:code/numbers.lisp.
0]
Warning:  Motif server died.
Status = :SIGNALED, exit code = 6.

At Eric Marsden's reccomendation I attempted to start motifd 
manually with:

$CMUCLLIB/motifd -trace -nounix

and it started with:
Starting server:
   will_fork  = True
   will_trace = True
   port       = 9000
   No Unix domain socket created.
Waiting for connection.


I then went into CMUCL in a separate window and entered:

   (require :clm)
   (setf toolkit::*default-server-host* "motif-machine")
   (inspect *package*)

In cmucl it said:

A Toolkit error has occurred.
Unable to connect to Motif server.

Restarts:
  0: [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.

There was no ouput in the original window's std. error.


Any recomendations on this one folks?

-Frank

Reply via email to