Re: GnuPG::Interface hangs while decrypting files over 61068 bytes

2004-07-08 Thread Joshua Colson
On Wed, 2004-07-07 at 09:34, Wiggins d Anconia wrote: > Don't seem to have it archived at work. I will check at home or see if I > can whip up something or do some more testing. What versions of Perl, > GnuPG, and the module are you using? I wonder if there might be > something in there >

Re: GnuPG::Interface hangs while decrypting files over 61068 bytes

2004-07-07 Thread Wiggins d Anconia
> > > On Tue, 2004-07-06 at 14:41, Wiggins d Anconia wrote: > > > > 'direct' is slightly different, I am not sure there is a way to do this > > in the options to G::I, but should instead be done directly to your > > handles, I am also not sure of a way to specify non-buffered during > > handle i

Re: GnuPG::Interface hangs while decrypting files over 61068 bytes

2004-07-06 Thread Joshua Colson
On Tue, 2004-07-06 at 14:41, Wiggins d Anconia wrote: > > 'direct' is slightly different, I am not sure there is a way to do this > in the options to G::I, but should instead be done directly to your > handles, I am also not sure of a way to specify non-buffered during > handle instantiation. You

Re: GnuPG::Interface hangs while decrypting files over 61068 bytes

2004-07-06 Thread Wiggins d Anconia
> > On Tue, 2004-07-06 at 11:47, Wiggins d Anconia wrote: > > > > > I suspected it might be a buffering problem, and the docs for > > GnuPG::Interface state in the FAQ: > > > > "When having GnuPG process a large message, sometimes it just hanges > there. > > > > Your problem may be due to

Re: GnuPG::Interface hangs while decrypting files over 61068 bytes

2004-07-06 Thread Joshua Colson
On Tue, 2004-07-06 at 11:47, Wiggins d Anconia wrote: > > I suspected it might be a buffering problem, and the docs for > GnuPG::Interface state in the FAQ: > > "When having GnuPG process a large message, sometimes it just hanges there. > > Your problem may be due to buffering issues; when

Re: GnuPG::Interface hangs while decrypting files over 61068 bytes

2004-07-06 Thread Wiggins d Anconia
> > Hey folks, > > I'm trying to get GnuPG::Interface working and I've run into a > problem. It seems that when trying to decrypt a file where the plaintext > version is over 61068 bytes that GnuPG::Interface just hangs. I've done > extensive testing and it appears to work just fine when the pl