Post
Topic
Board Beginners & Help
Bitcoind -daemon crashes
by
Soak
on 23/06/2011, 08:05:06 UTC
Hello,

Sorry for post in this forum but I haven't access to the "Technical Support" forum.

When I launch ./bitcoind -daemon on my server, it runs a few minutes (~5/10 minutes) and crashes.

Log:

Quote
[...]
ProcessBlock: ACCEPTED
sending: inv (253 bytes)
sending: inv (253 bytes)
received: addr (61 bytes)
AddAddress(188.163.2.213:8333)
AddAddress(78.149.171.255:8333)
received: inv (109 bytes)
  got inventory: block 0000000001f4f06c6dbe  have
  got inventory: block 000000000867d8f71262  have
  got inventory: block 000000000a33c33d8994  have
sending: inv (253 bytes)
received: getdata (36003 bytes)
received getdata for: block 0000000006c0240f5bd6
sending: block (aborted)


************************
EXCEPTION: St9bad_alloc
std::bad_alloc
bitcoin in ProcessMessage()

ProcessMessage(getdata, 36003 bytes) FAILED
received: getdata (36003 bytes)
received getdata for: block 00000000061f7b758f52
sending: block (aborted)


************************
EXCEPTION: St9bad_alloc
std::bad_alloc
bitcoin in ProcessMessage()

ProcessMessage(getdata, 36003 bytes) FAILED
received: getdata (36003 bytes)
received getdata for: block 000000000d7489d709ae
sending: block (aborted)


************************
EXCEPTION: St9bad_alloc
std::bad_alloc
bitcoin in ProcessMessage()

ProcessMessage(getdata, 36003 bytes) FAILED
received: getdata (36003 bytes)
received getdata for: block 00000000048507026a75
sending: block (aborted)


************************
EXCEPTION: St9bad_alloc
std::bad_alloc
bitcoin in ProcessMessage()

ProcessMessage(getdata, 36003 bytes) FAILED
received: getdata (36003 bytes)
received getdata for: block 000000000a99031e3fca
sending: block (aborted)


************************
EXCEPTION: St9bad_alloc
std::bad_alloc
bitcoin in ProcessMessage()

ProcessMessage(getdata, 36003 bytes) FAILED
received: getdata (36003 bytes)
received getdata for: block 000000000ce5f84a1a6f
sending: block (aborted)


************************
EXCEPTION: St9bad_alloc
std::bad_alloc
bitcoin in ProcessMessage()

ProcessMessage(getdata, 36003 bytes) FAILED
received: getdata (36003 bytes)
received getdata for: block 000000000782264a9c71
sending: block (aborted)


************************
EXCEPTION: St9bad_alloc
std::bad_alloc
bitcoin in ProcessMessage()

ProcessMessage(getdata, 36003 bytes) FAILED
sending: inv (aborted)


************************
EXCEPTION: St9bad_alloc
std::bad_alloc
bitcoin in ThreadMessageHandler()

Configuration:

OS: Ubuntu 10.09 LTS (virtual server)
Mem: 256 mb
SWAP: 256 mb


I can't add memory without pay more to my host. I have test 0.3.21, 0.3.23 and try to delete chinese locale folder.

Anyone can help me please?