Opened 9 years ago

Closed 9 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 9 years ago by ren

Owner: changed from somebody to hannes

comment:2 Changed 9 years ago by hannes

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.