amoeba opened a new issue, #47033: URL: https://github.com/apache/arrow/issues/47033
### 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: https://github.com/apache/arrow/issues/27455. ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org