-
Notifications
You must be signed in to change notification settings - Fork 97
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
go/adbc/drivermgr: SIGSEGV on error return #1476
Comments
Which driver/is there a reproducer? |
Ok, I can guess at what's happening here at least. We should be checking whether the error is actually initialized. |
lidavidm
changed the title
go/adbc/driver: SIGSEGV on error return
go/adbc/drivermgr: SIGSEGV on error return
Mar 2, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 2, 2024
lidavidm
added a commit
to lidavidm/arrow-adbc
that referenced
this issue
Mar 2, 2024
lidavidm
added a commit
that referenced
this issue
Mar 4, 2024
Thanks @lidavidm ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've seen this before when errors are percolated back they cause a SIGSEGV.
This is with master, but also happens on 0.9.0.
The text was updated successfully, but these errors were encountered: