
noreply at mythtv
Jul 6, 2012, 8:19 AM
Post #1 of 1
(30 views)
Permalink
|
|
mythtv branch master updated by gigem. v0.26-pre-781-gca27332
|
|
The branch, master has been updated on the mythtv repository by gitolite user gigem. via ca273324961b95e300890ed40e833249b5460bd8 (commit) from ed1bb0c1026debc71abd09be3fd56373c849d261 (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 ca273324961b95e300890ed40e833249b5460bd8 Author: David Engel <dengel [at] mythtv> at Fri, 6 Jul 2012 10:10:50 -0500 Committer: David Engel <dengel [at] mythtv> at Fri, 6 Jul 2012 10:19:14 -0500 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=ca273324961b95e300890ed40e833249b5460bd8 Hopefully remove more scheduler/recorder deadlocks. Change the scheduler to unlock schedLock when calling the recorder synchronously. If the recorder happens to be calling the scheduler at the same time, this allows the recorder's call to grab the lock as needed. Fixes #10647, #10770 and #10771 . ----------------------------------------------------------------------- Summary of changes: mythtv/programs/mythbackend/scheduler.cpp | 59 ++++++++++++++++++++--------- 1 files changed, 41 insertions(+), 18 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|