I'm getting this error after a clean build from master on Mac OS X 10.6.8.
debug.log output after 3 runs:
2014-09-19 03:32:32 Error: Initialization sanity check failed. Bitcoin Core is shutting down.
2014-09-19 03:32:32 Shutdown: In progress...
2014-09-19 03:32:32 StopNode()
2014-09-19 03:32:33 Shutdown: done
2014-09-19 03:33:04 Error: Initialization sanity check failed. Bitcoin Core is shutting down.
2014-09-19 03:33:04 Shutdown: In progress...
2014-09-19 03:33:04 StopNode()
2014-09-19 03:33:04 Shutdown: done
2014-09-19 03:33:10 Error: Initialization sanity check failed. Bitcoin Core is shutting down.
2014-09-19 03:33:10 Shutdown: In progress...
2014-09-19 03:33:10 StopNode()
2014-09-19 03:33:10 Shutdown: done
I tried with an empty data directory and got the same results. Any ideas of what I could be doing wrong?