RFR: 8373058: Media crash when playing MP3 over JRT protocol on macOS 26
Alexander Matveev
almatvee at openjdk.org
Tue Jan 6 00:00:53 UTC 2026
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()`.
8373058: Media crash when playing MP3 over JRT protocol on macOS 26 [v2]
- Added missing `pthread_mutex_destroy` to `AVFAudioSpectrumUnit` and `AVFAudioEqualizer`.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/2008#issuecomment-3712513869
More information about the openjfx-dev
mailing list