Opened 8 years ago

Closed 8 years ago

#710 closed bug (fixed)

segfault in 'std( stdI, J )' with 'ds' ordering over QQ

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

Description

Example:

ring rng = 0,(x,y),ds;
short = 0 ;
//system("random", 845366981);
ideal I = -7/3*x*y-2/3*x*y^2, 5/2*x^2-10/7*y^2;
ideal J = 7*x-7/2*x^3-3/2*x*y^2;
ideal gI   =  std(I);
std( gI, J ) ; //segfault

Change History (1)

comment:1 Changed 8 years ago by hannes

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