Skip to content

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

@fuzzerofducks

Description

@fuzzerofducks

Issue found by DuckFuzz on git commit hash 2762f using seed 409583504.

To Reproduce

call dbgen(sf=0.1);
SELECT c2, (c3 < c2), (NOT (8300 OR ((c2 BETWEEN c2 AND c3) IS DISTINCT FROM c2))), (c1 <= 'cef33070-cef5-4b26-9225-ff1990cad3d1') FROM test_all_types(use_large_bignum := -32768, use_large_enum := NULL) AS t4(c1, c2, c3) GROUP BY c1, main.list_value(main.list_value(), main.list_value(42, 999, NULL, NULL, -42), main.list_value()) ORDER BY * ASC NULLS LAST

Error Message

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

Stack Trace


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions