[mythtv-commits] Ticket #996: mythjobqueue fails to transition from "stopping" to "finished" if new jobs enter queue

MythTV mythtv at cvs.mythtv.org
Sun Jan 29 04:54:31 UTC 2006


#996: mythjobqueue fails to transition from "stopping" to "finished" if new jobs
enter queue
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  cpinkham
     Type:  defect     |       Status:  reopened
 Priority:  minor      |    Milestone:          
Component:  mythtv     |      Version:  head    
 Severity:  medium     |   Resolution:          
-----------------------+----------------------------------------------------
Comment (by anonymous):

 When this happens again, can you check to see if the mythtranscode process
 actually stopped or if it is actually still running?  If the mythtranscode
 process actually finished and exitted, then myth_system() would have
 completed and then a message should have been printed in the logs showing
 the current status (which would have been one of Finished, Errored, or
 Aborted).  Since you are seeing this still in a Stopping status, it sounds
 like mythtranscode isn't finishing or something.  If you want to try a
 test, you can put a VERBOSE debug statement after the myth_system() call
 in jobqueue.cpp in the JobQueue::DoTranscodeThread() method.

 I don't think this has anything to do with new jobs being scheduled, I
 don't see anything that indicates that in your logs.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/996>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list