- earl-grey, Power Mac, Darwin 6.8
Problem with recognizing Gmp.mpz objects.
This seems to be some stack related bug. I can trigg it easily in hilfe:
The above was a false hit.
It looks like the Gmp module might have been initialized twice.
/ Henrik Grubbström (Lysator)
Previous text:
2004-03-20 21:45: Subject: 7.5/7.7
- earl-grey, Power Mac, Darwin 6.8
Problem with recognizing Gmp.mpz objects.
This seems to be some stack related bug. I can trigg it easily in hilfe:
Gmp.mpz(1) + 0x100000000;
prog: 0x7c7cb8 bignum_prog: 0x7cada8 mpz_prog: 0x7cae80 mpf_prog: 0x7cabf8 mpq_prog: 0x7cacd0 (1) Result: Gmp.mpz(4294967297)
1 + 0x100000000;
prog: 0x7c7cb8 bignum_prog: 0x7cada8 mpz_prog: 0x7cae80 mpf_prog: 0x7cabf8 mpq_prog: 0x7cacd0 (2) Result: 4294967297
Program 0x7c7cb8 seems to be the Tools.Hilfe.Evaluator program.
/ Henrik Grubbström (Lysator)