[MPlayer-cvslog] CVS: main mencoder.c,1.298,1.299

Attila Kinali attila at kinali.ch
Fri Jul 22 19:52:34 CEST 2005


On Mon, 18 Jul 2005 21:59:05 +0200 (CEST)
syncmail at mplayerhq.hu (Alex Beregszaszi) wrote:


> catch HUP and PIPE signals aswell. Patch by Sergey Khlutchin (@gmail.com)
[...]
> +signal(SIGHUP,exit_sighandler);  // broken terminal line
> +signal(SIGPIPE,exit_sighandler); // broken pipe

IMHO this is useless. Both SIGHUP and SIGPIPE default
to SIGTERM if they are not caught (see "man 7 signal").
This breaks compilation on windows, see

From: Robert Swain <robert.swain at gmail.com>
Subject: [MPlayer-dev-eng] Compilation error - SIGHUP and SIGPIPE
Date: Fri, 22 Jul 2005 17:16:24 +0100
Message-ID: <62d8936705072209165c23f0d5 at mail.gmail.com>


I suggest to revert this change.

			Attila Kinali

-- 
心をこめて聞け心をこめて話せ




More information about the MPlayer-cvslog mailing list