[mythtv-commits] mythtv/master commit: 0d48b697c by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Wed Dec 28 06:40:01 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-12-27T22:36:09-08:00
   Push Date:  2011/12/27 22:39:53 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  0d48b697cd60d29aeae63317eb7317edf213ebc8
   Changeset:  https://github.com/MythTV/mythtv/commit/0d48b697c

Log:

Make MythSystem not crash when rudely deleted

Seems that there are some places (channel changing in particular) that like to
delete the MythSystem instance before we are really finished with it.  When
this happens, and then the child exits, MythSystem crashes.  This should fix
the issue by logging that the structure was deleted, and carrying on.

Fixes #10227

Modified:

   mythtv/libs/libmythbase/system-unix.cpp
   mythtv/libs/libmythbase/system-windows.cpp



More information about the mythtv-commits mailing list