GitHub user alinaliBQ added a comment to the discussion: procdump on Cpp Windows CI
Hi Thanks! I have tried it, the command worked for me after removing `/usr/bin/env` because GitHub had error `Could not find executable /usr/bin/env`. Eventually I got the same output as before, it shows the test cases run, but it doesn't show any coredump or where the segmentation fault occurred ([link](https://github.com/Bit-Quill/arrow/actions/runs/15886949550/job/44801135030#step:13:1305) to log). I think the segmentation fault occurs after all tests are passed. ``` Running arrow-flight-sql-odbc-test, redirecting output into D:/a/arrow/arrow/build/cpp/build/test-logs/arrow-flight-sql-odbc-test.txt (attempt 1/1) D:/a/arrow/arrow/cpp/build-support/run-test.sh: line 87: 4184 Segmentation fault $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1 [==========] Running 111 tests from 12 test suites. [----------] Global test environment set-up. [----------] 46 tests from FlightSQLODBCTestBase/0, where TypeParam = arrow::flight::sql::odbc::FlightSQLODBCMockTestBase [ RUN ] FlightSQLODBCTestBase/0.TestSQLSetConnectAttrAsyncDbcEventUnsupported ... ``` GitHub link: https://github.com/apache/arrow/discussions/46891#discussioncomment-13578719 ---- This is an automatically sent email for user@arrow.apache.org. To unsubscribe, please send an email to: user-unsubscr...@arrow.apache.org