[mythtv-commits] Ticket #213: hang/freeze when "backing out" of the recorded episode list

MythTV mythtv at cvs.mythtv.org
Fri Aug 12 05:49:36 UTC 2005


#213: hang/freeze when "backing out" of the recorded episode list
--------------------+-------------------------------------------------------
 Reporter:  xris    |       Owner:  ijr
     Type:  defect  |      Status:  new
 Priority:  major   |   Milestone:     
Component:  mythtv  |     Version:     
 Severity:  medium  |         Cc:          |  
--------------------+-------------------------------------------------------
 from the mailing list:  http://www.gossamer-
 threads.com/lists/mythtv/dev/142084

 mythfrontend seems to freeze when I hit esc (or left-arrow) to return to
 the main memu from watching recordings.  Makes it difficult to do anything
 else if I have to force-quit the frontend every time (usually alt-tab to
 the console I opened mythfrontend from and hit control-c).  I think I've
 run into this trying to get out of other sections, too.

 The freeze happens after I've viewed a show, and am returning to the
 "show" menu (the left bar, as opposed to the "episode" menu on the right)

 Dunno if it's related, but I am not getting a preview movie showing up
 (Midnight theme from lxm), despite having the option enabled. I also have
 "show group summary" enabled (which imho should be default -- otherwise
 it's VERY hard to tell whether group or episode has focus)

 Tried with `mythfrontend -v all` but nothing showed up. Tried strace, and
 the "freeze" happened when I got a near-infinite bit of the following:

 {{{
 write(6, "\0", 1) = 1
 gettimeofday({1122620537, 997511}, NULL) = 0
 ioctl(3, FIONREAD, [0]) = 0
 gettimeofday({1122620537, 997674}, NULL) = 0
 select(15, [3 4 5 7 13 14], [], [], {0, 0}) = 1 (in [5], left {0, 0})
 read(5, "\0", 1) = 1
 gettimeofday({1122620537, 998253}, NULL) = 0
 nanosleep({0, 500000}, NULL) = 0
 ioctl(5, FIONREAD, [0]) = 0
 write(6, "\0", 1) = 1
 gettimeofday({1122620538, 3812}, NULL) = 0
 ioctl(3, FIONREAD, [0]) = 0
 gettimeofday({1122620538, 3964}, NULL) = 0
 select(15, [3 4 5 7 13 14], [], [], {0, 0}) = 1 (in [5], left {0, 0})
 read(5, "\0", 1) = 1
 gettimeofday({1122620538, 4218}, NULL) = 0
 nanosleep({0, 500000}, NULL) = 0
 ioctl(5, FIONREAD, [0]) = 0
 write(6, "\0", 1) = 1
 gettimeofday({1122620538, 9284}, NULL) = 0
 ioctl(3, FIONREAD, [0]) = 0
 gettimeofday({1122620538, 9423}, NULL) = 0
 select(15, [3 4 5 7 13 14], [], [], {0, 0}) = 1 (in [5], left {0, 0})
 read(5, "\0", 1) = 1
 gettimeofday({1122620538, 9682}, NULL) = 0
 nanosleep({0, 500000}, NULL) = 0
 ioctl(5, FIONREAD, [0]) = 0
 write(6, "\0", 1) = 1
 gettimeofday({1122620538, 15102}, NULL) = 0
 ioctl(3, FIONREAD, [0]) = 0
 gettimeofday({1122620538, 15256}, NULL) = 0
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/213>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list