Meteor 1.4 - Unexpected mongo exit code 100. Restarting

I’m experiencing the error below while starting a new app with the 1.4 release. No kind of problem with the latest 1.3.x.

No mongodb.lock file in .meteor/local/db, well the folder is empty.

I’ve also removed rm -rf .meteor in my home folder but nothing.

I’m on a 32bit computer, may be this the problem? Anyone on a 32bit?

Unexpected mongo exit code 100. Restarting.   
Unexpected mongo exit code 100. Restarting.   
Unexpected mongo exit code 100. Restarting.   
Can't start Mongo server.                     
MongoDB had an unspecified uncaught exception.
This can be caused by MongoDB being unable to write to a local database.
Check that you have permissions to write to .meteor/local. MongoDB does
not support filesystems like NFS that do not allow file locking.

A similar issue was just created here (32-bit as well):

Good to know, I will follow the thread on GitHub! Tnx! :thumbsup: