1
I am getting this error in the debug.log of bitcoind:
EXCEPTION: N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_21thread_resource_errorEEEEE
boost::thread_resource_error
It happens every 2 to 4 hours, and I need to restart bitcoind.
What I do is I request recent transactions every 2 seconds, via json-rpc.
Does anybody else got this error? Is there a way of avoiding this error?
UPDATE:
I actually managed to figure out it is related to calling walletlock. Whenever walletlock is called (via json-rpc or command line, doesn't matter), a new thread is spawned and it doesn't die. Looks like a bug.
What is the exact RPC call you issue?
listtransactions? – David Schwartz – 2011-11-16T16:47:47.343I actually managed to figure out it related to calling walletlock. Whenever walletlock is called (via json-rpc or command line, doesn't matter), a new thread is spawned and it doesn't die. Looks like a bug. – bitboy9999 – 2011-11-16T17:32:33.663