[mythtv-commits] mythtv branch fixes/0.28 updated by bmeek. v0.28-71-g7c91ab6

Git Repo Owner noreply at mythtv.org
Sun Oct 9 19:14:37 UTC 2016


The branch, fixes/0.28 has been updated on the
mythtv repository by gitolite user bmeek.
       via  7c91ab6bc635c0299c029e6a0c148b290396b695 (commit)
       via  8eb43db5ba274c6105f61a5fe91f94ea62ac10fe (commit)
      from  8580a41b71ca24f1900103cc696d246cbac8a769 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7c91ab6bc635c0299c029e6a0c148b290396b695
Author:    Bill Meek <bmeek at mythtv.org> at Fri, 12 Aug 2016 21:34:39 -0500
Committer: Bill Meek <bmeek at mythtv.org> at Sun, 9 Oct 2016 12:57:41 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7c91ab6bc635c0299c029e6a0c148b290396b695

Serialization Implementation for XML: gcc6/Qt5.{6,7} SEGVs
Missed one (actually, there are at least 2 more.) The author
is trying to carve out some time to look for the actual fix.

Thanks to PlanetEater for catching this.

Refs #12782

(cherry picked from commit eaf81bc3438e71f9623b59199b9ad1e7683db780)



commit 8eb43db5ba274c6105f61a5fe91f94ea62ac10fe
Author:    Bill Meek <bmeek at mythtv.org> at Thu, 4 Aug 2016 09:49:18 -0500
Committer: Bill Meek <bmeek at mythtv.org> at Sun, 9 Oct 2016 12:57:15 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8eb43db5ba274c6105f61a5fe91f94ea62ac10fe

Serialization Implementation for XML: gcc6/Qt5.{6,7} SEGVs
This isn't a MythTV bug, rather an issue with Qt5.{6,7,??}
and gcc version 6. This will get Arch users with the above
combinations working until a proper solution is developed.

In XmlSerializer::GetContentName when pMetaObject is NULL,
a SEGV fires rather that getting a -1 return from
pMetaObject->indexOfClassInfo().

Examples: <be>:6544/Myth/version and <be>:6544/Myth/GetHostName.
Both fail on Arch linux with the above combinations.

Thanks for the research on: bbs.archlinux.org/viewtopic.php?pid=1631996,
testing on the ticket, and the reference to:
http://lists.qt-project.org/pipermail/development/2016-March/025153.html

Refs #12782

(cherry picked from commit 38de43efa92603e2ac524b9a72951c15caf2af4e)



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythupnp/serializers/serializer.cpp |    5 ++++-
 .../libs/libmythupnp/serializers/xmlSerializer.cpp |   12 +++++++++---
 .../libmythupnp/serializers/xmlplistSerializer.cpp |    6 +++++-
 mythtv/libs/libmythupnp/wsdl.cpp                   |    5 ++++-
 mythtv/libs/libmythupnp/xsd.cpp                    |    5 ++++-
 5 files changed, 26 insertions(+), 7 deletions(-)

-- 



More information about the mythtv-commits mailing list