Skip to content

coretest aborts in uv loop #6258

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

Closed
brson opened this issue May 6, 2013 · 4 comments
Closed

coretest aborts in uv loop #6258

brson opened this issue May 6, 2013 · 4 comments
Assignees
Labels
I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.

Comments

@brson
Copy link
Contributor

brson commented May 6, 2013

It happens infrequently but script will sometimes end in a call to abort:

for i in `seq 1 100`; do rm tmp/*ok; make check-stage1-core || break; done

I think this has happened on the bots a few time. I don't have a backtrace at the moment.

@brson brson mentioned this issue May 7, 2013
@brson
Copy link
Contributor Author

brson commented May 12, 2013

This appears to be a bad interaction between uv and the core::run tests.

@brson
Copy link
Contributor Author

brson commented May 12, 2013

The call to epoll_ctl returns EPERM. This has something to do with fork/exec and open fds.

@ghost ghost assigned brson May 13, 2013
@brson brson mentioned this issue May 13, 2013
brson added a commit to brson/rust that referenced this issue May 14, 2013
This includes 26fa6f8 which fixes rust-lang#6258
bors added a commit that referenced this issue May 14, 2013
This includes 26fa6f8 which fixes #6258

@ILyoan I ported your patches forward and confirmed that they build but you should be aware of this upgrade.
@brson
Copy link
Contributor Author

brson commented May 14, 2013

Fixed

@brson brson closed this as completed May 14, 2013
@brson
Copy link
Contributor Author

brson commented May 15, 2013

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Projects
None yet
Development

No branches or pull requests

1 participant