SV: SV: SV: SV: SV: SV: [elephant-devel] Memory error with Elephant

2006-08-24 Thread Petter Egesund
Some thoughts; I am getting a little closer, passing all 110 test except 6. Storing of stings seems to work now. What does not work is storing of integers, and thereby rationals, bignums, and so on. This will not work without some larger rewriting. As far as I can see there are two options: 1. F

SV: SV: SV: SV: SV: SV: SV: [elephant-devel] Memory error with Elephant

2006-08-22 Thread Petter Egesund
; elephant-devel@common-lisp.net Emne: RE: SV: SV: SV: SV: SV: SV: [elephant-devel] Memory error with Elephant I don't have internet at the moment, but what is the definition of int vs integer in the sb-alien foreign interface? Just want to make sure we aren't asking for trouble in the future.

Re: SV: SV: SV: SV: SV: SV: SV: [elephant-devel] Memory error with Elephant

2006-08-22 Thread Ian Eslick
innelig melding- > Fra: Ian Eslick [mailto:[EMAIL PROTECTED] > Sendt: 22. august 2006 15:43 > Til: Petter Egesund; [EMAIL PROTECTED] > Kopi: Robert L. Read; Ian Eslick; elephant-devel@common-lisp.net > Emne: RE: SV: SV: SV: SV: SV: SV: [elephant-devel] Memory error with > E

RE: SV: SV: SV: SV: SV: SV: [elephant-devel] Memory error with Elephant

2006-08-22 Thread Ian Eslick
L PROTECTED] Sendt: 21. august 2006 16:11 Til: Petter Egesund Kopi: Robert L. Read; [EMAIL PROTECTED]; Ian Eslick Emne: Re: SV: SV: SV: SV: SV: [elephant-devel] Memory error with Elephant Interesting. That explains the source of our problem (serializing integers) but I still don't understand

SV: SV: SV: SV: SV: SV: [elephant-devel] Memory error with Elephant

2006-08-22 Thread Petter Egesund
MAIL PROTECTED]; Ian Eslick Emne: Re: SV: SV: SV: SV: SV: [elephant-devel] Memory error with Elephant Interesting. That explains the source of our problem (serializing integers) but I still don't understand why. Even if the 4 byte assumption in lisp keeps us from expanding the buffer stream

Re: SV: [elephant-devel] Memory error with Elephant

2006-08-18 Thread Robert L. Read
6: (REGRESSION-TEST::DO-ENTRIES* #) 17: (REGRESSION-TEST::DO-ENTRIES #) 18: (DO-BACKEND-TESTS (:BDB "/home/pe/.sbcl/site/elephant/tests/testdb/")) 19: (SB-INT:EVAL-IN-LEXENV (DO-BACKEND-TESTS) #) Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] På

Re: [elephant-devel] Memory error with Elephant

2006-08-18 Thread Robert L. Read
That mystifies me.  I can only conjecture that it is somehow related to your environment. Even thought it may seem strange since that simplest of functionality doesn't work, you might wish to execute the test.  If, for example, there were an infinite loop in the serializer when compiled in yo

[elephant-devel] Memory error with Elephant

2006-08-18 Thread Petter Egesund
Hi; I am trying to use Elephant, version 0.6 with Sbcl 0.9.15, Suse 9 on a AMD64 - I have only installed the DBD-backend - Berkley DB 4.3.29   Everything seems to compile fine (also the .so-files). When I try to do some simple things, I get a heap error from my Lisp. Any clues (dump is below