Skip to content
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

/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

Comments

@fuzzerofducks
Copy link
Collaborator

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

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types() limit 0;
(WITH t62 (c59, c60, c61) AS (WITH t6 (c1, c2, c3, c4, c5) AS (SELECT CAST(-99999.9999 AS VARINT), CAST('1677-09-22 00:00:00' AS TIMESTAMP_NS) FROM (SELECT NULL FROM (SELECT NULL)) GROUP BY 3968)SELECT NULL)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 AS DATE[]) 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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant