-
Notifications
You must be signed in to change notification settings - Fork 142
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
Segmentation fault in SQLDriverConnect #205
Comments
Hello @hut8 , I don't use Informix myself. I don't have any good suggestions for you to try. Alex |
Source code, the table schema and data (for testing),may help. |
Hey there! First, thanks for making this library. It's been an incredibly big help and I'm impressed with its quality. You're a great maintainer. I ran into a null pointer dereference today. Here is the stack trace:
I've been using the same version of this package with the same version of Go for weeks without issue. So unfortunately getting some concrete steps to reproduce it is quite difficult... I don't expect that this is enough to really solve it, but if anyone could point me in the right direction regarding my configuration below, that would be very appreciated.
There are three existing issues that refer to "segmentation fault":
Contents of /etc/odbcinst.ini:
And /etc/odbc.ini:
I have tracing enabled. Here is what I believe is the relevant entry:
Thank you again for such a great library, and for your time.
The text was updated successfully, but these errors were encountered: