Igor Schein on Tue, 25 Mar 2003 19:16:05 -0500


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

lindep() SEGV


Hi,

? lindep([x,y])
  ***   the PARI stack overflows !
  current stack size: 4000000 (3.815 Mbytes)
  [hint] you can increase GP stack with allocatemem()

? allocatemem()
  ***   Warning: doubling stack size; new stack = 8000000 (7.629 Mbytes).
? lindep([x,y])
  ***   bug in GP (Segmentation Fault), please report

help says

x being a vector with real or complex coefficients, finds a small
integral linear combination among these coefficients 

so input above is illegal.

Thanks

Igor