[Bese-devel] help to finish adjusting ucw

Ties Stuij cjstuij at gmail.com
Tue Oct 14 04:46:59 UTC 2008


On Sun, Oct 12, 2008 at 5:30 PM, Daneel <rtfm.rtfm.rtfm at gmail.com> wrote:

> Please, help to find error.

> $sbcl --userinit bin/start.lisp  gives error:
> STYLE-WARNING: redefining .INV-REQUEST-VARIABLE-VALUE in DEFUN
>
> debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread"
> {A6DD829}>:
>   Error during processing of initialization file
> /var/www/ucw/bin/start.lisp:
>
>   The value NIL
>   is not of type
>     (OR (VECTOR CHARACTER) (VECTOR NIL) BASE-STRING PATHNAME FILE-STREAM).
>
> Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
>
> restarts (invokable by number or by possibly-abbreviated name):
>   0: [CONTINUE] Ignore and continue processing.
>   1: [ABORT   ] Skip this initialization file.
>   2:            Skip to toplevel READ/EVAL/PRINT loop.
>   3: [QUIT    ] Quit SBCL (calling #'QUIT, killing the process).
>
> ((LAMBDA (SB-IMPL::E)) #<TYPE-ERROR {B4AAD41}>)
> 0]

You actually left out the most important piece of the error report:
the stack trace. I guess you missed out on that yourself, otherwise
you would probably have included it here. Just look at the last couple
of stack frames for clues about which procedure is missing what
snippet of data.

/Ties




More information about the bese-devel mailing list