sgilmore10 commented on issue #42015: URL: https://github.com/apache/arrow/issues/42015#issuecomment-2161836366
I found [an issue](https://github.com/actions/runner-images/issues/10020) within the `actions/runner-images` repository that seems very similar to this one. In summary, using a `std::mutex` immediately causes a program to terminate. Given that the stack trace above indicates the crash occurred in `arrow::io:: MemoryMappedFile::Write`, which uses a `std::mutex`, I suspect the MATLAB workflow crash is related to this issue. Until the `windows-2022` image is fixed, the best course of action may be to filter the `tfeather.m` test class on Windows. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
