Opened 13 years ago
Closed 13 years ago
#3106 closed defect (fixed)
100% CPU Usage by mythbackend
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I am having problems where Mythbackend starts eating 100% CPU time at some random point. I originally assumed it was related to the UPNP bugs and have since added --noupnp to my command line.
However the problem still appears and after restarting mythbackend (which rectifies the problem), navigating to the Recorded Programs page in MythWeb causes it to re-occur.
I think it is to do with generating the thumbnails but I have attached a log for your perusal.
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | mythbackend.zip added |
---|
comment:1 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
Looking at your logs it seems you are running a reasonably recent svn version, because I can see our current favourite for most evil issue "current_picture not initialized".
Can you update to the latest svn and build a debug version according to http://www.mythtv.org/docs/mythtv-HOWTO-22.html#ss22.2
and once you get it to hit 100% cpu connect up gdb and get a full backtrace. if you need pointers on how to do this drop into the #mythtv on irc.freenode.net
Stuart