h-vetinari commented on issue #36908: URL: https://github.com/apache/arrow/issues/36908#issuecomment-1677278432
`EXC_BAD_ACCESS` reminds me of threading issues around `thread_local` we saw when trying to [switch](https://github.com/conda-forge/grpc-cpp-feedstock/pull/243) to shared builds on windows (though the osx builds had been shared for much longer). Not sure if that's something a newer SDK could fix... > I guess I need a debug build of gRPC under Conda next... There's a way to easily persist and download artefacts from the CI in a conda-forge PR. If you open a PR to the grpc feedstock that switches to debug builds, I can help you switch that on, so then you wouldn't have to build it yourself. -- 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]
