Post
Topic
Board Bitcoin Technical Support
Re: EXCEPTION: St9bad_alloc std::bad_alloc bitcoin in ProcessMessages()
by
buffett
on 17/01/2016, 02:31:14 UTC
the wallet has 100k of addresses

^ That is not a good idea.

The wallet doesn't scale well at all and despite the large amount of RAM you might be hitting a limit that is causing the bad alloc (although a bad alloc could also be caused through passing an invalid value for allocation).

To work out whether the problem is your wallet's size back it up and then delete it and re-start Bitcoin (it will create a new empty wallet). If no crashes happen with the empty wallet then I would assume your problem is the huge wallet.


i know it is not a good idea, but i need to get this wallet up. any ideas?