AvianNetwork/Avian

qt: Fetching price may lead to random SEGFAULT

Closed this issue · 3 comments

When running mainnet/testnet/regtest there is a random chance that it may crash to a segfault.

Update: SEGFAULT was experienced on main-net. This means the issue is unrelated to assets or UI.

SEGFAULT occurs here:

int unit = walletModel->getOptionsModel()->getDisplayUnit();

getOptionsModel() is returning null, causing the wallet to crash.

Fixed in #172