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 147886 - NullPointerException at org.netbeans.modules.debugger.jpda.models.JPDAThreadImpl.getOwnedMonitors
Summary: NullPointerException at org.netbeans.modules.debugger.jpda.models.JPDAThreadI...
Status: CLOSED DUPLICATE of bug 147885
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM, THREAD
Depends on:
Blocks:
 
Reported: 2008-09-22 14:50 UTC by Martin Krauskopf
Modified: 2010-04-29 09:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 116311


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2008-09-22 14:50:42 UTC
Build: NetBeans IDE Dev (Build 080922)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Linux, 2.6.24-19-generic, i386
User comments: During debugging test in the NetBeans module.
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.netbeans.modules.debugger.jpda.models.JPDAThreadImpl.getOwnedMonitors(JPDAThreadImpl.java:996)
        at org.netbeans.modules.debugger.jpda.DeadlockDetectorImpl.buildGraph(DeadlockDetectorImpl.java:167)
        at org.netbeans.modules.debugger.jpda.DeadlockDetectorImpl.findDeadlockedThreads(DeadlockDetectorImpl.java:114)
        at org.netbeans.modules.debugger.jpda.DeadlockDetectorImpl.propertyChange(DeadlockDetectorImpl.java:101)
        at org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:186)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
        at org.netbeans.modules.debugger.jpda.models.JPDAThreadImpl.notifySuspended(JPDAThreadImpl.java:720)
        at org.netbeans.modules.debugger.jpda.models.JPDAThreadImpl.notifySuspended(JPDAThreadImpl.java:698)
        at org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:235)
Comment 1 Martin Krauskopf 2008-09-22 14:57:54 UTC
Exception reporter strikes again. Dupe.

*** This issue has been marked as a duplicate of 147885 ***
Comment 2 Quality Engineering 2010-04-29 09:44:17 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.