[mythtv-commits] mythtv commit: r26701 by beirdo

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Oct 8 02:56:18 UTC 2010


      Author: beirdo
        Date: 2010-10-08 02:56:18 +0000 (Fri, 08 Oct 2010)
New Revision: 26701
   Changeset: http://svn.mythtv.org/trac/changeset/26701

Log:

Remove all use of VERBOSE in the myth_system child process between fork() and execl().
At times, when we fork, the verbose_mutex is locked, or the tzset_lock in the glibc
tzset() is locked.  This causes the child to deadlock if VERBOSE is used.  Instead, for
the remaining 3 error prints, I have put in just cerr << message constructs so at least
something is shown as the child breaks.

Fixes #9016



Modified:

   trunk/mythtv/libs/libmythdb/mythsystem.cpp




More information about the mythtv-commits mailing list