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
On Windows this just causes erratic behavior. On Linux, where glibc does some extra checking, it causes a crash with a "double free or corruption error".
import scid.matvec, scid.internal.regionallocator;
void main() {
auto alloc = newRegionAllocator();
auto m = ExternalMatrixView!double(3, 4, alloc);
auto mt = eval(m.t);
}
The text was updated successfully, but these errors were encountered:
On Windows this just causes erratic behavior. On Linux, where glibc does some extra checking, it causes a crash with a "double free or corruption error".
The text was updated successfully, but these errors were encountered: