Bill Allombert on Tue, 2 Nov 1999 00:28:53 +0100 (MET)


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

Bugs...


One last before sleeping(using my prog)
? O(y^-32690)^2
%7 =   ***   segmentation fault: bug in GP (please report).

I can do better with log!(killing session)

But it is in the TODO list

I find some bug wich are not reproducible with gp,
i.e. you need to make the GEN by C code.
an example:
? b
%211 = 1/80
? \x
[&=0049792c] FRACN!0b000003  00497938  00497944
  num = [&=00497938] INT|02000003  40000003  00000001
  den = [&=00497944] INT|02000003  40000003  00000050
? a
%212 = Mod(-2, 26)
? \x
[&=004987d4] INTMOD!07000003  004987e0  004987ec
* mod = [&=004987e0] INT|02000003  40000003  0000001a
  int = [&=004987ec] INT|02000003  c0000003  00000002

? %211/%212
***   impossible inverse modulo: Mod(2, 26).
?a/b
[session killed]

Oups...
I have a patch that made type names appears in \x.
(| clone bit not set ! clone bit is set)


Bill!(clown bit is set)