-
Notifications
You must be signed in to change notification settings - Fork 1
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
ABORT THROWN BY INTERNAL EXCEPTION: Assertion triggered in file "/home/runner/work/duckdb-fuzzer-ci/duckdb-fuzzer-ci/src/common/types/hugeint.cpp" on line 129: lhs.upper >= 0 ../duckdb(+0x18efd814) [0x558aae153814] ../duckdb(+0x18dd1d3d) [... #3990
Comments
Seems like 1e404813c9ec1ebe47e4d1b4dccfd86ad978ba7d is the commit that has caused this issue |
This was referenced Feb 21, 2025
This was referenced Feb 24, 2025
Mytherin
added a commit
to duckdb/duckdb
that referenced
this issue
Feb 26, 2025
Fixes duckdb/duckdb-fuzzer#3990 Fix (I think) Is to not use the DivModPositive Function as it assumes the LHS is positive. However, it seems like when NULL is cast to `Timestamp` a negative timestamp/hugeint_t value is used. Another fix may be a different timestamp value when casting NULL. Commit causing the error was [1e40481](1e40481). CC @hawkfish
This was referenced Feb 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue found by DuckFuzz (Functions) on git commit hash using seed 625199353.
To Reproduce
Error Message
The text was updated successfully, but these errors were encountered: