
noreply at mythtv
Oct 1, 2012, 9:43 AM
Post #5 of 5
(56 views)
Permalink
|
|
Re: Ticket #10948: EITScanner::StopActiveScan() && TVRec::SetChannel() deadlock
[In reply to]
|
|
#10948: EITScanner::StopActiveScan() && TVRec::SetChannel() deadlock ----------------------------------+----------------------------- Reporter: stuartm | Owner: danielk Type: Bug Report - General | Status: closed Priority: blocker | Milestone: 0.26 Component: MythTV - Recording | Version: Master Head Severity: medium | Resolution: fixed Keywords: | Ticket locked: 0 ----------------------------------+----------------------------- Comment (by Daniel Thor Kristjansson <danielk@…>): In [changeset:957c7e20c8b9e2f2bb50a5fc826810c39689db4b/mythtv]: {{{ #!CommitTicketReference repository="mythtv" revision="957c7e20c8b9e2f2bb50a5fc826810c39689db4b" Refs #10948. Fully randomize EIT crawl start time. The deadlocks we've been seeing here should be fixed now, but they should have been rare to begin with due to randomization of the EIT Scanning start time. But they were occurring at fairly high frequency. It turns out we were not applying enough randomness when there were multiple cards and we were also losing randomness after the first recording on a tuner finished and we reset the clock. (cherry picked from commit 0e5d159c6bc98ef29a7b6bb225b43492b45c37ac) }}} -- Ticket URL: <http://code.mythtv.org/trac/ticket/10948#comment:4> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|