-
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
DataStorm/reliability hang (macos, debug) #3056
Comments
There is a crash report attached to the job from the original report:
This crash corresponds to the reader receiving an unexpected sample in: ice/cpp/test/DataStorm/reliability/Reader.cpp Lines 44 to 45 in 7804db9
The crash occurs at 2024-11-04 19:24:55.8588 +0000, which aligns with the last logged server activity:
The "unexpected sample" message doesn't appear anywhere. This can be explained because the test is running in the background. For background tests, the console output is only displayed after the test finishes. However, this test never finishes—it hangs because the writer is waiting for the reader to reconnect, but the reader has already crashed. |
I let this run overnight and got the same crash:
|
Also hanging on Windows: |
There is a crash dump attached to the latest Windows failure. The crash report is a bit useless without the symbols from the build. |
From https://github.com/zeroc-ice/ice/actions/runs/11670664314
Looking at the client log
The text was updated successfully, but these errors were encountered: