Wallet crashes:
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
please fix !
Try disabling staking?
lol.. is disabled already.. its crashing on my regular machine also btw..even without any coins
std::bad_alloc usually indicates a memory overflow or that, somewhere, an iterator is trying to access an element outside of a container's index. It'll take quite a while to debug without other information. The debug log might help, but running cryptcashd through gdb and posting the information you get when it fails will definitely do some good.