Skip to content

Equality comparison with varchar crashes #190

@JelteF

Description

@JelteF

The following SQL consistently produces a crash on my machine. Looking at debugger some memory is clearly uninitialized/freed because it is repeating the \xa5 byte over and over again.

create table t(a varchar);
insert into t values('t1');
set duckdb.execution = true;
select count(*) from t where a = 't1';

Possibly related to #189

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions