<div dir="ltr">Unfortunately I am still getting allocation errors even after increasing the cache size to 1.2 gigabytes and eliminating all transactions from my application.  I have included db_stat output--the only alarming aspect is the section about mutexes.  Do I need more memory dedicated to storing mutexes?  90 megabytes seems sufficient to me.  (see attachment)<br>
<br>here's some output from the lisp side:<br>*** glibc detected *** /usr/local/bin/sbcl: malloc(): memory corruption: 0x000000000065c910 ***<br>======= Backtrace: =========<br>/lib/libc.so.6[0x7f5dfa799a14]<br>/lib/libc.so.6(__libc_malloc+0x90)[0x7f5dfa79b360]<br>
/usr/local/BerkeleyDB.4.5/lib/<a href="http://libdb-4.5.so">libdb-4.5.so</a>(__os_malloc+0x6c)[0x7f5df704bf2c]<br>/usr/local/BerkeleyDB.4.5/lib/<a href="http://libdb-4.5.so">libdb-4.5.so</a>(__os_calloc+0x2a)[0x7f5df704c06a]<br>
/usr/local/BerkeleyDB.4.5/lib/<a href="http://libdb-4.5.so">libdb-4.5.so</a>(db_env_create+0x2d)[0x7f5df701cb7d]<br>/home/red/lib/cl/site/elephant/src/db-bdb/libberkeley-db.so(db_env_cr+0x16)[0x7f5df6d692c6]<br>[0x100491019b]<br>
<br>Any idea what's going wrong here?  I'd like to debug it a little more (maybe see an additional error log from bdb), but I can't quite figure out what to do.  Right now all I'm getting is the error code and its message from elephant.<br>
<br>This is with elephant 0.9.1 and bdb <a href="http://4.5.20.">4.5.20.</a>  Would a patch of elephant to support the 4.7 bdb be in order?<br><br>Thanks,<br><br>Red Daly<br></div>