Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We've started seeing Valgrind in our R tests. I did some digging through the commits and found that these errors started when https://github.com/apache/arrow/commit/0d979bf0cbb10e4977c99a542c266134604e72a5 was merged (ARROW-12575).
As far as I know, this is the first use of negate_checked in R, so that is the likely culprit, though I haven't been able to match the error outputs to the negate_checked code directly.
Here's the first failure: https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=4805&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=d9b15392-e4ce-5e4c-0c8c-b69645229181&l=2942
Attachments
Attachments
Issue Links
- is a parent of
-
ARROW-13039 [R] Fix error message handling
- Resolved
-
ARROW-13041 [C++] Unary kernels can leave uninitialized data under null entries
- Resolved