File "ArmoryQt.py", line 5771, in handleCppNotification
self.updateWalletData()
File "ArmoryQt.py", line 5735, in updateWalletData
self.walletMap[wltid].getAddrDataFromDB()
File "/home/andy/bitcoin/BitcoinArmory/armoryengine/PyBtcWallet.py", line 52, in inner
return func(*args, **kwargs)
File "/home/andy/bitcoin/BitcoinArmory/armoryengine/PyBtcWallet.py", line 3119, in getAddrDataFromDB
countList = self.cppWallet.getAddrTxnCountsFromDB()
File "/home/andy/bitcoin/BitcoinArmory/CppBlockUtils.py", line 2354, in getAddrTxnCountsFromDB
return _CppBlockUtils.BtcWallet_getAddrTxnCountsFromDB(self)
and it seems that it is stuck at "Scanning Transaction History 100% 1 second".
ArmoryDb process still detaches itself from the parent process after Quit (i.e. survives when it should die).
Both issues should be fixed now. Upgraded coin control to display utxos, give that a spin as well. Will work on ZC and progress bars next.