-
Bug
-
Resolution: Fixed
-
P1
-
1.3.0
-
None
-
sol-rc1
-
x86, sparc
-
linux, solaris_8
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2035379 | 1.4.0 | Fred Oliver | P1 | Resolved | Fixed | beta |
JDK-2035378 | 1.3.1 | Fred Oliver | P1 | Closed | Fixed | ladybird |
When determining if the character 0xffff exists in the font A.ttf
(which is supplied with the Java2D demo), Java crashes with a SIGBUS.
(Also fails in Win32.)
A simple test program is attached.
The basic problem is shown by:
File f = new File( .... A.ttf );
Font font = Font.createFont(Font.TRUETYPE_FONT, new FileInputStream(f));
Font.canDisplay('\uffff')
heidi.chen@eng 2001-03-01
Verified on sol/sparc8, Ladybird RC b18. The bug is fixed.
- backported by
-
JDK-2035379 SIGBUS accessing Java2D demo font.
-
- Resolved
-
-
JDK-2035378 SIGBUS accessing Java2D demo font.
-
- Closed
-
- duplicates
-
JDK-4360501 Linux: vm crashes during constructor invocation for LineBreakMeasurer
-
- Closed
-
- relates to
-
JDK-4349845 SIGBUS in native code in getGlyph4.
-
- Closed
-