| Roland Dreier on Tue, 31 Mar 1998 01:50:21 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| 2.0.7 bug? |
I get the following with 2.0.7 on my linux box:
GP/PARI CALCULATOR Version 2.0.7 (alpha)
i686 running linux (ix86 kernel) 32-bit version
(readline enabled, extended help available)
Copyright 1989-1998 by
C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier.
Type ? for help.
realprecision = 28 significant digits
seriesprecision = 16 significant terms
format = g0.28
parisize = 40000000, primelimit = 1000000, buffersize = 30000
? M=[1,2,3;4,5,6;7,8,9]
%1 =
[1 2 3]
[4 5 6]
[7 8 9]
? matsnf(M)
*** segmentation fault: bug in GP (please report).
best,
Roland