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 150912 - NullPointerException at sun.font.FileFontStrike.getCachedGlyphPtr
Summary: NullPointerException at sun.font.FileFontStrike.getCachedGlyphPtr
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-10-21 17:31 UTC by thealchemist
Modified: 2009-02-19 22:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 131751


Attachments
stacktrace (3.66 KB, text/plain)
2008-10-21 17:32 UTC, thealchemist
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thealchemist 2008-10-21 17:31:56 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at sun.font.FileFontStrike.getCachedGlyphPtr(FileFontStrike.java:341)
        at sun.font.FileFontStrike.getGlyphImagePtr(FileFontStrike.java:269)
        at sun.font.FileFontStrike.getGlyphAdvance(FileFontStrike.java:490)
        at sun.font.CompositeStrike.getGlyphAdvance(CompositeStrike.java:129)
        at sun.font.CompositeStrike.getCodePointAdvance(CompositeStrike.java:140)
        at sun.font.FontDesignMetrics.handleCharWidth(FontDesignMetrics.java:402)
Comment 1 thealchemist 2008-10-21 17:32:06 UTC
Created attachment 72406 [details]
stacktrace
Comment 2 David Simonek 2008-10-24 10:30:25 UTC
Probably jdk issue, random, I can't reproduce. Please reopen with reproduction info, if issue is reproducible somehow,
thanks.
Comment 3 thealchemist 2008-10-24 13:45:35 UTC
Yeah, I doubt I'll be able to reproduce -this- one, heh.  I can only fine one instance of this error on Google:

http://forums.sun.com/thread.jspa?threadID=5301435&tstart=67

Seems to be thread-related...