-
Notifications
You must be signed in to change notification settings - Fork 3.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
[CI][R] Resolve Valgrind errors #42234
Comments
You need to either create your threads detached or, usually better, use join. |
Issue resolved by pull request 42249 |
I am not aware of any changes in that regard but I do remember that we had the issue before that the valgrind build used the binary after we added the change to the build system initially but that was fixed long ago... Weird. |
Actually looking through the logs, this job was on azure pipelines before and was moved to gha in #41127 during that the |
Aaaah ok that makes sense. I didn't realize the nightlies were down for that long, but that would explain it! |
Describe the bug, including details regarding any error messages, version, and platform.
We have been seeing Valgrind errors for a while now in R.
a recent build
Judging from when these started, I suspect one of these PRs is what introduced this:* #41419* #41295* #41421* #41366* #41434Turns out, something changed with how we were looking for binaries when we were instantiating the Valgrind run and that was causing these issues. The strange thing is that there were no code changes around this which shouldn't have caused this build to start using binaries of libarrow, but seemingly did:
The last success 30 April:
The first failure 1 May:
I've hardcoded don't-download-binaries in #42249 which resolves the issue, but I'm curious if you know of what changed around then to start this @assignUser ? We also might need to check other builds that we want to be source builds and confirm that they still are too.
Component(s)
C++, R
The text was updated successfully, but these errors were encountered: