-
Notifications
You must be signed in to change notification settings - Fork 915
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
[BUG] sigsev while writing orc data #13238
Comments
Here's the culprit #13132. After reverting that change, the issue goes away. The problem is that after #13132, we made After reverting #13132 I no longer hit the issue. |
If this makes sense @vuule let me know if you want me to patch it. One option is to not memoize and the other option might be to lock access to the map. |
I am running a fairly large query (so no small repro yet) where while writing to orc I am seeing the stack trace below.
I got it to happen with a cuDF at: 5234278
The last cuDF I tried this with was at: 9ffd30f (and it works here).
So something changed between these two shas. Note also that I saw failures with parquet as well. I am going to try and bisect this some more.
The text was updated successfully, but these errors were encountered: