-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
newInbox hangs on ubuntu trusty after several iterations #57
Comments
curious but wonder what happens if setting |
@wallyqs Great suggestion. As I was saying to @aldenpeterson-wf via Slack, I'm pretty sure it has to be something entropy pool-related on Linux, so we can definitely give that a shot. |
@aldenpeterson-wf - Confirmed the behavior you observed on my local precise64 vagrant box. |
@mcqueary looks like that flag will get us past the issues we were running into as well. |
I have no better solution than |
The following code:
run on ubuntu/trusty (via docker from OS:X) repeatedly begins taking 2+ minutes to execute
newInbox
. The first several executions do not take this amount of time - however subsequent attempts do. This is normally 2-5 total executions before the failure behavior begins occurring.I was using the following scripts to test this:
pom.xml
Configuring the environment:
setup_mvce_linux.sh
Running the example:
run_mvce.sh
mvce.zip
The text was updated successfully, but these errors were encountered: