Opened 8 years ago

Closed 8 years ago

#711 closed bug (duplicate)

segfault in 'std( stdI, p )' with 'Ds'-ordering over ZZ/127

Reported by: kroeker@… Owned by: somebody
Priority: minor Milestone: 4-1-0 and higher
Component: dontKnow Version: 4-0-2
Keywords: segfault std over finite field Ds ordering Cc:

Description

Failing example:

ring rng = 127,(x,y,z),Ds;
short = 0 ;
system("random", 727952243);
ideal I = -2*x*y*z+z^3, 7*y^2+10*x*y*z;
poly p = 7*x-8*z;
ideal gI   =  std(I);
std(gI,p); //segfault

Change History (1)

comment:1 Changed 8 years ago by hannes

Resolution: duplicate
Status: newclosed

see #710

Note: See TracTickets for help on using tickets.