-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the bug, including details regarding any error messages, version, and platform.
Fairly recently, some of the arrow-compute-* tests started segfaulting on the verify-rc-source-windows job. See an example run https://github.com/ursacomputing/crossbow/actions/runs/16131946653/job/45520878681
And a sample of a single test failure
[ RUN ] TestPivotKernel.AllInputKinds
unknown file: error: SEH exception with code 0xc0000005 thrown in the test body.
Stack trace:
[ FAILED ] TestPivotKernel.AllInputKinds (0 ms)
And a summary:
The following tests FAILED:
24 - arrow-compute-scalar-if-else-test (Failed) arrow-compute-tests unittest
25 - arrow-compute-scalar-temporal-test (Failed) arrow-compute-tests unittest
26 - arrow-compute-scalar-math-test (Failed) arrow-compute-tests unittest
28 - arrow-compute-vector-test (Failed) arrow-compute-tests unittest
29 - arrow-compute-vector-sort-test (Failed) arrow-compute-tests unittest
30 - arrow-compute-vector-selection-test (Failed) arrow-compute-tests unittest
31 - arrow-compute-vector-swizzle-test (Failed) arrow-compute-tests unittest
32 - arrow-compute-aggregate-test (Failed) arrow-compute-tests unittest
Related, I guess the missing stack traces in the above output are a known thing and might require some work: #27455.
Component(s)
C++
Reactions are currently unavailable