int fork() : forget it
Pier-Luc St-Onge
pier-luc.st-onge@polymtl.ca
Sat, 16 Aug 2003 00:14:22 -0400
Hi again,
Even without the fork(), I had a problem. So, I began to study my
code in detail, and I found a mistake, a real stupid mistake.
So, there is absolutely no problem with the fork().
Thank you again,
Pier-Luc
My last e-mail was :
Hi,
I have some problems when I use the "int fork()" method : when I call
the same function after the fork(), the returned large mpz_t numbers are
different. They seem to be as different as the PID of the two process.
Is there something I should know about fork() and mpz_t data
structure?
Would it be better if I make a bug report?
Thank you.
Pier-Luc