-
Notifications
You must be signed in to change notification settings - Fork 175
Segfault caused by outputstream being null. #335
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
Labels
Comments
Hi @rtcote ! Thank you for a report, investigating. In the mean time, could you please provide a minimal viable example of the query that causes this? Also, please provide the following deatils:
|
Hi @Enmk, Info below:
Insert statement from debugger with 5921 rows at the time of the crash. The data tends to have low cardinality for these tests.
Table schema
|
Enmk
added a commit
to Enmk/clickhouse-cpp
that referenced
this issue
Sep 29, 2023
Enmk
added a commit
that referenced
this issue
Sep 30, 2023
Fixed issue #335 by making at least one connection attempt
Thank you @Enmk! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It appears that the output stream is getting set to a nullptr. Was running v2.5.0 of the client. When I rolled-back to v2.4.0 of the client, the issue is no longer present. This issue shows up the first time I call Client::Insert() for each client instance. It's not clear what I am doing on the application side to cause this. Any thoughts as to how I can debug this?
My client is configured in the following manner:
Stack trace and gdb debugging
The text was updated successfully, but these errors were encountered: