Opened 11 years ago

Closed 11 years ago

#11726 closed Bug Report - General (fixed)

Starting Playback / Pausing / Starting can cause frontend to crash

Reported by: JYA Owned by: JYA
Priority: critical Milestone: 0.27
Component: Plugin - MythMusic Version: Master Head
Severity: medium Keywords:
Cc: paulh Ticket locked: no

Description

Playing / Stopping in mythmusic in a rapid fashion can cause the frontend to crash...

Issue is the decoder being initialized while the decoder thread is currently decoding an audio packet. this causes FFmpeg to crash.

Fix on the way

Change History (3)

comment:1 Changed 11 years ago by JYA

Component: MythTV - GeneralPlugin - MythMusic
Status: newaccepted

comment:2 Changed 11 years ago by JYA

Milestone: unknown0.27
Version: UnspecifiedMaster Head

comment:3 Changed 11 years ago by Jean-Yves Avenard <jyavenard@…>

Resolution: fixed
Status: acceptedclosed

In d911198667af05183a090973c6b9422d76ab7b19/mythtv:

Ensure music decoder thread is stopped before initializing and starting it

Fixes #11726

Note: See TracTickets for help on using tickets.