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
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.
createtablet(a varchar);
insert into t values('t1');
setduckdb.execution= true;
selectcount(*) from t where a ='t1';