[mythtv-commits] Ticket #12782: backend SegFault

MythTV noreply at mythtv.org
Thu Jun 23 14:02:53 UTC 2016


#12782: backend SegFault
---------------------------------------------+-------------------------
 Reporter:  Eric Fontaine <ericrfontaine@…>  |          Owner:
     Type:  Bug Report - Crash               |         Status:  new
 Priority:  minor                            |      Milestone:  unknown
Component:  MythTV - General                 |        Version:  0.28.0
 Severity:  medium                           |     Resolution:
 Keywords:                                   |  Ticket locked:  0
---------------------------------------------+-------------------------

Comment (by Jonathan Isom <jeisom@…>):

 Ok. I see it now. Sorry about that. I just tested it. It fixes the issue
 for me using Qt 5.7 arch testing version.  I wonder if this version below
 might be easier to understand what is going on. It functionally is the
 same this time.

 Thanks

 {{{
     if (pMetaProp != NULL) && (pMetaProp->isEnumType() ||
 pMetaProp->isFlagType())
     {
         RenderEnum ( sName, vValue, pMetaProp );
     }
     else if (pMetaProp != NULL)
         RenderValue( GetContentName( sName, pMetaParent, pMetaProp ),
 vValue );
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12782#comment:21>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list