On Thu, Jan 1, 2009 at 3:36 PM, Gregory Sharp <[email protected]> wrote:

> Hi again,
>
> I'm setting up my parallel windows install. I follow the
> instructions on the wiki, install packages by unzipping them
> in the [SBCL]/site directory (do I need to do anything else?).


This should be sufficient, if you use the suggested wild pathname to grab
everything in the [SBCL]/site directory. If you ever want to add more
libraries, you should be able to just drop them in that folder.

I use the lispbuilder-sdl-0.9.7.tgz and
> win32-lispbuilder-sdl-binaries.tgz from the lispbuilder
> download site.
>
> Then, I fire up SBCL, and run the following:
>
> (require :asdf)
> (dolist (dir (directory "c:\\Program Files\\Steel Bank Common
> Lisp\\1.0.22\\site\\*\\"))
>  (pushnew dir asdf:*central-registry* :test #'equal))
> (asdf:operate 'asdf:load-op :lispbuilder-sdl)
>
> This yields the below error.  Any ideas?
>
> (asdf:operate 'asdf:load-op :lispbuilder-sdl)
> ; loading system definition from
> ; c:\Program Files\Steel Bank Common
> Lisp\1.0.22\site\lispbuilder-sdl\lispbuilder-sdl.asd
> ; into #<PACKAGE "ASDF0">

...
> ; c:\Program Files\Steel Bank Common Lisp\1.0.22\site\babel\babel.asd into
> ; #<PACKAGE "ASDF0">


This shows that SBCL is finding the system definitions (which is half the
battle).

debugger invoked on a SIMPLE-ERROR: EXCEPTION_ACCESS_VIOLATION


I have seen this error before, but it has been intermittent for me, and I
can't reproduce it right now.

A backtrace (type "ba" at the debugger) could help provide more information
if you can reproduce this error.

Hope this helps.

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
>
> restarts (invokable by number or by possibly-abbreviated name):
>  0: [ABORT] Exit debugger, returning to top level.
>
> (SB-KERNEL:HANDLE-WIN32-EXCEPTION
>  #.(SB-SYS:INT-SAP #X0022D62C)
>  #.(SB-SYS:INT-SAP #X0022D610))
> 0] ; in: LAMBDA NIL
> ;     (SETF (SB-PCL::CLOS-SLOTS-REF SB-PCL::.SLOTS. 9)
> ;             (SB-PCL::WITH-TYPE-CHECKED (T NIL) 'NIL))
> ; --> LET* MULTIPLE-VALUE-BIND LET FUNCALL SB-C::%FUNCALL
> ; --> #<SB-C::DEFINED-FUN :%SOURCE-NAME (SETF SB-PCL::CLOS-SLOTS-REF)
> :INLINEP :
> INLINE :FUNCTIONAL #<SB-C::CLAMBDA :%SOURCE-NAME (SETF
> SB-PCL::CLOS-SLOTS-REF) :
> %DEBUG-NAME NIL :KIND :ZOMBIE :TYPE #<SB-KERNEL:BUILT-IN-CLASSOID FUNCTION
> (read
> -only)> :WHERE-FROM :DEFINED :VARS (SB-PCL::NEW-VALUE SB-PCL::SLOTS
> SB-INT:INDEX
> ) {24703649}> {24702DB9}>
> ; --> BLOCK SETF SB-KERNEL:%SVSET SB-KERNEL:%ASET
> ; --> SB-KERNEL:HAIRY-DATA-VECTOR-SET MULTIPLE-VALUE-BIND
> MULTIPLE-VALUE-CALL
> ; ==>
> ;   #'(LAMBDA (&OPTIONAL (ARRAY) (SB-INT:INDEX) &REST #:G147)
> ;       (DECLARE (IGNORE #:G147))
> ;       (DECLARE (TYPE (SIMPLE-ARRAY T 1) ARRAY) (TYPE T SB-C::NEW-VALUE))
> ;       (SB-KERNEL:DATA-VECTOR-SET ARRAY SB-INT:INDEX SB-C::NEW-VALUE))
> ;
> ; caught WARNING:
> ;   Starting a select without a timeout while interrupts are disabled.
> _______________________________________________
> application-builder mailing list
> [email protected]
> http://www.lispniks.com/mailman/listinfo/application-builder
>



-- 
Elliott Slaughter

"Any road followed precisely to its end leads precisely nowhere." - Frank
Herbert
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to