[mythtv-commits] Ticket #10405: segfault on SB between b85f5bb and 7b526c4

MythTV noreply at mythtv.org
Tue Mar 6 01:18:33 UTC 2012


#10405: segfault on SB between b85f5bb and 7b526c4
---------------------------------------+-----------------------------
 Reporter:  yiannividalis@…            |          Owner:  wagnerrp
     Type:  Bug Report - Crash         |         Status:  assigned
 Priority:  blocker                    |      Milestone:  0.25
Component:  MythTV - General           |        Version:  Master Head
 Severity:  medium                     |     Resolution:
 Keywords:                             |  Ticket locked:  0
---------------------------------------+-----------------------------

Comment (by Github):

 Use deleteLater() when deleting server sockets in ServerPool.

 Use Qt's deleteLater() rather than delete when deleting sockets, so the
 actual delete is deferred until reached by the event loop. This removes
 one potential avenue for null referencing causing segfaults on teardown.

 Refs #10405
  Branch:    master
  Changeset: 65196663982e3a8b510d8403988000a325d6f130

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


More information about the mythtv-commits mailing list