GNUPG 1.92 on solaris 2.6
Werner Koch
wk at isil.d.shuttle.de
Fri Feb 19 10:15:34 CET 1999
Koichi Inoue <kinoue at ic.rdc.ricoh.co.jp> writes:
> I exmined jobs in tge system and found gpg process was running (like a
> daemon). The load came down after I killed the job.
>
> Is it possible?
> If so, is it hard to fix?
I have already fixed this in the CVS:
in cipher/rndunix.c function start_gatherer():
look for errno == EINTR and add a
if( errno == EPIPE )
exit(0);
--
ceterum censeo RSA esse delendam
More information about the Gnupg-devel
mailing list