amoeba commented on issue #40100: URL: https://github.com/apache/arrow/issues/40100#issuecomment-1949484816
Hi @powersj. This looks similar to https://github.com/apache/arrow/issues/37852 though we weren't able to reproduce in that issue. I couldn't reproduce, though I had to modify your script to run on my system and create a simple server implementation to test. Would it be possible to share a self-contained example of both the client and server code? One thing that jumped out at me in your logs are the lines in your traceback like this: ``` File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.752.0_x64__qbz5n2kfra8p0\Lib\threading.py", line 1030 in _bootstrap ``` That looks like references to the Windows Store version of Python but I'd expect all the paths to lead to your conda environment so I wonder if the crash is due to mixing two Python environments. Have you tried capturing your crash with [WinDbg Preview](https://apps.microsoft.com/detail/9PGJGD53TN86)? @assignUser @kou do either of you have any idea about the build issue at the bottom of the OP? I also get that when I try to do a Windows+conda+clang build. -- 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]
