Opened 16 years ago
Closed 16 years ago
#6863 closed patch (fixed)
Segfault in MythNews when trying to visit a site that failed to retrieve news.
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | 0.22 |
Component: | Plugin - MythNews | Version: | head |
Severity: | medium | Keywords: | MythNews Segfault |
Cc: | Ticket locked: | no |
Description
Trying to visit a news site when it reports that it has failed to retrieve news results in a segfault.
This is because the check that is currently made when trying to open a site is to make sure the title value is not empty. This is no longer correct since the failure case has a title of 'Failed to retrieve news'. Checking instead on the URL resolves the issue for me.
Attachments (2)
Change History (6)
by , 16 years ago
Attachment: | mythnews.backtrace added |
---|
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 16 years ago
(In [21952]) Fix an assert in MythBrowser when it's media handler is passed an empty string for the url. Refs #6863.
Note:
See TracTickets
for help on using tickets.
Backtrace of segfault in MythNews