Opened 15 years ago
Closed 15 years ago
Last modified 15 years ago
#8567 closed defect (fixed)
mythmusic: Segfault when attempting to play music
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | Plugin - MythMusic | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
After updating to latest SVN HEAD (r25117) from r25039, playing any music file in MythMusic results in segfault.
Backtrace and frontend logs are attached.
Reproduced from a clean install after make uninstall and manually removing /usr/share/mythtv, /usr/include/mythtv and /usr/lib/mythtv
Stepping through the code in the debugger, MainVisual? for the MythMusic playlist screen is the only Visual object present in the list that is iterated over inside prepareVisuals. No other visualizations are defined.
Attachments (2)
Change History (7)
Changed 15 years ago by
Attachment: | backtrace.log added |
---|
Changed 15 years ago by
Attachment: | mythfrontend.log added |
---|
comment:1 Changed 15 years ago by
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 15 years ago by
Milestone: | unknown → 0.24 |
---|
Note: See
TracTickets for help on using
tickets.
This seems to occur when the playlist is empty. Adding all my music to the playlist results in it working correctly. I haven't tested selecting a file not in the playlist.