-
Notifications
You must be signed in to change notification settings - Fork 99
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
Comatibility test may trigger segfaults #1979
Labels
Comments
IvoDD
added
bug
Something isn't working
flaky test
Tracking tests that fail inconsistently in CI
labels
Nov 5, 2024
IvoDD
added a commit
that referenced
this issue
Nov 5, 2024
Also since 4.5.1 is now available we replace 4.5.0 with 4.5.1 which should re-enable the lmdb and mongo tests with their segfaults fixed.
Also relatedly the
I had previously identified the segfault is in the mongo destructor. We need to fix that as well. |
IvoDD
changed the title
Comatibility test azure storage segfault
Comatibility test azure and mongo storage segfaults
Nov 5, 2024
Aaand lmdb can segfault too:
Given it's so widespread this is likely not an issue with our storage destructors. I've recently seen it only on conda linux builds so it might be related to that? |
IvoDD
changed the title
Comatibility test azure and mongo storage segfaults
Comatibility test may trigger segfaults
Nov 5, 2024
IvoDD
added a commit
that referenced
this issue
Nov 5, 2024
After we fix the segfaults we can re-enable
IvoDD
added a commit
that referenced
this issue
Nov 6, 2024
Also since 4.5.1 is now available we replace 4.5.0 with 4.5.1 which should re-enable the lmdb and mongo tests with their segfaults fixed.
IvoDD
added a commit
that referenced
this issue
Nov 6, 2024
After we fix the segfaults we can re-enable
grusev
pushed a commit
that referenced
this issue
Nov 25, 2024
Also since 4.5.1 is now available we replace 4.5.0 with 4.5.1 which should re-enable the lmdb and mongo tests with their segfaults fixed.
grusev
pushed a commit
that referenced
this issue
Nov 25, 2024
After we fix the segfaults we can re-enable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
We've seen azure storage compat tests trigger a segfault here:
We've seen such segfaults previously with
lmdb
andmongo
which both had race conditions at desctruction time. We believe we've fixed thelmdb
andmongo
segfaults from4.5.1
going forward.Due to the nature of the compat tests they are very good at reproducing these type of desctructor segfaults because they run many short lived processes which end with many desctructions.
I suspect we might have a similar desctructor related bug with azure.
The text was updated successfully, but these errors were encountered: