Skip to content
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

Trace test fails occasionally and unpredictably #429

Open
dicej opened this issue Apr 8, 2015 · 1 comment
Open

Trace test fails occasionally and unpredictably #429

dicej opened this issue Apr 8, 2015 · 1 comment
Labels

Comments

@dicej
Copy link
Member

dicej commented Apr 8, 2015

This causes ci.sh to fail randomly for unrelated pull requests, maybe 1% of the time. One way to try reproducing it is with e.g.

while make mode=debug bootimage=true input=Trace run >/tmp/log.txt 2>&1; do echo success; done

If that loop exits, it means it fails, and hopefully /tmp/log.txt has details. You might also want to run ulimit -c unlimited to ensure the core is dumped if it crashes.

@dicej
Copy link
Member Author

dicej commented Apr 8, 2015

I've had the above loop running for the past few hours and have yet to hit a failure. Maybe there's something about Travis's build environment that makes it more likely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants