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 - IllegalArgumentException at java.nio.Buffer.position
Summary: IllegalArgumentException at java.nio.Buffer.position
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-22 20:06 UTC by troodon
Modified: 2015-10-23 12:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214142


Attachments
stacktrace (3.97 KB, text/plain)
2015-10-22 20:06 UTC, troodon
Details

Note You need to log in before you can comment on or make changes to this bug.
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