Hi all,
you might remember my somewhat lengthy mail a few days before. I had (and
still have) performance problems. These problems aren't that pressing when
using in-memory databases only. That's fine - but limited to 2GB on 32bit
systems. Since we have 64bit-enabled ultrasparc systems around (solaris
8/9), I decided to push my luck: I compiled sqlite and anything else
that's needed as 64bit libs/apps and ... ran into this (it ran about 8h
before):
--
Assertion failed: res == 0, file ../src/btree_rb.c, line 1341
--
Unfortunatelly I can't provide a backtrace yet - there's still a problem
with gdb, hopefully I will sort it out soon.
Just a guess: I've seen core dumps of the 32bit binaries before
(NDEBUG=1), it just might be the same problem?
Any hints why this happens?
Regards
Daniel Franke
P.S. the submitted sql statements are the same as described in my last
mail a few days before