M2 icon indicating copy to clipboard operation
M2 copied to clipboard

crash using gbTrace in free resolutions

Open mikestillman opened this issue 2 years ago • 0 comments
trafficstars

The following crashes Macaulay2.

gbTrace=3 -- 1 and 2 work fine! >= 3 seem to crash
kk = ZZ/32003;
S = kk[a..d];
I = ideal(b^2-a*c, b*c - a*d, c^2-b*d)
res(module I, Strategy => 0) -- CRASH!!

mikestillman avatar Jun 22 '23 20:06 mikestillman