duckdb / duckdb-fuzzer

Repository that contains automatic reports of issues found through fuzzing DuckDB
0 stars 0 forks source link

/home/runner/work/duckdb-fuzzer-ci/duckdb-fuzzer-ci/src/common/types/value.cpp:1351:16: runtime error: load of value 48, which is not a valid value for type 'bool' #3252

Closed fuzzerofducks closed 1 week ago

fuzzerofducks commented 1 week ago

Issue found by DuckFuzz on git commit hash using seed 311011359.

To Reproduce

call dbgen(sf=0.1);
SELECT DISTINCT NOT EXISTS(SELECT c8, 2348, c8 FROM duckdb_secrets(redact := NULL) AS t9(c7, c8) WHERE (regr_r2(CAST(1812 AS DOUBLE[]), c7) < (c7 > c8)) GROUP BY ALL HAVING c8 ORDER BY t9.* ASC NULLS FIRST), (c3 IN ((TRY_CAST(c5 AS INTEGER[][3]) IS NULL))), (c3 OR c5), c3, c4, c5, '012c7735-b462-401c-99ea-43f7582c9b7b' FROM partsupp AS t6(c1, c2, c3, c4, c5) WHERE c4 ORDER BY * NULLS FIRST;

Error Message

/home/runner/work/duckdb-fuzzer-ci/duckdb-fuzzer-ci/src/common/types/value.cpp:1351:16: runtime error: load of value 48, which is not a valid value for type 'bool'