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 259116 - NullPointerException at sun.lwawt.macosx.CFileDialog$Task.run
Summary: NullPointerException at sun.lwawt.macosx.CFileDialog$Task.run
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-03 22:21 UTC by Ghoneim
Modified: 2016-05-13 12:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223865


Attachments
stacktrace (140 bytes, text/plain)
2016-05-03 22:21 UTC, Ghoneim
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ghoneim 2016-05-03 22:21:27 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Mac OS X

User Comments:
Ghoneim: N/A




Stacktrace: 
java.lang.NullPointerException
   at sun.lwawt.macosx.CFileDialog$Task.run(CFileDialog.java:83)
   at java.lang.Thread.run(Thread.java:745)
Comment 1 Ghoneim 2016-05-03 22:21:29 UTC
Created attachment 159527 [details]
stacktrace
Comment 2 Jiri Prox 2016-05-13 12:17:28 UTC
Unfortunately this is JDK bug
https://bugs.openjdk.java.net/browse/JDK-8140532