-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
assertion failure in uv_close in precompile process #28316
Comments
Interesting, I can't reproduce on FreeBSD 11.2. |
Seems to be happening consistently on FreeBSD CI. cc @iblis17 |
Aargh, of course things couldn't just work... It seems to be this assert https://github.com/libuv/libuv/blob/v1.x/src/unix/core.c#L182. Anyone has an idea why we would fall through all the cases? |
hmm, this assertion failure happened after #28118 merged. |
Also happens on the linux build bot so probably not freebsd specific https://build.julialang.org/#/builders/43/builds/1847. |
Closed by reverting the offending PR. |
E.g. on freebsd:
The text was updated successfully, but these errors were encountered: