-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C++] Fatal error condition occurred in aws_thread_launch #32761
Comments
Weston Pace / @westonpace: |
Matthew Schurr: Collecting pyarrow==9.0.0 Downloading pyarrow-9.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (35.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.3/35.3 MB 109.1 MB/s eta 0:00:00 |
Kouhei Sutou / @kou: Upstream doesn't solve this problem yet. So we need to add a patch for this case to our |
Kouhei Sutou / @kou: |
Kouhei Sutou / @kou: |
Kouhei Sutou / @kou: |
I am encountering this error using the latest version of pyarrow (9.0.0) w/ Python 3.10. I received pyarrow as an indirect dependency of google-cloud-bigquery.
It seems like this issue was never fully fixed:
#20039
I think this issue might only occur on certain kernel versions? It's strange, I cannot reproduce it running the image on my machine (ubuntu 4.15.0-180-generic), but some of our CI runners (those w/ ubuntu using kernel 5.4.0-90-generic) consistently have this issue. I will try to gather some more information.
Environment: Python 3.10.4 in a ubuntu:22.04 docker image w/ kernel 5.4.0-90-generic
Reporter: Matthew Schurr
Assignee: Kouhei Sutou / @kou
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-17501. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: