Re: [elephant-devel] Problem with LWW 5.1.2, BDB-backend

2009-12-09 Thread Plamen .
And this are the contents of the ENV struct passed from Lisp to db_env_open (function pointers and the max-transactions and max-locks omitted because of the invalid argument error...) - may be someone would spot something... Regards $14 = { env = 0x1829500, mtx_db_env = 0, db_errcall = 0,

Re: [elephant-devel] Problem with LWW 5.1.2, BDB-backend

2009-12-09 Thread Plamen .
Hello Ian, Elliott, now I (learned some GDB, btw, Elliott - ty a lot for the compiler options for GCC) debugged also the C side of the Elephant under LWW-32bit/BDB 4.7.25 and... everything looks ok as ordered by the Lisp-side of the inteface - all parameters to the db_env_open are passed as expect