BitcoinArmory icon indicating copy to clipboard operation
BitcoinArmory copied to clipboard

Segfault While Building Databases

Open falsechicken opened this issue 10 years ago • 0 comments

I have pulled the latest from the testing branch and I run into an issue about 79% of the way through building the database. I have tried previously deleting my entire .armory folder and rescanning from scratch but still the same issue. Here is my console output:

Loading Armory Engine: Armory Version: 0.91.4 PyBtcWallet Version: 1.35 Detected Operating system: Linux OS Variant : ('LinuxMint', '17', 'qiana') User home-directory : /home/jamie Satoshi BTC directory : /home/jamie/.bitcoin/ Armory home dir : /home/jamie/.armory/ LevelDB directory : /home/jamie/.armory/databases Armory settings file : /home/jamie/.armory/ArmorySettings.txt Armory log file : /home/jamie/.armory/armorylog.txt Do wallet checking : True (ERROR) ArmoryQt.py:915 - 9 attempts to load blockchain failed. Remove mempool.bin. (ERROR) ArmoryQt.py:920 - File mempool.bin does not exist. Nothing deleted. -INFO - 1410460342: (BlockUtils.cpp:1582) Set home directory: "sni-qt/21214" WARN 14:32:22.117 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE -INFO - 1410460342: (BlockUtils.cpp:1604) Set blkfile dir: /home/jamie/.bitcoin/blocks -INFO - 1410460342: (BlockUtils.cpp:1614) Set leveldb dir: /home/jamie/.armory/databases -INFO - 1410460342: (BlockUtils.cpp:1570) SetBtcNetworkParams -INFO - 1410460342: (BlockUtils.cpp:3564) Executing: doInitialSyncOnLoad -INFO - 1410460342: (BlockUtils.cpp:3604) Number of registered addr: 362 -INFO - 1410460342: (leveldb_wrapper.cpp:127) Opening databases... -DEBUG - 1410460342: (BlockUtils.cpp:3614) Called build&scan with (0,0,0,1) -INFO - 1410460342: (BlockUtils.cpp:1695) Total blk_.dat files: 175 -INFO - 1410460342: (BlockUtils.cpp:1713) Current Top block in HEADERS DB: 320190 -INFO - 1410460342: (BlockUtils.cpp:1714) Current Top block in BLKDATA DB: 299459 -INFO - 1410460342: (BlockUtils.cpp:1715) Current Applied blocks up to hgt: 0 -DEBUG - 1410460344: (BlockUtils.cpp:4692) Organizing chain w/ rebuild -DEBUG - 1410460346: (BlockUtils.cpp:4816) Done organizing chain -INFO - 1410460347: (BlockUtils.cpp:1816) First unrecognized hash file: 174 -INFO - 1410460347: (BlockUtils.cpp:1817) Offset of first unrecog block: 26694314 -INFO - 1410460347: (BlockUtils.cpp:1826) First blkfile not in DB: 138 -INFO - 1410460347: (BlockUtils.cpp:1827) Location of first block not in DB: 0 -INFO - 1410460347: (BlockUtils.cpp:3646) Fetching stored script histories from DB -INFO - 1410460347: (BlockUtils.cpp:3690) Reading all headers and building chain... -DEBUG - 1410460347: (BlockUtils.cpp:4692) Organizing chain w/ rebuild -DEBUG - 1410460349: (BlockUtils.cpp:4816) Done organizing chain -INFO - 1410460354: (BlockUtils.cpp:3695) Total number of blk_.dat files: 175 -INFO - 1410460354: (BlockUtils.cpp:3696) Total number of blocks found: 320190 -INFO - 1410460354: (BlockUtils.cpp:3708) Getting latest blocks from blk*.dat files -INFO - 1410460354: (BlockUtils.cpp:3709) Total blockchain bytes: 23,373,139,051 -INFO - 1410460354: (BlockUtils.cpp:3715) Parsing blockchain file: /home/jamie/.bitcoin/blocks/blk00138.dat -INFO - 1410460354: (BlockUtils.cpp:3812) /home/jamie/.bitcoin/blocks/blk00138.dat is 134,090,431 bytes ./armory: line 4: 21214 Segmentation fault python ArmoryQt.py

Any help would be appreciated. Thanks!

Running Linux Mint 17 Cinnamon 64bit.

falsechicken avatar Sep 11 '14 18:09 falsechicken