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

Summary: ArrayIndexOutOfBoundsException: -33030054
Product: platform Reporter: xGarlics
Component: JDK ProblemsAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219834
Attachments: stacktrace

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.