Closed lmangani closed 1 year ago
Any SQL-caused error without content returned will cause this core dump.
Is this ready for re-testing? Shall we release a 0.10.2 release?
One case is fixed, but there's another one need follow up. It can be reproduced by
python3 -c "import _chdb as chdb; chdb.query('Select version()', 'xxx')"
Error responses are causing core dumps on the latest version.
Example
The following query attempts to use a non-existing resource (could be local, remote, etc)
The following cause is the expected exception:
When using the latest chdb version (or any really) errors consistently cause a core dump after the error response which does not seem related to the chdb dynamic library but rather the python changes:
The same seems to apply to any error condition returned.
Opening for investigation.