RFR: 8373058: Media crash when playing MP3 over JRT protocol on macOS 26

Alexander Matveev almatvee at openjdk.org
Tue Dec 23 22:17:19 UTC 2025


On Mon, 15 Dec 2025 23:50:34 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:

> Fixed two crashes:
> - `shouldWaitForLoadingOfRequestedResource()` was not synchronized with `dispose()`.
> - `AddBand()`, `RemoveBand()` and `MoveBand()` was not synchronized with `ProcessBufferLists()`.

Do you load media files via Play List tab? Path looks wrong. Media files should be located in `jfx-dev/rt/tests/manual/media/FXMediaPlayer/src/fxmediaplayer/media`. Based on code FXMediaPlayer will load it as `jrt:///FXMediaPlayer/fxmediaplayer/media/File.mp3`

-------------

PR Comment: https://git.openjdk.org/jfx/pull/2008#issuecomment-3688098969


More information about the openjfx-dev mailing list