On 2008/10/31 16:55, Alam Arias <[EMAIL PROTECTED]> wrote:
> I noticed on my Debian Lenny/Sid system that libflac8 1.2.1-1.2
> package's libFLAC.so.8 raises SIGILL in FLAC__cpu_info()
> 
> so this patch setups to ignore SIGILL when we do flac(_ogg)_init and
> restore the old signal handler after the init

I won't merge this patch, because I think this must be fixed in
libflac.  The SIG_IGN approach is problematic (not thread safe,
ignores the mask and flags, may ignore "real" errors), and it's not
MPD's task to work around this kind of bug.

Max

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to