Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try to fix the test_aio_suspend crashes in Travis
test_aio_suspend has recently begun to fail on Travis on Linux with rust-nightly with this error message: "../sysdeps/pthread/aio_suspend.c:102: do_aio_misc_wait: Assertion `status == 0 || status == -11' failed" That error is coming from within glibc itself. I'm guessing that glibc's aio_suspend isn't handling signals correctly, probably due to this bug: https://sourceware.org/bugzilla/show_bug.cgi?id=13172
- Loading branch information