After successful sync and several successful restarts, I run into the following error. This is happening with the Bitcoin Core 0.11 fully synced and running fine in the background.
➜ git log
commit 083fc5b (HEAD -> ffreeze, origin/ffreeze)
Author: Alan Reiner
Date: Fri Aug 7 19:34:08 2015 -0400
Added download script to get offline bundle deps
➜ uname -a
Linux qertoip 3.13.0-37-generic #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
➜ ~ python /ArmoryQt.py
(ERROR) ArmoryQt.py:1329 - 4 attempts to load blockchain failed. Remove mempool.bin.
(ERROR) ArmoryQt.py:1334 - File mempool.bin does not exist. Nothing deleted.
-INFO - 1439063351: (BlockUtils.cpp:873) blkfile dir: /home/qertoip/.bitcoin/blocks
-INFO - 1439063351: (BlockUtils.cpp:874) lmdb dir: /home/qertoip/.armory/databases
-INFO - 1439063351: (lmdb_wrapper.cpp:446) Opening databases...
-INFO - 1439063351: (BlockUtils.cpp:1230) Executing: doInitialSyncOnLoad
"sni-qt/7281" WARN 21:49:11.804 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE
-INFO - 1439063351: (BlockUtils.cpp:1314) Total number of blk*.dat files: 317
-INFO - 1439063351: (BlockUtils.cpp:1315) Total blockchain bytes: 42,434,701,647
-INFO - 1439063351: (BlockUtils.cpp:1823) Reading headers from db
(ERROR) announcefetch.py:312 - Could not verify data in signed message block
Traceback (most recent call last):
File "/home/qertoip/Projects/BitcoinArmory/announcefetch.py", line 304, in __runFetchSequence
sig, msg = readSigBlock(digestData)
File "/home/qertoip/Projects/BitcoinArmory/jasvet.py", line 589, in readSigBlock
name = r.split(BEGIN_MARKER)[1].split(DASHX5)[0]
IndexError: list index out of range
-INFO - 1439063355: (BlockUtils.cpp:1849) Found 369016 headers in db
-DEBUG - 1439063355: (Blockchain.cpp:214) Organizing chain w/ rebuild
-WARN - 1439063356: (BlockUtils.cpp:1343) --- Fetching SSH summaries for 346 registered addresses
-INFO - 1439063356: (BlockUtils.cpp:1356) Left off at file 316, offset 71970929
-INFO - 1439063356: (BlockUtils.cpp:1359) Reading headers and building chain...
-INFO - 1439063356: (BlockUtils.cpp:1360) Starting at block file 316 offset 71970929
-INFO - 1439063356: (BlockUtils.cpp:1362) Block height 368994
-INFO - 1439063356: (BlockUtils.cpp:345) parsing headers in file 316
-DEBUG - 1439063357: (Blockchain.cpp:214) Organizing chain w/ rebuild
-INFO - 1439063358: (BlockUtils.cpp:1399) Looking for first unrecognized block
-INFO - 1439063358: (BlockUtils.cpp:1403) Updating Headers in DB
-INFO - 1439063358: (BlockUtils.cpp:1677) Loading block data... file 316 offset 71970929
-INFO - 1439063358: (BlockUtils.cpp:395) reading blocks from file 316
-INFO - 1439063358: (BlockUtils.cpp:1417) Wrote blocks to DB in 0.102265s
-WARN - 1439063358: (BlockUtils.cpp:1113) Scanning from 368991 to 368996
-ERROR - 1439063358: (BlockWriteBatcher.cpp:359) Header heigh&dup is not in BLKDATA DB
-ERROR - 1439063358: (BlockWriteBatcher.cpp:359) Header heigh&dup is not in BLKDATA DB
-ERROR - 1439063358: (BlockWriteBatcher.cpp:360) (368994, 0)
-ERROR - 1439063358: (BlockWriteBatcher.cpp:360) (368992, 0)
-ERROR - 1439063358: (BlockWriteBatcher.cpp:359) Header heigh&dup is not in BLKDATA DB
-ERROR - 1439063358: (BlockWriteBatcher.cpp:360) (368993, 0)
-ERROR - 1439063358: (BlockWriteBatcher.cpp:359) Header heigh&dup is not in BLKDATA DB
-ERROR - 1439063358: (BlockWriteBatcher.cpp:360) (368991, 0)
-ERROR - 1439063358: (BlockWriteBatcher.cpp:2175) hit interruption marker from pull threads
-INFO - 1439063358: (BlockUtils.cpp:1457) checking scan integrity
-WARN - 1439063358: (BlockUtils.cpp:1462) Top scanned block does not match top block header
-WARN - 1439063358: (BlockUtils.cpp:1525) Issue is benign, moving on
-ERROR - 1439063358: (BDM_mainthread.cpp:430) BDM thread failed: bad block meta value
(python:7281): Gtk-CRITICAL **: IA__gtk_progress_configure: assertion 'value >= min && value <= max' failed
If you need anything else please let me know.