-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-44846: [CI][C++] Revert change for maybe uninitialized variable to fix thread sanitizer failure #44848
Conversation
@github-actions crossbow submit test-ubuntu-24.04-cpp-thread-sanitizer |
|
I can't reproduce locally, I am just trying to understand if a previous commit is the culprit of the issue. |
Revision: c58ba59 Submitted crossbow builds: ursacomputing/crossbow @ actions-6b9fcced11
|
I don't know, I don't understand how those TSan failures could be related to the change being reverted. |
Also, I don't know why CI was mostly skipped on this PR, did you put "WIP" in the PR title at some point? |
yes, I was initially trying to understand if this was the issue or not, that's why I used WIP. I've just rebased with a new commit message to trigger CI again. |
Ok, I think the original commit just surfaces a lingering bug in |
Thanks @pitrou then let me close this PR as the change is good and it surfaced the bug. I will add your comment to the thread sanitizer issue |
ok, I just saw you are working on the fix already, no need to add comment then. Thanks! |
Rationale for this change
The thread sanitizer build was failing since the original was merged: 2e1ddf5
What changes are included in this PR?
Revert change
Are these changes tested?
Via CI
Are there any user-facing changes?
No