Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#11492 closed Bug Report - Crash (fixed)

mythfrontend segfault

Reported by: rwscott@… Owned by: paulh
Priority: minor Milestone: 0.27
Component: MythTV - General Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

mythfrontend segfaults when exiting the edit Default Playback Group. Seems to be in an infinite recursive loop. Backtrace attached.

Attachments (1)

mythfrontend-trace.txt (5.9 KB) - added by rwscott@… 12 years ago.
backtrace

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by rwscott@…

Attachment: mythfrontend-trace.txt added

backtrace

comment:1 Changed 12 years ago by Paul Harrison <pharrison@…>

Owner: set to Paul Harrison <pharrison@…>
Resolution: fixed
Status: newclosed

In cbd78b87b4bf5f355925e9c943b9b3a3dfb7bcaf/mythtv:

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.

comment:2 Changed 12 years ago by paulh

Milestone: unknown0.27
Owner: changed from Paul Harrison <pharrison@…> to paulh
Note: See TracTickets for help on using tickets.