RFR: 8248365: Debug build crashes on Windows when playing media file
Kevin Rushforth
kcr at openjdk.java.net
Sat Jul 11 13:48:58 UTC 2020
On Sat, 11 Jul 2020 03:04:16 GMT, Alexander Matveev <almatvee at openjdk.org> wrote:
> According to information found for similar bugs filed against libffi, this is known issue with libffi. libffi modifies
> stack frames and it triggers stack frame run-time error checking. Fixed by disabling stack frame error checking in
> debug build. It was already off in release build.
Marked as reviewed by kcr (Lead).
-------------
PR: https://git.openjdk.java.net/jfx/pull/265
More information about the openjfx-dev
mailing list