[mythtv] issues with svn, possibly related to Daniel's recent commits

Chris Petersen lists at forevermore.net
Fri Jul 29 03:03:34 EDT 2005


> 1. 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.

I need to expound upon this..  I was not entirely correct before.  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
select(15, [3 4 5 7 13 14], [], [], {0, 0}) = 1 (in [5], left {0, 0})
read(5, "\0", 1)                        = 1
gettimeofday({1122620538, 15506}, NULL) = 0
nanosleep({0, 500000}, NULL)            = 0
ioctl(5, FIONREAD, [0])                 = 0
write(6, "\0", 1)                       = 1
gettimeofday({1122620538, 17732}, NULL) = 0
ioctl(3, FIONREAD, [0])                 = 0
gettimeofday({1122620538, 17840}, 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, 18024}, NULL) = 0
nanosleep({0, 500000}, NULL)            = 0
ioctl(5, FIONREAD, [0])                 = 0
write(6, "\0", 1)                       = 1
gettimeofday({1122620538, 20719}, NULL) = 0
ioctl(3, FIONREAD, [0])                 = 0
gettimeofday({1122620538, 20824}, 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, 21011}, NULL) = 0
nanosleep({0, 500000}, NULL)            = 0
ioctl(5, FIONREAD, [0])                 = 0
write(6, "\0", 1)                       = 1
gettimeofday({1122620538, 24358}, NULL) = 0
ioctl(3, FIONREAD, [0])                 = 0
gettimeofday({1122620538, 24461}, 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, 24645}, NULL) = 0
nanosleep({0, 500000}, NULL)            = 0
ioctl(5, FIONREAD, [0])                 = 0
write(6, "\0", 1)                       = 1
gettimeofday({1122620538, 27714}, NULL) = 0
ioctl(3, FIONREAD, [0])                 = 0
gettimeofday({1122620538, 27817}, NULL) = 0

-Chris


More information about the mythtv-dev mailing list