Re: SV: ;;; An error occurred in function GROW-CODE-BUFFER:

JP Massar <[email protected]> Fri, 04 Apr 2003 19:51:57 -0800
Newsgroups gmane.lisp.corman
Message-ID <[email protected]>
>
>Roger and JP,
>
>I am using:
>
>- CCL 2.01 (no patches installed as I just re-installed the whole
>thing)
>- Windows XP Home, with the latest service pack.
>
>What follows is the exact code that generates the error under my
>setup (not exactly stellar LISP code, but my plan was to port an
>OpenGL example from C to LISP - statement for statement - in order
>to test my SDL FFI definitions):

Yes, I can reproduce it now.  Here's the backtrace I get:

;;; An error occurred in function GROW-CODE-BUFFER:
;;; Error: not implemented

;;; ERROR                               (File sys/conditions.lisp, line 463)
;;; ASSEMBLER-X86::GROW-CODE-BUFFER     (File sys/assembler.lisp, line 46)
;;; ASSEMBLER-X86::EMIT-CODE            (File sys/assembler.lisp, line 75)
;;; ASSEMBLER-X86::ASSEMBLE-INLINE      (File sys/compiler.lisp, line 106)
;;; #< COMPILED-FUNCTION: #x19BEEC8 >   (File sys/ffi.lisp, line 986)
;;; FUNCALL                             (File sys/clos.lisp, line 1846)
;;; COMMON-LISP::COMPILE-FUNCTION-CALL-FORM (File sys/compiler.lisp, line 82)

Not that I have a clue what is wrong...


P.S:  It's always a good idea to provide the exact code and detailed
instructions on how to reproduce a bug.