[CM] CLM/Snd problems
Dave Phillips
dlphilp@bright.net
Thu, 28 Nov 2002 09:34:24 -0500
Hi Bill:
I'm having some new/old problems with the CLM/Snd connection. Using
CLM built into a cm.core I get this:
dlphilp@localhost:~/CCRMA$ lisp -core cm-2.4.0/bin/cm.core -init
cm-2.4.0/bin/cminit.lisp
* (in-package :clm)
#<The CLM package, 1721/2388 internal, 770/1184 external>
* (start-snd)
Error in function UNIX::SIGSEGV-HANDLER: Segmentation Violation at
#x402C41F0.
Restarts:
0: [ABORT] Return to Top-Level.
Debug (type H for help)
(UNIX::SIGSEGV-HANDLER #<unused-arg>
#<unused-arg>
#.(SYSTEM:INT-SAP #x3FFFEAE0))
Source: Error finding source:
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM: Source file no longer
exists:
target:code/signal.lisp.
0] 0
*
Trying the same function using only the CLM image:
dlphilp@localhost:~/CCRMA$ lisp
CMU Common Lisp 18d, running on localhost.localdomain
Send questions to cmucl-help@cons.org. and bug reports to
cmucl-imp@cons.org.
Loaded subsystems:
Python 1.0, target Intel x86
CLOS based on PCL version: September 16 92 PCL (f)
* (load "clm-2/all.lisp")
; Loading #p"/home/dlphilp/CCRMA/clm-2/all.lisp".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/special-form-for-cmu.cl".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/clm-package.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/initmus.x86f".
;;; Running /usr/bin/ld...
;;; Done.
;; Loading #p"/home/dlphilp/CCRMA/clm-2/sndlib2clm.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/defaults.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/ffi.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/io.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/mus.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/run.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/cmus.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/sound.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/clm-help.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/defins.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/env.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/clm-snd.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/rt.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/export.x86f".
;; Loading #p"/home/dlphilp/CCRMA/clm-2/clm1.x86f".
T
* (start-snd)
T
* (send-snd "(open-sound \"/home/dlphilp/linus.wav\")")
-1
*
Snd will open with the call to (send-snd) but it doesn't load the file
(hence the -1 I think). Previously it loaded the indicated file without
problem, but now the Snd/CLM connection fails with either image. Any
suggestions ?
Best regards,
== Dave Phillips
The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
The Linux Soundapps Site at http://linux-sound.org