Modify ↓
Ticket #10350 (closed Bug Report - General: Fixed)
Opened 15 months ago
Last modified 15 months ago
Frontend segfault when paging through "Upcoming Recordings"
| Reported by: | gregorio.gervasio@… | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - General | Version: | Unspecified |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
I get a frontend segfault when paging through "Upcoming Recordings". gdb backtrace is attached. It points to the following line, which was introduced in commit 69a371859:
mythuitext.cpp:535
(m_CutMessage[last_line + line.textLength() - 1]);
At this point, gdb says both "last_line" and "line.textLength()" are zero.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

gdb backtrace