
noreply at mythtv
Aug 3, 2012, 2:50 PM
Post #1 of 1
(36 views)
Permalink
|
|
mythtv branch master updated by danielk. v0.26-alpha-82-g7d01e69
|
|
The branch, master has been updated on the mythtv repository by gitolite user danielk. via 7d01e691d2bb58ed7dcbbdcca93ec06dc3a7381b (commit) from 9f0be65bfcf192191d8905012f173f80a19f66d5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7d01e691d2bb58ed7dcbbdcca93ec06dc3a7381b Author: Daniel Kristjansson <danielk [at] cuymedia> at Fri, 3 Aug 2012 17:47:39 -0400 Committer: Daniel Kristjansson <danielk [at] cuymedia> at Fri, 3 Aug 2012 17:47:39 -0400 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=7d01e691d2bb58ed7dcbbdcca93ec06dc3a7381b Fixes #10970. Fix StreamHandler restart race. We wait for _running to be set to false, but we need the thread to be in the finish state or QThread::start() will exit silently without starting the thread. Since we're calling QThread::wait() we don't really need the while (_running) loop at all in either Start() or Stop(), so I've removed it. This race probably dates back to the pthread->QThread porting. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/streamhandler.cpp | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|