[mythtv-commits] Ticket #11492: mythfrontend segfault

MythTV noreply at mythtv.org
Thu Apr 18 09:21:02 UTC 2013


#11492: mythfrontend segfault
-----------------------------+---------------------------------------------
 Reporter:  rwscott@…        |          Owner:  Paul Harrison <pharrison@…>
     Type:  Bug Report -     |         Status:  closed
  Crash                      |      Milestone:  unknown
 Priority:  minor            |        Version:  Master Head
Component:  MythTV -         |     Resolution:  fixed
  General                    |  Ticket locked:  0
 Severity:  medium           |
 Keywords:                   |
-----------------------------+---------------------------------------------
Changes (by Paul Harrison <pharrison@…>):

 * owner:   => Paul Harrison <pharrison@…>
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:cbd78b87b4bf5f355925e9c943b9b3a3dfb7bcaf/mythtv]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="cbd78b87b4bf5f355925e9c943b9b3a3dfb7bcaf"
 Fix infinite recursion crash when editing Playback Groups

 [df769dc8] caused a regression where TimeStretch::Save(QString) would call
 TimeStretch::Save() which would call SimpleDBStorage::Save() which then
 calls
 TimeStretch::Save(QString) causing an infinite loop.

 This just makes sure we call the correct Save() method in
 TimeStretch::Save(QString) to break the loop. Fixes #11492.
 }}}

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


More information about the mythtv-commits mailing list