-
Notifications
You must be signed in to change notification settings - Fork 592
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
cpp/Ice/timeout failure (Windows) #3048
Comments
Hard to say what's happening: client
server
|
I think the connect timeout happens in ice/cpp/test/Ice/timeout/AllTests.cpp Line 78 in 9ea3eb1
And the message 1 second later correspond to the resumeAdapter call from ice/cpp/test/Ice/timeout/AllTests.cpp Lines 267 to 272 in 9ea3eb1
|
Yes, that's also my understanding. |
With more tracing from https://github.com/zeroc-ice/ice/actions/runs/11673396573?pr=3060, we have: client
server
Interestingly, the server hangs accepting another connection (from port 60207). This connection attempt from the client timed out earlier:
|
Debugging on a slow Windows VM shows the root cause is the slow collection of stack traces on Windows (ws + Win32). It should be fixed by #3110. |
The root cause was indeed stack trace printing on Windows, specifically:
|
#3110 didn't fix this issue. |
From https://github.com/zeroc-ice/ice/actions/runs/11666208467/job/32480630322
The text was updated successfully, but these errors were encountered: