[mythtv-firehose] mythtv/master commit: 5639e05e2 by Daniel Kristjansson (daniel-kristjansson)

MythTV noreply at mythtv.org
Wed Mar 28 22:03:50 UTC 2012


      Author:  Daniel Kristjansson <danielk at cuymedia.net>
 Change Date:  2012-03-28T15:03:17-07:00
   Push Date:  2012/03/28 15:03:43 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  5639e05e267de6b0074e1958a768bb8c2212b942
   Changeset:  https://github.com/MythTV/mythtv/commit/5639e05e2

Log:

Fixes #10518. Fix CetonStreamHandler deadlock.

This wasn't a QMutex deadlock like most of them are, this was caused by variable aliasing preventing the _error signal from CetonStreamHandler::run() from being communicated to StreamHandler::Start().

Thanks to Steven Adeff for reporting this and providing a good backtrace.

Modified:

   mythtv/libs/libmythtv/cetonstreamhandler.cpp



More information about the mythtv-firehose mailing list