vanshaj2023 commented on issue #49272: URL: https://github.com/apache/arrow/issues/49272#issuecomment-4008166259
Hi, could someone review this when you get a chance? This fixes an intermittent MinGW CI segfault (#49272) that causes false failures across unrelated PRs. The fix is minimal, just replaces `thread_local` with Win32 TLS API on MinGW in `thread_pool.cc` to bypass a known `__emutls` race condition. Thanks! -- 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]
