<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Feel free to file it yourself, that JBS submit form is not fun to
use as an external reporter.</p>
<p>I want to say that the reproducer project I linked also crashes
when running ./gradlew run, so not only with JRT. In that case,
the resource file is located in a dependency jar and not in a
runtime image.</p>
<div class="moz-cite-prefix">On 02/12/2025 2:55 AM, Alexander
Matveev wrote:<br>
</div>
<blockquote type="cite"
cite="mid:IA3PR10MB8637A6832E8466480D9623CB99D8A@IA3PR10MB8637.namprd10.prod.outlook.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div dir="ltr"
style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi Christopher and Kevin,</div>
<div dir="ltr"
style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div dir="ltr"
style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I was able to reproduce this issue with FXMediaPlayer and MP3
file when playing via JRT protocol on macOS 26.1 aarch64. Not
sure if it is reproducible on x64.</div>
<div dir="ltr"
style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div dir="ltr"><span style="background-color: rgb(255, 255, 255);">Christopher,
do you want to file a bug report for it? Or I can file it
myself.</span></div>
<div dir="ltr"
style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 16px; color: rgb(0, 0, 0);">
<span style="background-color: rgb(255, 255, 255);"><br>
</span></div>
<div dir="ltr"
style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 16px; color: rgb(0, 0, 0);">
<span style="background-color: rgb(255, 255, 255);">Thanks,</span></div>
<div dir="ltr"
style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 16px; color: rgb(0, 0, 0);">
<span style="background-color: rgb(255, 255, 255);">Alexander</span></div>
<div dir="ltr"
style="font-family: Aptos, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="mail-editor-reference-message-container">
<div class="ms-outlook-mobile-reference-message skipProofing">
<meta name="Generator" content="Microsoft Exchange Server">
</div>
<div class="ms-outlook-mobile-reference-message skipProofing"
style="text-align: left; padding: 3pt 0in 0in; border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) currentcolor currentcolor; font-family: Aptos; font-size: 12pt; color: black;">
<b><br>
<p
style="font-family:Calibri;font-size:10pt;color:#000000;margin:5pt;font-style:normal;font-weight:normal;text-decoration:none;"
align="Left">
Confidential- Oracle Internal<br>
</p>
From: </b>openjfx-dev <a class="moz-txt-link-rfc2396E" href="mailto:openjfx-dev-retn@openjdk.org"><openjfx-dev-retn@openjdk.org></a>
on behalf of Kevin Rushforth
<a class="moz-txt-link-rfc2396E" href="mailto:kevin.rushforth@oracle.com"><kevin.rushforth@oracle.com></a><br>
<b>Date: </b>Tuesday, November 25, 2025 at 8:25 AM<br>
<b>To: </b>Christopher Schnick <a class="moz-txt-link-rfc2396E" href="mailto:crschnick@xpipe.io"><crschnick@xpipe.io></a>,
<a class="moz-txt-link-abbreviated" href="mailto:openjfx-dev@openjdk.org">openjfx-dev@openjdk.org</a> <a class="moz-txt-link-rfc2396E" href="mailto:openjfx-dev@openjdk.org"><openjfx-dev@openjdk.org></a><br>
<b>Subject: </b>Re: Crash on macOS 26 when playing music file<br>
<br>
</div>
<div class="PlainText" style="font-size: 11pt;">I was able to
play that media file with no problem on macOS 26.1 using<br>
the tests/manual/media/FXMediaPlayer app in the FX repo. I
didn't try<br>
with your application.<br>
<br>
I can see from the hs_err log you attached, that it is
crashing in our<br>
libjfxmedia_avf library in a callback from CoreFoundation.<br>
<br>
I was running JDK 25.0.1 and I tried the latest mainline
JavaFX (26 ea)<br>
as well as JavaFX 25.0.1. Can you confirm the exact versions
of JDK 25<br>
and JavaFX 25 you were running?<br>
<br>
-- Kevin<br>
<br>
<br>
On 11/25/2025 5:07 AM, Christopher Schnick wrote:<br>
> Hello, I encountered a reproducible crash when playing a
music file<br>
> with MediaPlayer. This does not occur on older versions
of the app<br>
> using an older JDK+JavaFX version on macOS 26.<br>
><br>
> It crashes with JDK25 and JavaFX 25 for me. Attached is
the crash log.<br>
><br>
> I have not tested this in an isolated reproducer, but I
don't see how<br>
> any of my application logic can influence this. If it
does not happen<br>
> in an isolated manner, I can investigate what specific
changes cause<br>
> it to crash. The music file I tested with is from<br>
> <a
href="https://github.com/mkpaz/atlantafx/blob/master/sampler/src/main/resources/atlantafx/sampler/media/Beat%20Thee.mp3"
data-outlook-id="daad5d18-faf9-49fa-9017-80bd7c19aa92"
moz-do-not-send="true" class="moz-txt-link-freetext">
https://github.com/mkpaz/atlantafx/blob/master/sampler/src/main/resources/atlantafx/sampler/media/Beat%20Thee.mp3</a><br>
> . The project to reproduce the crash is<br>
> <a href="https://github.com/xpipe-io/kickstartfx"
data-outlook-id="05f07288-9bd4-4a82-b225-9cc1044d00b9"
moz-do-not-send="true" class="moz-txt-link-freetext">
https://github.com/xpipe-io/kickstartfx</a>, where you just
have to select<br>
> the music player and click on play sample.<br>
><br>
> Best<br>
> Christopher Schnick<br>
><br>
> P.S. There is still a message I sent a few days ago in
the mailing<br>
> list moderation queue because it was larger than the
maximum allowed<br>
> attachment size<br>
><br>
><br>
<br>
</div>
</div>
</blockquote>
</body>
</html>