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 96, which is not a valid value for type 'bool' #3267
Issue found by DuckFuzz on git commit hash using seed 162445032.
To Reproduce
call dbgen(sf=0.1);
SELECT 9765, c3, '3857f01e-767a-4eb7-b031-81f8138b51bf' FROM test_vector_types(9732, all_flat := NULL) AS t4(c1, c2, c3) WHERE c3 GROUP BY array_sort(c2, c1, NULL) HAVING geomean(646) QUALIFY c1 OFFSET 9999999999999999999999999999.9999999999
Error Message
/home/runner/work/duckdb-fuzzer-ci/duckdb-fuzzer-ci/src/common/types/value.cpp:1351:16: runtime error: load of value 96, which is not a valid value for type 'bool'
Issue found by DuckFuzz on git commit hash using seed 162445032.
To Reproduce
Error Message