Opened 7 years ago
Closed 7 years ago
#747 closed bug (fixed)
simple example leads to out of mem in std() over integers
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | 4-1-0 and higher |
Component: | dontKnow | Version: | 4-0-2 |
Keywords: | Cc: |
Description
The following example leads to out of mem for std() over integers:
ring rng = (integer),(x,y),(Ds(2),C); intvec op = 67108864,16787537; ideal I = 6-x^2*y, -2-3*x+2*y; ideal gI = std(I); gI; option(prot); std(gI);
Note: See
TracTickets for help on using
tickets.
fixed with dd60cee30306042915c542cc6ca4c4c35e562571, tests: New/stdZtests.tst