1 2013-02-16 00:02:35 <Luke-Jr> bitcoin-qt-only build success
 2 2013-02-16 00:03:17 <gavinandresen> cool.  You don't want to know how long it took me to figure out the correct escaping for  OPT=\\"$$QMAKE_CXXFLAGS\\" in the bitcoin-qt.pro file???. (sigh)
 3 2013-02-16 00:03:27 <Luke-Jr> >_<
 4 2013-02-16 00:17:46 <dhill> now i just gotta figure out this last crash
 5 2013-02-16 00:18:03 <dhill> tried boost 1.42.0 and 1.52.0 .. and db4 4.6.21 and 4.8.30
 6 2013-02-16 00:18:13 <Luke-Jr> ???
 7 2013-02-16 00:18:14 <dhill> always in DB::get
 8 2013-02-16 00:18:20 <andytoshi> do you have valgrind? does it say anything interesting?
 9 2013-02-16 00:18:29 <dhill> no valgrind
10 2013-02-16 00:18:30 <andytoshi> i think the opinion here is that this is DB4's fault..
11 2013-02-16 00:19:00 <dhill> db4 uses shared memory by default?  unless you use DB_PRIVATE?
12 2013-02-16 00:20:11 <dhill> #9  0x1c04f6a3 in CDB::Read<std::pair<std::string, uint256>, CTxIndex> (this=0xcfbb45bc, key=@0xcfbb3e44, value=@0xcfbb3f78) at db.h:129
13 2013-02-16 00:20:29 <dhill> #8  0x0bfebced in Db::get () at optional.hpp:479
14 2013-02-16 00:20:37 <dhill> hrm
15 2013-02-16 01:09:55 <dhill> so, db_dump shows some interesting issues
16 2013-02-16 01:11:50 <dhill> http://gbpaste.org/1grmH
17 2013-02-16 01:11:59 <dhill> does that look normal for a db_dump of blkindex.dat ?
18 2013-02-16 01:12:08 <dhill> that first part of it at least
19 2013-02-16 01:12:22 <dhill> that huge entry near the bottom..  normal?
20 2013-02-16 01:16:53 <dhill> don't use boost serialization?
21 2013-02-16 01:20:51 <andytoshi> dhill: fwiw, bitcoind 0.8 moves away from db4 for blockchain stuff
22 2013-02-16 01:20:58 <andytoshi> it's still used for the wallet, so maybe you are still screwed tho
23 2013-02-16 01:23:05 <dhill> what does 0.8 use?