Igor Schein on Tue, 29 Jun 1999 11:25:27 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

bnrL1() bug


Hi,

? bnf=bnfinit(x^2+x+258);
? bnr1=bnrinit(bnf,1,1);
? bnr7=bnrinit(bnf,7,1);
? bnrL1(bnr7)
  ***   the PARI stack overflows !!!
 
  ***   Warning: doubling stack size; new stack = 8000000.
? bnrL1(bnr7)
  ***   the PARI stack overflows !!!
 
  ***   Warning: doubling stack size; new stack = 16000000.
? bnrL1(bnr7)
  ***   the PARI stack overflows !!!
 
  ***   Warning: doubling stack size; new stack = 32000000.
? bnrL1(bnr7)
  ***   the PARI stack overflows !!!
 
  ***   Warning: doubling stack size; new stack = 64000000.
? bnrL1(bnr1)
  ***   segmentation fault: bug in GP (please report).

Thanks

Igor