You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been experiencing intermittent DuckDB errors causing the application to terminate unexpectedly. duckdb/duckdb#16519
As far as I know, DuckDB is implemented in C++ and is being wrapped for use.
Would it be possible to handle assertion failures in unsafe code as a Result error instead of causing a panic?
The text was updated successfully, but these errors were encountered:
We have been experiencing intermittent DuckDB errors causing the application to terminate unexpectedly.
duckdb/duckdb#16519
As far as I know, DuckDB is implemented in C++ and is being wrapped for use.
Would it be possible to handle assertion failures in unsafe code as a Result error instead of causing a panic?
The text was updated successfully, but these errors were encountered: