I traced this down to Font::fontMetrics failing. fontMetrics calls Font::primaryFont, which calls fontFallbackList::primarySimpleFontData, which calls FontFallbackList::primaryFontData, which returns null.
This was introduced with the check-in for
Specifically, with these versions as the working directory (as reported by hg parents), things work:
. 1101:2fee67835377
apps 2116:e91adea3eefe
deploy 1217:ae3e7371b75e
media 1790:9690a6b13050
rt 802:dfbb8f49cd7a
rt-closed 15907:35c6d161a9bd
tests 1560:bfbbfd8b06cb
webnode 461:a9054928225a
With these versions, things crash:
. 1101:2fee67835377
apps 2116:e91adea3eefe
deploy 1217:ae3e7371b75e
media 1790:9690a6b13050
rt 802:dfbb8f49cd7a
rt-closed 15908:8ed36a9250ec
tests 1560:bfbbfd8b06cb
webnode 462:877428f4c393
where the difference is:
$ cd rt-closed; hg log -r 15908
changeset: 15908:8ed36a9250ec
user: malenkov
date: Fri Apr 13 13:31:50 2012 +0400
summary:
$ cd ../webnode/; ]hg log -r 462
changeset: 462:877428f4c393
user: malenkov
date: Fri Apr 13 13:35:51 2012 +0400
summary:
- duplicates
-
JDK-8088298 A fatal error has been detected by the Java Runtime Environment
- Open
-
JDK-8117346 WebView crashes under Linux
- Closed
-
JDK-8120556 HTMLEditorSample crashes at launch
- Closed
-
JDK-8127499 Adding html editor in Scene Builder crash VM on Linux
- Closed
-
JDK-8126458 [HTMLEditor] SIGSEGV under ubuntu 12x86.
- Closed
-
JDK-8127085 [HTMLEditor, Linux] SIGSEGV, when paste text.
- Closed
-
JDK-8115402 [Samples,linux]Click on the "HTMLEditor", and the ensemble program to be automatic exit
- Closed
-
JDK-8126672 WebView crashes the VM when running the Google V8 benchmark
- Closed
- relates to
-
JDK-8127114 CSS Font Family not applied correctly
- Resolved