Re: Oracle Backend on SBCL
Kevin Rosenberg <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
James Bielman wrote: > I've been banging my head all morning trying to get CLSQL working with > Oracle using SBCL 0.9.3 on Linux/x86 with Oracle 10i. Everything > works just fine using CMUCL and Lispworks on Linux, and on Mac OS X > using OpenMCL, but using SBCL (with and without :SB-THREAD), I hit a > SIGSEGV within OCI while trying to connect. Any ideas? No, I don't have specific ideas of why you are getting the error. I have tested with linux/x86 and oracle 9g and 10i with sbcl last year and all was fine. Do you have earlier versions of SBCL you can test with? If those earlier versions work for you, sounds like something have changed in the FFI of SBCL that UFFI/clsql-oracle is not properly handling. Kevin