Skip Menu |

This queue is for tickets about the GnuPG CPAN distribution.

Report information
The Basics
Id: 49066
Status: open
Priority: 0/
Queue: GnuPG

People
Owner: Nobody in particular
Requestors: stefan.vogl [...] fh-hagenberg.at
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.10_1
Fixed in: (no value)



Subject: GnuPG hangs when encrypting with untrusted key as non root user
The GnuPG Module hangs when I try to encrypt a file with a key, that is not fully trusted. It successfully sends the untrusted_key.override command, and then i think it hangs on waiting for the response with the following message: GnuPG: got from status fd: [GNUPG:] SHM_GET_BOOL untrusted_key.override GnuPG: reading from status fd 3 It happens in the GnuPG.pm on line 177: my $fd = $self->{status_fd}; local $/ = "\n"; # Just to be sure * my $line = <$fd>; Error does not occur, when running as root. Environment: CentOS-5.3-x86_64 Kernel: 2.6.18-128.el5 Perl: v5.8.8 GPG: 1.4.5
I am uncertain if this issue is still valid, as it has been sitting here for quite some time and several releases now.
From: stefan.vogl [...] fh-hagenberg.at
Am Di 25. Mai 2010, 17:43:06, MFROST schrieb: Show quoted text
> I am uncertain if this issue is still valid, as it has been sitting
here Show quoted text
> for quite some time and several releases now.
This bug can be closed. Issue is resolved.