-
Bug
-
Resolution: Unresolved
-
P4
-
8u31
-
Java 1.8.0_31, Windows 7 64 bit, openjfx-monocle-1.8.0_20 from https://github.com/TestFX/Monocle/releases.
The JVM throws a "EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000662050a6, pid=10856, tid=7332" when trying to run the program in the gist (see link below). The same fault occurs after substituting the Text-node with a Label with the style "-fx-effect: dropshadow(...)" applied.
Application: https://gist.github.com/oddbjornkvalsund/6a62fc7633760a81c672
Runner: https://gist.github.com/oddbjornkvalsund/bae8f060be504d6f5334
Full output: https://gist.github.com/oddbjornkvalsund/03887dd176942c817042
Debug info: https://gist.github.com/oddbjornkvalsund/41b65240ff6984076ce4
Run the program with the following options: -Dglass.platform=Monocle -Dmonocle.platform=Headless -Dprism.order=sw -Dprism.verbose=true
Background: Trying to run TestFX (https://github.com/TestFX/TestFX) with Monocle configured as headless as per http://comments.gmane.org/gmane.comp.java.openjdk.openjfx.devel/8328. Mostly works, but fails on a few specific cases.
Application: https://gist.github.com/oddbjornkvalsund/6a62fc7633760a81c672
Runner: https://gist.github.com/oddbjornkvalsund/bae8f060be504d6f5334
Full output: https://gist.github.com/oddbjornkvalsund/03887dd176942c817042
Debug info: https://gist.github.com/oddbjornkvalsund/41b65240ff6984076ce4
Run the program with the following options: -Dglass.platform=Monocle -Dmonocle.platform=Headless -Dprism.order=sw -Dprism.verbose=true
Background: Trying to run TestFX (https://github.com/TestFX/TestFX) with Monocle configured as headless as per http://comments.gmane.org/gmane.comp.java.openjdk.openjfx.devel/8328. Mostly works, but fails on a few specific cases.