Segmentation Errors

Chris Osborne chris.osborne at gmx.com
Wed Mar 14 16:15:59 CET 2012


Well thanks for that, I commented out the mpz_clears and the program seems to be going 'round its loop as it should. The clears were there for housekeeping reasons, but if it doesn't seem to cause a major issue then I'm fine without them.
----- Original Message -----
From: Torbjorn Granlund
Sent: 03/14/12 03:47 PM
To: Chris Osborne
Subject: Re: Segmentation Errors

 Make sure you place the mpz_init and mpz_clear in the right positions. If you are unsure of how these operations are supposed to be used, please see the GMP manual. -- Torbjörn


More information about the gmp-discuss mailing list