You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sigaction structure for child SIGUSR1 handler was uninitialized,
which sometimes resulted in SA_RESTART flag being enabled by accident
and the child flock() call never returning. Make sure the sigaction
structure is properly initialized.
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
Reviewed-by: Avinesh Kumar <akumar@suse.de>
Reviewed-by: Andrea Cervesato <andrea.cervesato@suse.com>
0 commit comments