[mythtv-commits] Ticket #13364: mythfrontend segfault

MythTV noreply at mythtv.org
Wed Dec 26 11:53:07 UTC 2018


#13364: mythfrontend segfault
----------------------------------+--------------------------
     Reporter:  Klaas de Waal     |      Owner:  (none)
         Type:  Patch - Bug Fix   |     Status:  new
     Priority:  major             |  Milestone:  needs_triage
    Component:  MythTV - General  |    Version:  Unspecified
     Severity:  high              |   Keywords:
Ticket locked:  0                 |
----------------------------------+--------------------------
 mythfrontend segfaults when you select "Manage Recordings" then "Recording
 Rules".\\

 This is caused by commit  17d978723, 13 december, David Hampton,
 "Use naturalCompare in more places instead of a simple '<' comparison."\\

 In some places the "< 0" is omitted and then the value of naturalCompare
 is returned instead of a boolean value. This apparently causes the sort to
 fail.\\

 The patch adds the "< 0" comparison where it is missing in files
 programrecpriority.cpp and proglist.cpp.

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13364>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list