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 240616 - NullPointerException at org.netbeans.modules.deadlock.detector.Detector.printThread
Summary: NullPointerException at org.netbeans.modules.deadlock.detector.Detector.print...
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Deadlock Detector (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-17 15:25 UTC by peppertech
Modified: 2014-01-21 02:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 206673


Attachments
stacktrace (414 bytes, text/plain)
2014-01-17 15:25 UTC, peppertech
Details

Note You need to log in before you can comment on or make changes to this bug.
Description peppertech 2014-01-17 15:25:02 UTC
Build: NetBeans IDE Dev (Build 201401170001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b36, Java(TM) SE Runtime Environment, 1.8.0-ea-b94
OS: Windows 7

User Comments:
peppertech: opened 4 projects at once. This was shown while background scanning was going on




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.deadlock.detector.Detector.printThread(Detector.java:219)
   at org.netbeans.modules.deadlock.detector.Detector.printThreadInfo(Detector.java:201)
   at org.netbeans.modules.deadlock.detector.Detector.detectDeadlock(Detector.java:188)
   at org.netbeans.modules.deadlock.detector.Detector.run(Detector.java:133)
   at java.lang.Thread.run(Thread.java:724)
Comment 1 peppertech 2014-01-17 15:25:04 UTC
Created attachment 144083 [details]
stacktrace
Comment 2 David Strupl 2014-01-17 16:33:51 UTC
http://hg.netbeans.org/jet-main/rev/f558454c40d0
Comment 3 Quality Engineering 2014-01-21 02:58:22 UTC
Integrated into 'main-silver', will be available in build *201401210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f558454c40d0
User: David Strupl <dstrupl@netbeans.org>
Log: Bug 240616 - NullPointerException at org.netbeans.modules.deadlock.detector.Detector.printThread