Opened 8 years ago
Closed 8 years ago
#723 closed bug (fixed)
fetch() hangs when mapping from char 0 to char p > 0
Reported by: | steenpass | Owned by: | hannes |
---|---|---|---|
Priority: | minor | Milestone: | 4-1-0 and higher |
Component: | dontKnow | Version: | 4-0-2 |
Keywords: | Cc: |
Description
The following simple example doesn't finish on my computer with a recent development version of Singular:
ring r = (0,a), (x,y,z), dp; module m = (a)*x*gen(1)+536870909*y*gen(3); ring s = (536870909,a), (x,y,z), dp; module m = fetch(r, m);
Change History (2)
comment:1 Changed 8 years ago by
Owner: | changed from somebody to hannes |
---|
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed with 2a4231766997cb703074cd965636c35b364d526d (and prev.)