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 244221 - NullPointerException at sun.java2d.pipe.AlphaColorPipe.renderPathTile
Summary: NullPointerException at sun.java2d.pipe.AlphaColorPipe.renderPathTile
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-01 02:57 UTC by tdnorb
Modified: 2018-03-26 20:23 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208033


Attachments
stacktrace (4.90 KB, text/plain)
2014-05-01 02:57 UTC, tdnorb
Details
stacktrace (4.78 KB, text/plain)
2015-03-27 17:59 UTC, tdnorb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tdnorb 2014-05-01 02:57:25 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Mac OS X

User Comments:
GUEST: NullPointerException at sun.java2d.pipe.AlphaColorPipe.renderPathTile

GUEST: canceled background indexing after it kept running for hours

tdnorb: Not sure what I was doing.  Possibly putting the Mac to sleep to go home for the day




Stacktrace: 
java.lang.NullPointerException
   at sun.java2d.pipe.AlphaColorPipe.renderPathTile(AlphaColorPipe.java:55)
   at sun.java2d.pipe.AAShapePipe.renderTiles(AAShapePipe.java:201)
   at sun.java2d.pipe.AAShapePipe.fillParallelogram(AAShapePipe.java:102)
   at sun.java2d.pipe.PixelToParallelogramConverter.fillRectangle(PixelToParallelogramConverter.java:322)
   at sun.java2d.pipe.PixelToParallelogramConverter.fillRect(PixelToParallelogramConverter.java:115)
   at sun.java2d.pipe.ValidatePipe.fillRect(ValidatePipe.java:76)
Comment 1 tdnorb 2014-05-01 02:57:26 UTC
Created attachment 147041 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2014-05-05 07:44:39 UTC
It seems there are some issues with GradientPaint in JDK 8 on Mac OS X
Comment 3 Exceptions Reporter 2015-03-24 17:19:47 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=208033
Comment 4 tdnorb 2015-03-27 17:59:48 UTC
Created attachment 152890 [details]
stacktrace

Not sure, system just woke up and error was already present