Re: Mail Quarantined: 'Re: Segfaults from XS code' [MMID=112.20040110-160125.002.028205]

2004-01-11 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 11 January 2004 01:02, [EMAIL PROTECTED] wrote: Dear Tels [EMAIL PROTECTED]: I am an automated email sentry designed to protect against unwanted email. You recently sent an email titled 'Re: Segfaults from XS code' to 'perl-xs'. After

Re: Mail Quarantined: 'Re: Segfaults from XS code' [MMID=112.20040110-160125.002.028205]

2004-01-11 Thread Nicholas Clark
an email titled 'Re: Segfaults from XS code' to 'perl-xs'. After having approved my first message, and clicked please whitelist me, I git YAAMP (YetAnotherApproveMePlease) - why that? Is the Spam problem on perl-xs really so bad? Would subscribing to the list help? I found several email

Re: Segfaults from XS code

2004-01-11 Thread Nick Ing-Simmons
Tels [EMAIL PROTECTED] writes: -BEGIN PGP SIGNED MESSAGE- Moin, On Saturday 10 January 2004 19:22, Nick Ing-Simmons wrote: Tels [EMAIL PROTECTED] writes: -BEGIN PGP SIGNED MESSAGE- valgrid is complaining about XS_Math__BigInt__GMP_DESTROY can we see that please?

Re: Mail Quarantined: 'Re: Segfaults from XS code' [MMID=112.20040110-160125.002.028205]

2004-01-11 Thread Tassilo von Parseval
On Sun, Jan 11, 2004 at 09:49:41AM +0100 Tels wrote: Moin, On Sunday 11 January 2004 01:02, [EMAIL PROTECTED] wrote: Dear Tels [EMAIL PROTECTED]: I am an automated email sentry designed to protect against unwanted email. You recently sent an email titled 'Re: Segfaults from XS code

Re: Segfaults from XS code - solved

2004-01-11 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, here is the final version: void _modinv(class,x,y) SV* class mpz_t* x mpz_t* y PREINIT: int rc, sign; SV* s; mpz_t* RETVAL; PPCODE: NEW_GMP_MPZ_T_INIT; rc = mpz_invert(*RETVAL, *x, *y);

Segfaults from XS code

2004-01-10 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, I have written a (simple?) routine in XS that uses the GMP library to calculate the modular inverse. When running a small test file, it segfaults at the end of the testfile like this: ... ok 253 ok 254 ok 255

Re: Segfaults from XS code

2004-01-10 Thread Nick Ing-Simmons
Tels [EMAIL PROTECTED] writes: -BEGIN PGP SIGNED MESSAGE- Moin, I have written a (simple?) routine in XS that uses the GMP library to calculate the modular inverse. When running a small test file, it segfaults at the end of the testfile like this: ... ok 253 ok

Re: Segfaults from XS code

2004-01-10 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Saturday 10 January 2004 19:22, Nick Ing-Simmons wrote: Tels [EMAIL PROTECTED] writes: -BEGIN PGP SIGNED MESSAGE- valgrid is complaining about XS_Math__BigInt__GMP_DESTROY can we see that please?