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 256119

Summary: IllegalArgumentException at java.nio.Buffer.position
Product: editor Reporter: troodon <troodon>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214142
Attachments: stacktrace

Description troodon 2015-10-22 20:06:48 UTC
Build: NetBeans IDE 8.1 RC2 (Build 201510122201)
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:
troodon: opening project

GUEST: clean and build for all my projects (8 modules from an osgi application)




Stacktrace: 
java.lang.IllegalArgumentException
   at java.nio.Buffer.position(Buffer.java:244)
   at sun.font.TrueTypeFont.lookupName(TrueTypeFont.java:1249)
   at sun.font.TrueTypeFont.getFamilyName(TrueTypeFont.java:1548)
   at sun.font.FontFamily.remove(FontFamily.java:63)
   at sun.font.SunFontManager.replaceFont(SunFontManager.java:2624)
   at sun.font.SunFontManager.deRegisterBadFont(SunFontManager.java:2577)
Comment 1 troodon 2015-10-22 20:06:50 UTC
Created attachment 156916 [details]
stacktrace