Logged In: YES
user_id=357491
How to reproduce the bug:
* Follow the instructions at http://mnetproject.org/repos/ on how to get a
copy of the in-dev version of mnet (I used the instructions for using wget
and it worked fine).
* Run ``python setup.py``. Do realize that this app will download other
Python code (crypto stuff mostly) to finish its install. Takes up about 54
MB on my machine after it is compiled.
* Run ``python setup.py test -a``. This executes the testing suite. The
bug manifests itself after the testing suite finishes execution.
This will consistently cause the bug every time. |