I’m running the current master branch version (1c2edd9f). I recently saw it crash shortly after starting up.
$ ./bitcoin-qt
*** Error in `./bitcoin-qt': free(): invalid next size (fast): 0x00007f6fabfb5f90 ***
Aborted
$
Unfortunately I don’t have a stack trace available.
Here’s the full debug.log file contents:
2017-02-03 23:28:28
[...]
2017-02-03 23:28:28 Bitcoin version v0.13.99.0-1c2edd9
2017-02-03 23:28:28 InitParameterInteraction: parameter interaction: -listen=0 -> setting -discover=0
2017-02-03 23:28:28 InitParameterInteraction: parameter interaction: -listen=0 -> setting -listenonion=0
2017-02-03 23:28:28 InitParameterInteraction: parameter interaction: -whitelistforcerelay=1 -> setting -whitelistrelay=1
2017-02-03 23:28:29 Assuming ancestors of block 0000000000000000030abc968e1bd635736e880b946085c93152969b9a81a6e2 have valid signatures.
2017-02-03 23:28:29 Default data directory /home/chris/.bitcoin
2017-02-03 23:28:29 Using data directory /home/chris/.bitcoin
2017-02-03 23:28:29 Using config file /home/chris/.bitcoin/bitcoin.conf
2017-02-03 23:28:29 Using at most 32 automatic connections (65536 file descriptors available)
2017-02-03 23:28:29 Using 32 MiB out of 32 requested for signature cache, able to store 1048576 elements
2017-02-03 23:28:29 Using 4 threads for script verification
2017-02-03 23:28:29 scheduler thread start
2017-02-03 23:28:29 HTTP: creating work queue of depth 16
2017-02-03 23:28:29 Config options rpcuser and rpcpassword will soon be deprecated. Locally-run instances may remove rpcuser to use cookie-based auth, or may be replaced with rpcauth. Please see share/rpcuser for rpcauth auth generation.
2017-02-03 23:28:29 HTTP: starting 4 worker threads
2017-02-03 23:28:29 Using BerkeleyDB version Berkeley DB 5.3.28: (September 9, 2013)
2017-02-03 23:28:29 Using wallet wallet.dat
2017-02-03 23:28:29 init message: Verifying wallet...
2017-02-03 23:28:29 CDBEnv::Open: LogDir=/home/chris/.bitcoin/database ErrorFile=/home/chris/.bitcoin/db.log
2017-02-03 23:28:30 Cache configuration:
2017-02-03 23:28:30 * Using 37.5MiB for block index database
2017-02-03 23:28:30 * Using 8.0MiB for chain state database
2017-02-03 23:28:30 * Using 254.5MiB for in-memory UTXO set (plus up to 286.1MiB of unused mempool space)
2017-02-03 23:28:30 init message: Loading block index...
2017-02-03 23:28:30 Opening LevelDB in /home/chris/.bitcoin/blocks/index
2017-02-03 23:28:31 Opened LevelDB successfully
2017-02-03 23:28:31 Using obfuscation key for /home/chris/.bitcoin/blocks/index: 0000000000000000
2017-02-03 23:28:31 Opening LevelDB in /home/chris/.bitcoin/chainstate
2017-02-03 23:28:32 Opened LevelDB successfully
2017-02-03 23:28:32 Using obfuscation key for /home/chris/.bitcoin/chainstate: 0000000000000000
2017-02-03 23:28:36 LoadBlockIndexDB: last block file = 724
2017-02-03 23:28:36 LoadBlockIndexDB: last block file info: CBlockFileInfo(blocks=55, size=52580365, heights=451383...451437, time=2017-02-03...2017-02-03)
2017-02-03 23:28:36 Checking all blk files are present...
2017-02-03 23:28:36 LoadBlockIndexDB: transaction index enabled
2017-02-03 23:28:36 LoadBlockIndexDB: hashBestChain=00000000000000000214c910b71f60e755bec4c09905a3d25da1073fd6bfb1c5 height=451437 date=2017-02-03 23:25:50 progress=0.999997
2017-02-03 23:28:36 init message: Rewinding blocks...
2017-02-03 23:28:38 init message: Verifying blocks...
2017-02-03 23:28:38 Verifying last 1 blocks at level 3
2017-02-03 23:28:38 [0%]...[99%]...[DONE].
2017-02-03 23:28:39 No coin database inconsistencies in last 2 blocks (4519 transactions)
2017-02-03 23:28:39 block index 8807ms
2017-02-03 23:28:39 init message: Loading wallet...
2017-02-03 23:28:39 nFileVersion = 139900
2017-02-03 23:28:39 Keys: 0 plaintext, 2613 encrypted, 259 w/ metadata, 2613 total
2017-02-03 23:28:39 wallet 609ms
2017-02-03 23:28:39 init message: Rescanning...
2017-02-03 23:28:39 Rescanning last 32 blocks (from block 451405)...
2017-02-03 23:28:42 rescan 2454ms
2017-02-03 23:28:42 setKeyPool.size() = 79
2017-02-03 23:28:42 mapWallet.size() = 6538
2017-02-03 23:28:42 mapAddressBook.size() = 11963
2017-02-03 23:28:42 mapBlockIndex.size() = 452118
2017-02-03 23:28:42 nBestHeight = 451437
2017-02-03 23:28:42 init message: Loading addresses...
2017-02-03 23:28:42 Loaded 63143 addresses from peers.dat 209ms
2017-02-03 23:28:42 init message: Loading banlist...
2017-02-03 23:28:42 init message: Starting network threads...
2017-02-03 23:28:42 net thread start
2017-02-03 23:28:42 init message: Done loading
2017-02-03 23:28:42 dnsseed thread start
2017-02-03 23:28:42 opencon thread start
2017-02-03 23:28:42 msghand thread start
2017-02-03 23:28:42 addcon thread start
2017-02-03 23:28:42 GUI: Platform customization: "other"
2017-02-03 23:28:43 connect() to [2003:7a:4917:e400:108e:b3ea:5d0c:8ae4]:8333 failed: Network is unreachable (101)
2017-02-03 23:28:43 GUI: PaymentServer::LoadRootCAs: Loaded 169 root certificates
2017-02-03 23:28:43 receive version message: /Satoshi:0.12.0/: version 70012, blocks=451437, us=x.x.x.x:x, peer=0, peeraddr=89.184.65.85:8333