Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: gweedo on March 31, 2014, 01:29:42 AM



Title: Bitcoin Core 0.9 is giving me this error on startup
Post by: gweedo on March 31, 2014, 01:29:42 AM
Mac OSX 10.9.2
Code:
N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_21thread_resource_errorEEEEE


Here is my log.
Code:
2014-03-31 01:10:38 init message: Verifying blocks...
2014-03-31 01:10:38 Verifying last 288 blocks at level 3
2014-03-31 01:21:17 No coin database inconsistencies in last 289 blocks (100301 transactions)
2014-03-31 01:21:17  block index          643921ms
2014-03-31 01:21:17 init message: Loading wallet...
2014-03-31 01:21:18 nFileVersion = 99900
2014-03-31 01:21:18 Keys: 0 plaintext, 299 encrypted, 8 w/ metadata, 299 total
2014-03-31 01:21:19  wallet                 2035ms
2014-03-31 01:21:20 init message: Loading addresses...
2014-03-31 01:21:20 Loaded 18418 addresses from peers.dat  142ms
2014-03-31 01:21:20 mapBlockIndex.size() = 293361
2014-03-31 01:21:20 nBestHeight = 293180
2014-03-31 01:21:20 setKeyPool.size() = 101
2014-03-31 01:21:20 mapWallet.size() = 292
2014-03-31 01:21:20 mapAddressBook.size() = 68
2014-03-31 01:21:20 ext-ip thread start
2014-03-31 01:21:20 dnsseed thread start
2014-03-31 01:21:20 Loading addresses from DNS seeds (could take a while)
2014-03-31 01:21:20 upnp thread start
2014-03-31 01:21:20 net thread start
2014-03-31 01:21:20 addcon thread start
2014-03-31 01:21:20 opencon thread start
2014-03-31 01:21:20 msghand thread start
2014-03-31 01:21:20 dumpaddr thread start
2014-03-31 01:21:20

************************
EXCEPTION: N5boost16exception_detail10clone_implINS0_19error_info_injectorINS_21thread_resource_errorEEEEE      
boost::thread_resource_error: Resource temporarily unavailable      
bitcoin in Runaway exception      

2014-03-31 01:21:20 118 addresses found from DNS seeds
2014-03-31 01:21:20 dnsseed thread exit
2014-03-31 01:21:21 GetMyExternalIP() received [[IP]] [IP]:0
2014-03-31 01:21:21 GetMyExternalIP() returned [IP]
2014-03-31 01:21:21 AddLocal([IP]:8333,4)
2014-03-31 01:21:21 ext-ip thread exit
2014-03-31 01:21:23 UPnP: ExternalIPAddress = [IP]
2014-03-31 01:21:24 AddLocal([IP]:8333,3)
2014-03-31 01:21:26 connect() to 185.17.25.159:8333 failed after select(): Connection refused
2014-03-31 01:21:26 UPnP Port Mapping successful.
2014-03-31 01:21:38 receive version message: /Satoshi:0.9.0/: version 70002, blocks=293315, us=[ip]:51835, them=119.237.183.41:8333, peer=119.237.183.41:8333
2014-03-31 01:21:38 Added time data, samples 2, offset -1 (+0 minutes)
2014-03-31 01:21:42 ProcessBlock: ACCEPTED
2014-03-31 01:21:43 EnvShutdown exception: Invalid argument (22)
2014-03-31 01:21:43 socket select error 9

EDIT: I actually had to downgrade, I tried to delete everything of course after a backup and I was met with the same error.