[mythtv-commits] Ticket #10924: mythlogserver segfault when ending

MythTV noreply at mythtv.org
Tue Feb 5 06:42:41 UTC 2013


#10924: mythlogserver segfault when ending
------------------------------------+-----------------------------
 Reporter:  jyavenard               |          Owner:  beirdo
     Type:  Bug Report - Crash      |         Status:  assigned
 Priority:  minor                   |      Milestone:  unknown
Component:  MythTV - Mythlogserver  |        Version:  Master Head
 Severity:  medium                  |     Resolution:
 Keywords:                          |  Ticket locked:  0
------------------------------------+-----------------------------

Comment (by faginbagin <mythtv@…>):

 I am submitting a patch (mythlogserver-segv.patch) that eliminates the
 segfault reported here and in other tickets. It changes the parent of the
 polling socket from the `LoggerThread` to the polling context. As a
 result, the polling socket is not deleted when the `LoggerThread` is
 deleted and the destroyed signal is never triggered leading to the call to
 disconnect() the deleted polling socket from the polling context.

 This patch should fix the following tickets:
 #11043
 #11378

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


More information about the mythtv-commits mailing list