Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Snowballs | ONE MORE HARD FORK to BALLS 2.0.2 | BALLS/MMXIV Market OPEN
by
walnutter
on 13/04/2015, 18:48:34 UTC
Code:

EXCEPTION: 11DbException
Db::put: Cannot allocate memory
Snowballs in ProcessMessages()

ProcessMessage(checkpoint, 110 bytes) FAILED

I suspect that a node running an old version 2.0.1 tries to connect and causes a reorganization, but fails. Just after the fork the 2.0.1 nodes were successful because the blocks to reorganize were only a few, but now 10,000 blocks are too many blocks.

I've been able to stake today after getting that message, so I guess it is not a big issue ...

I think this is the reason for that 11DbException. Every time i got this error, i also saw 2.0.1 version on "getpeerinfo". When i blocked that connections IP with peerblock, that error stayed away untill another 2.0.1 connected. Now i block every 2.0.1 connections IP to keep that error away.