This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 255153 - ArrayIndexOutOfBoundsException: -33030054
Summary: ArrayIndexOutOfBoundsException: -33030054
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-10 02:04 UTC by xGarlics
Modified: 2015-09-15 13:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219834


Attachments
stacktrace (4.79 KB, text/plain)
2015-09-10 02:04 UTC, xGarlics
Details

Note You need to log in before you can comment on or make changes to this bug.
Description xGarlics 2015-09-10 02:04:22 UTC
This bug was originally marked as duplicate of bug 236507, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
xgarlics: HTML5 autocompleting.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -33030054
   at sun.font.FileFontStrike.getCachedGlyphPtr(FileFontStrike.java:472)
   at sun.font.FileFontStrike.getSlot0GlyphImagePtrs(FileFontStrike.java:438)
   at sun.font.CompositeStrike.getGlyphImagePtrs(CompositeStrike.java:115)
   at sun.font.GlyphList.mapChars(GlyphList.java:272)
   at sun.font.GlyphList.setFromChars(GlyphList.java:262)
   at sun.java2d.pipe.GlyphListPipe.drawChars(GlyphListPipe.java:103)
Comment 1 xGarlics 2015-09-10 02:04:24 UTC
Created attachment 156029 [details]
stacktrace
Comment 2 Dusan Balek 2015-09-15 13:24:56 UTC
Seems like a JDK problem.