1 2016-03-11 13:00:04 <jonasschnelli> lysobit? You could attach gdb or lldb to get more infos?
 2 2016-03-11 13:26:23 <musalbas> jonasschnelli: i'll try
 3 2016-03-11 13:45:14 <musalbas> hm - so the error seems to lie in berkley db when trying to create a test wallet according to the test case. it's most likely because i'm using an incompatible version of berkleydb, i guess. cc jonasschnelli
 4 2016-03-11 13:45:25 <musalbas> according to the back trace*
 5 2016-03-11 13:45:57 <musalbas> http://pastebin.com/RNDsJ27h
 6 2016-03-11 13:46:04 <jonasschnelli> musalbas: hmm.. not sure.. I also use incompatible bdb in some setups...
 7 2016-03-11 13:46:09 <musalbas> ah
 8 2016-03-11 13:46:54 <jonasschnelli> musalbas: __os_strdup () from /usr/lib/libdb_cxx-4.8.so (<--- looks like you are using the correct BDB (4.8)?
 9 2016-03-11 13:47:14 <musalbas> o_o
10 2016-03-11 13:47:47 <jonasschnelli> maybe a linker misconf?
11 2016-03-11 13:48:47 <musalbas> very strange.  i reconfigured and it started using the correct BDB - although i still got that error when configure said i had an incompatible bdb -- and i haven't installed any new libs. odd. i'll dig deeper into my system config / berkleydb installs
12 2016-03-11 13:51:42 <jonasschnelli> yes,... and make do a proper make clean together with a ./autogen.sh and ./configure
13 2016-03-11 13:51:50 <jonasschnelli> *maybe