Opened 12 years ago

Closed 12 years ago

#326 closed bug (fixed)

preimage over ground rings: division by zero resp. segmentation fault

Reported by: seelisch Owned by: seelisch
Priority: minor Milestone: 3-1-3 and higher
Component: dontKnow Version: 3-1-2
Keywords: preimage, ring Cc: anne@…

Description

The following code runs ok over Q but crashes over Z:

ring r1 = integer,(x,y,z),dp; ideal i1 = x2,y-z; ring r2 = integer,(a,b),dp; map m = r1,a,b,a+b; ideal i2 = m(i1); setring r1; preimage(r2, m, i2);

As a first step, enabling 'preimage' between polynomial rings over the SAME ground ring would be fine.

Change History (2)

comment:1 Changed 12 years ago by seelisch

Owner: changed from somebody to seelisch

comment:2 Changed 12 years ago by seelisch

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