Opened 15 years ago

Closed 15 years ago

#164 closed bug (fixed)

seg fault in primdec.lib, proc equidimMax, call to imap

Reported by: seelisch Owned by: hannes
Priority: major Milestone: 3-1-1
Component: singular-kernel Version: 3-1-0
Keywords: primdec imap Cc:

Description

the code:

LIB"primdec.lib"; ring r=2,(v,u,z,y,x),dp; ideal i = z3+zyx+y3x2+y2x3, uyx+z2,uz+z+y2x+yx2, u2+u+zy+zx, v3+vux+vz2+vzyx+vzx+uz3+uz2y+z3+z2yx2; equidim(i);

results in:

Singular : signal 11 (v: 3106/2009082113): current line:>> ideal j=imap(gnir1,j);<< Segment fault/Bus error occurred at 2ba258577180 because of 10202 (r:1252081696)

The line that causes the error (ideal j=imap(gnir1,j);) is the inside equidimMax procedure.

Change History (1)

comment:1 Changed 15 years ago by hannes

Resolution: fixed
Status: newclosed

seems to come from some undefined global vars in the conversion Singular <-> factory. Fixed in 3-1-0-6.

Note: See TracTickets for help on using tickets.