[mythtv-commits] Ticket #10867: Segv from mythshutdown

MythTV noreply at mythtv.org
Fri Jul 13 16:53:50 UTC 2012


#10867: Segv from mythshutdown
-------------------------------------------------+-------------------------
 Reporter:  keemllib@…                           |          Owner:  beirdo
     Type:  Bug Report - Crash                   |         Status:  closed
 Priority:  minor                                |      Milestone:  0.26
Component:  MythTV - Mythwelcome & Mythshutdown  |        Version:  Master
 Severity:  medium                               |  Head
 Keywords:                                       |     Resolution:  fixed
                                                 |  Ticket locked:  0
-------------------------------------------------+-------------------------
Changes (by Gavin Hurlbut <ghurlbut@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:1dc048f1b71c92e4bb81a9e2ae6766cbd2df1c16/mythtv]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="1dc048f1b71c92e4bb81a9e2ae6766cbd2df1c16"
 Unlock the startstop mutex while waiting for timer startup

 If we start and stop the timer too quickly, the lock can be still held by
 the start() function, and the stop() sits deadlocked waiting for it.  As
 this
 delay is primarily to wait for the thread to come up before returning from
 start(), it should be safe to release the mutex while waiting to allow the
 stop() to take effect.

 If this doesn't fix the issue, please reopen the ticket

 Fixes #10867
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10867#comment:6>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list