[mythtv-commits] Ticket #6260: mythwelcome hang

MythTV mythtv at cvs.mythtv.org
Fri Feb 13 10:01:35 UTC 2009


#6260: mythwelcome hang
-------------------------------------------------+--------------------------
 Reporter:  anonymous                            |        Owner:  ijr    
     Type:  defect                               |       Status:  new    
 Priority:  minor                                |    Milestone:  unknown
Component:  MythTV - Mythwelcome & Mythshutdown  |      Version:  0.21   
 Severity:  medium                               |   Resolution:         
  Mlocked:  0                                    |  
-------------------------------------------------+--------------------------

Comment(by anonymous):

 mythbackend seems to be still running, so I'll strace and backtrace that
 too:

 {{{
 henk at Oehoe:~$ ps uax | grep mythbackend
 mythtv    6013  0.0  2.1 508872 21264 ?        Ssl  Feb12   0:45
 /usr/bin/mythbackend --daemon --logfile /var/log/mythtv/mythbackend.log
 --pidfile /var/run/mythtv/mythbackend.pid -v channel,record,siparser
 henk      9077  0.0  0.0   5180   852 pts/0    R+   10:58   0:00 grep
 mythbackend
 henk at Oehoe:~$ sudo strace -p 6013
 Process 6013 attached - interrupt to quit
 select(12, [8 9 11], [], [], {6, 852000} <unfinished ...>
 Process 6013 detached
 henk at Oehoe:~$ sudo gdb -p 6013
 [..]
 (gdb) bt
 #0  0x00007f90a6264db2 in select () from /lib/libc.so.6
 #1  0x00007f90a7da7b83 in QEventLoop::processEvents () from /usr/lib
 /libqt-mt.so.3
 #2  0x00007f90a7e1c5bf in QEventLoop::enterLoop () from /usr/lib/libqt-
 mt.so.3
 #3  0x00007f90a7e1c2ab in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
 #4  0x00007f90a7e03e00 in QApplication::exec () from /usr/lib/libqt-
 mt.so.3
 #5  0x0000000000442303 in ?? ()
 #6  0x00007f90a61b21c4 in __libc_start_main () from /lib/libc.so.6
 #7  0x00000000004134b9 in ?? ()
 #8  0x00007fffb5a1b7a8 in ?? ()
 #9  0x0000000000000000 in ?? ()
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6260#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list