Opened 8 years ago
Closed 8 years ago
#696 closed bug (fixed)
new greetings from exponent overflow hell
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | 4-1-0 and higher |
Component: | dontKnow | Version: | 4-0-1 |
Keywords: | overflow map | Cc: |
Description
some overflow bugs as in www.singular.uni-kl.de:8002/trac/ticket/631 seems fixed now.(which commit?)
Here is one more:
ring rng = 0,(x,y),dp; short = 0; poly h = x^2147483647; ideal I = h; ring G = 0,(a,b),dp; short = 0; ideal phi = a,b; map m = rng,a^3,b; m(I); // =a^2147483645*b , wrong!! quit;
so it is not the end of the story. Also the computation takes about a minute to finish.
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed with 0b9aa7febb094f9895da3d802b389bd9560e3c48 PS: a MINIMAL example would be better: see bug_tr696.tst