[mythtv-commits] Ticket #9830: error changing channel on PVR350

MythTV noreply at mythtv.org
Wed Mar 28 21:25:39 UTC 2012


#9830: error changing channel on PVR350
------------------------------------+-----------------------------
 Reporter:  Simon Kenyon <simon@…>  |          Owner:  danielk
     Type:  Bug Report - General    |         Status:  infoneeded
 Priority:  blocker                 |      Milestone:  0.25
Component:  MythTV - General        |        Version:  Master Head
 Severity:  medium                  |     Resolution:
 Keywords:                          |  Ticket locked:  0
------------------------------------+-----------------------------
Changes (by danielk):

 * status:  accepted => infoneeded


Comment:

 From what I can tell we're getting a POLLHUP or POLLNVAL when we poll the
 data file descriptor.

 A POLLNVAL would indicate that the file descriptor has been closed. I
 don't see any way for this to happen without logging a "StartEncoding
 failed" message which I don't see in any of the logs.

 A POLLHUP could be seen any time the driver isn't sending data for
 whatever reason.

 I'm attaching a patch which will tell us which one we're really seeing.

 Please generate new backend logs with the latest master and this patch
 applied.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9830#comment:15>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list