Comment 5 for bug 2047656

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Here is a better test case in my opinion. If you (reporter, or uploader, or Eric) agree, could you please update the test plan in the description?

To reproduce the bug:

# download sample midi file from wikiepdia:

wget https://upload.wikimedia.org/wikipedia/commons/5/55/MIDI_sample.mid

# play it with fluidsynth

fluidsynth MIDI_sample.mid

# at this point, you will actually be at a prompt. Wait for the song to play for a few seconds, then issue a stop command at that prompt:

player_stop

# And this is where the bug happens. Issue a continuation:

player_cont

And this is where things break:

> player_cont
> fluidsynth: error: The maximum playback duration has been reached. Terminating player!

With the fixed package, the audio resumes playback.