-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 when using odbcConnection.GetSchema #30647
Comments
Can you get a stack trace indicating what native frame is at the top? |
I don't know how to read seg faults. Please give me instructions. The dotnet executable crashes. |
This is what I am getting. Please let me know if I need to run anything else:
|
Another one, seems it has more info:
|
Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process. This process is part of our issue cleanup automation. |
This issue will now be closed since it had been marked |
The example below crashes with Segmentation fault on Linux. This is not a regression, it is also crashing with .NET Core 2.2
If you use either valid table name (like
"film"
), ornull
instead of"BAD"
, it works correctly.Environment:
The text was updated successfully, but these errors were encountered: