-
Notifications
You must be signed in to change notification settings - Fork 159
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
SEGV with unsupported type #384
Comments
Hi @PedroTadim, thank you for a report! I can't reproduce the crash, what are the versions of the |
Hello, I built the latest clickhouse binaries from source with this cmake command:
|
Ok, latest means I've tested |
I updated the example to read input from the given file |
I compiled both |
Updated example |
Compile, link and run this modified example program, while running the input from this file: issue.zip
A SEGV will happen:
A proper error message should be thrown when a type is not supported instead of crashing
The text was updated successfully, but these errors were encountered: