crash using gbTrace in free resolutions
Open
@mikestillman is already working on this.
Since Jun 22, 2023.
Engine
- Dominant language
- Macaulay2
- Stars
- 435
- Forks
- 297
- Avg merge
- 4d 20h
- Merged PRs (30d)
- 11
Description
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!!
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.