Page MenuHome GnuPG

[patch] gpgme still produces zombies if interrupted during waitpid
Closed, ResolvedPublic

Description

This bug was originally reported as KMail bug.

In the proposed patch waitpid() is restarted if it was interrupted
(errno==EINTR) like it was done around other syscalls. This patch is against 1.4.3

Details

External Link
https://bugs.kde.org/show_bug.cgi?id=214140
Version
1.4.3

Event Timeline

osidorkin set External Link to https://bugs.kde.org/show_bug.cgi?id=214140.Apr 9 2014, 8:02 AM
osidorkin set Version to 1.4.3.
osidorkin added projects: KDE, Bug Report, gpgme.
osidorkin added a subscriber: osidorkin.
werner added a subscriber: werner.

Fixed with commit 2bb2618 for master. Will go into 1.5.0.
Thanks.

werner removed a project: Restricted Project.Dec 11 2014, 11:56 AM

Fix has been released.

werner claimed this task.