Opened 6 years ago
Closed 6 years ago
#13364 closed Patch - Bug Fix (fixed)
mythfrontend segfault
Reported by: | Klaas de Waal | Owned by: | David Hampton |
---|---|---|---|
Priority: | major | Milestone: | 30.0 |
Component: | MythTV - General | Version: | Master Head |
Severity: | high | Keywords: | |
Cc: | David, Hampton | Ticket locked: | no |
Description
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.
Attachments (1)
Change History (3)
Changed 6 years ago by
Attachment: | 20181226_naturalCompareLT.patch added |
---|
comment:1 Changed 6 years ago by
Milestone: | needs_triage → 30.0 |
---|---|
Owner: | set to David Hampton |
Status: | new → accepted |
Version: | Unspecified → Master Head |
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
In 6c76d1767/mythtv: