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 236436 - NullPointerException at sun.lwawt.macosx.CInputMethod$6.run
Summary: NullPointerException at sun.lwawt.macosx.CInputMethod$6.run
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
: 240993 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-09-26 19:01 UTC by jenjen
Modified: 2014-02-05 12:31 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204183


Attachments
stacktrace (1.57 KB, text/plain)
2013-09-26 19:01 UTC, jenjen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jenjen 2013-09-26 19:01:00 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-550-on-20130923)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b32, Java(TM) SE Runtime Environment, 1.8.0-ea-b90
OS: Mac OS X

User Comments:
jenjen: You make trying to work with this Java garbage an absolute hell.  I hope one day someone makes you feel as bad as you are making me feel now.  Seriously, go to hell.




Stacktrace: 
java.lang.NullPointerException
   at sun.lwawt.macosx.CInputMethod$6.run(CInputMethod.java:737)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at sun.lwawt.macosx.LWCToolkit$4.dispatch(LWCToolkit.java:530)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:726)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:687)
Comment 1 jenjen 2013-09-26 19:01:02 UTC
Created attachment 140520 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2013-09-27 15:18:54 UTC
b90 is several months old development build of JDK 8. Please upgrade to the latest Early Access build (now b108) and report again if you are still encountering the problem. Thanks.

https://jdk8.java.net/download.html
Comment 3 Marian Mirilovic 2014-02-05 12:31:33 UTC
*** Bug 240993 has been marked as a duplicate of this bug. ***