Integrated: 8248365: Debug build crashes on Windows when playing media file

Alexander Matveev almatvee at openjdk.java.net
Mon Jul 13 20:45:27 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.

This pull request has now been integrated.

Changeset: 946590e6
Author:    Alexander Matveev <almatvee at openjdk.org>
URL:       https://git.openjdk.java.net/jfx/commit/946590e6
Stats:     2 lines in 1 file changed: 0 ins; 1 del; 1 mod

8248365: Debug build crashes on Windows when playing media file

Reviewed-by: kcr

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

PR: https://git.openjdk.java.net/jfx/pull/265


More information about the openjfx-dev mailing list