Console hangs when running any web3.eth getter functions such as web3.eth.accounts.
1) run truffle develop
2) in truffle(develop) console run web3.eth.accounts
List all the accounts in the development blockchain.
Terminal hangs on the command.

Can confirm, the process uses 100% CPU. Ctrl + c does nothing, kill <PID> kills the process.
OS: Ubuntu 16.04
Truffle v4.0.0-beta.0
This should be fixed and going out in the next beta.
Most helpful comment
This should be fixed and going out in the next beta.