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
/home/runner/work/duckdb-fuzzer-ci/duckdb-fuzzer-ci/src/common/types/value.cpp:1404:16: runtime error: load of value 240, which is not a valid value for type 'bool'
#3390
Closed
fuzzerofducks opened this issue
Feb 3, 2025
· 0 comments
Issue found by DuckFuzz on git commit hash using seed 121603359.
To Reproduce
createtableall_typesasselect* exclude(small_enum, medium_enum, large_enum) from test_all_types() limit0;
(WITH t62 (c59, c60, c61) AS (WITH t6 (c1, c2, c3, c4, c5) AS (SELECT CAST(-99999.9999AS VARINT), CAST('1677-09-22 00:00:00'AS TIMESTAMP_NS) FROM (SELECTNULLFROM (SELECTNULL)) GROUP BY3968)SELECTNULL)SELECT DISTINCT (c40 = CAST('290309-12-22 (BC) 00:00:00'AS TIMESTAMP_S)), c21, (CAST(icu_collate_ro(c31) AS USMALLINT) BETWEEN c15 AND c61) FROM test_vector_types(NULL, all_flat :=NULL) AS t65(c63, c64) GROUP BY ALL OFFSET c26) EXCEPT (SELECT sha256(c20), (c94 BETWEEN c53 AND c49), c79, row_number() OVER (PARTITION BY c33 RANGE BETWEEN CURRENT ROW AND UNBOUNDED FOLLOWING), c63, c14, TRY_CAST(c12 ASDATE[]) FROM all_types AS t117(c66, c67, c68, c69, c70, c71, c72, c73, c74, c75, c76, c77, c78, c79, c80, c81, c82, c83, c84, c85, c86, c87, c88, c89, c90, c91, c92, c93, c94, c95, c96, c97, c98, c99, c100, c101, c102, c103, c104, c105, c106, c107, c108, c109, c110, c111, c112, c113, c114, c115, c116) LIMIT (c32) % OFFSET (ARRAY[])) OFFSET c80
Error Message
/home/runner/work/duckdb-fuzzer-ci/duckdb-fuzzer-ci/src/common/types/value.cpp:1404:16: runtime error: load of value 240, which is not a valid value for type 'bool'
The text was updated successfully, but these errors were encountered:
Issue found by DuckFuzz on git commit hash using seed 121603359.
To Reproduce
Error Message
The text was updated successfully, but these errors were encountered: