Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: jfreak53 on June 26, 2012, 09:25:26 PM



Title: Boost exception in Ubuntu
Post by: jfreak53 on June 26, 2012, 09:25:26 PM
Anyone have any problem's with 0.6.3 in Ubu 11?  It's compiled and was working just fine now all of a sudden it's throwing this exception and shutting down:

Code:
trying connection 83.233.199.45:8333 lastseen=-154.8hrs
connected 83.233.199.45:8333


************************
EXCEPTION: N5boost12interprocess22interprocess_exceptionE       
Interrupted system call       
bitcoin in ThreadOpenConnections()


Title: Re: Boost exception in Ubuntu
Post by: jfreak53 on June 26, 2012, 10:00:18 PM
Ok, so for future reference the new bitcoin daemon doesn't like it when you feed it old blockchain files, we were feeding it the 170K and then the 137K blockchain from here:
http://sourceforge.net/projects/bitcoin/files/Bitcoin/blockchain/

The official release since our client's don't like to wait for the blockchain to download, and it always worked great, now it doesn't anymore with that new version.  Once we started from scratch without a blockchain it seem's to be working great now.


Title: Re: Boost exception in Ubuntu
Post by: jfreak53 on June 26, 2012, 10:13:40 PM
Ok, so evidently that's not the problem.  It's still doing it but not as often now, but it didn't do it till it got up to the 40K range of blocks.