M2
M2 copied to clipboard
crash using gbTrace in free resolutions
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!!