[mythtv-commits] Ticket #12917: mythfrontend.real crashes since Ubuntu 16.10 upgrade
MythTV
noreply at mythtv.org
Sat Nov 19 23:16:21 UTC 2016
#12917: mythfrontend.real crashes since Ubuntu 16.10 upgrade
-----------------------------------------+--------------------------
Reporter: heynnema@… | Owner: pbennett
Type: Bug Report - General | Status: closed
Priority: critical | Milestone: unknown
Component: MythTV - General | Version: 0.28.0
Severity: high | Resolution: fixed
Keywords: mythfrontend stack smashing | Ticket locked: 0
-----------------------------------------+--------------------------
Comment (by pbennett):
Replying to [comment:36 jyavenard]:
> The object is allocated, it is then passed by value. The pointer
returned by new is never deleted.
>
> That will leak, guaranteed..
>
Well - not really. The original seg fault was caused by the fact that the
destructor of QNetworkAccessManager is deleting the QNetworkConfiguration
object that it is using. The seg fault is in the destructor of
QNetworkConfiguration. My theory is that it was being deleted more than
once, by different QNetworkAccessManager objects. That theory may be wrong
...
--
Ticket URL: <https://code.mythtv.org/trac/ticket/12917#comment:37>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list