-
-
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
windows libuv freeze when running tests #16556
Comments
I wonder if it could be #11727 |
Appveyor is not running tests within mintty, so while it may be related I doubt it's exactly the same issue. |
#11727 isn't related to mintty either... Do we know which workaround Appveyorbis using to emulate a terminal emulator? |
No, but we can ask. |
You should probably be the one to phrase exactly what you'd like to ask. Here's a backtrace of an instance of this that was run in cmd, no redirection at all:
|
I'm going to propose reverting back to the older branch of libuv if this bug can't be fixed soon. |
This reverts commit d9cdda6. The new libuv branch is causing JuliaLang#16556
This has been happening on win32 appveyor as well. From checking in gdb when it happens locally, something is going wrong in libuv. |
RFC: revert a problematic libuv commit to fix #16556
As seen every time appveyor times out lately. I get this locally once in a while, so it's probably not specific to the appveyor environment, but I've rarely if ever seen it happen on 32 bit appveyor.
I did attach gdb to this once and it looked like Julia was waiting in
uv_poll
, so this may be correlated with the libuv upgrade making this more frequent recently. I'll try to catch it again but could use debugging suggestions for how to start tracking down the underlying cause.The text was updated successfully, but these errors were encountered: