[mythtv-commits] Ticket #11163: Fix mythbackend not exiting after network initialization failure

MythTV noreply at mythtv.org
Tue Oct 9 06:07:56 UTC 2012


#11163: Fix mythbackend not exiting after network initialization failure
------------------------+----------------------------------
 Reporter:  jcrews@…    |           Type:  Patch - Bug Fix
   Status:  new         |       Priority:  minor
Milestone:  unknown     |      Component:  MythTV - General
  Version:  0.26-fixes  |       Severity:  medium
 Keywords:              |  Ticket locked:  0
------------------------+----------------------------------
 This fixes a bug where MainServer's Stop(), which is called by its
 destructor, falls into an infinite loop. This was caused by new'ing a
 QRunnable before possible early termination, which could result in a
 thread never being created, breaking Stop(). Also, made return from
 run_backend() clean to prevent a segfault condition.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11163>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list