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 3193 - When debugging (after breakpoint reached, thread suspended), after selecting ThreadGroup Tab: dialog "Deadlock in debugged process in Request The Th
Summary: When debugging (after breakpoint reached, thread suspended), after selecting ...
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-05 21:31 UTC by Petr Nejedly
Modified: 2002-07-19 15:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Nejedly 1999-08-05 21:31:49 UTC
java.lang.NullPointerException
        at com.netbeans.developer.modules.debugger.debug.ToolsThread.getCallStack(Compiled Code)
        at com.netbeans.developer.modules.debugger.support.nodes.CallStack.changeChildren(CallStack.java:68)
        at com.netbeans.developer.modules.debugger.support.nodes.CallStack.<init>(CallStack.java:59)
        at com.netbeans.developer.modules.debugger.support.nodes.ThreadContext.initializeChildren(ThreadContext.java:147)
        at com.netbeans.developer.modules.debugger.support.nodes.ThreadContext.initialize(ThreadContext.java:114)
        at com.netbeans.developer.modules.debugger.support.nodes.ThreadContext.<init>(ThreadContext.java:109)
        at com.netbeans.developer.modules.debugger.support.nodes.ThreadGroupContext$ThreadGroupContextChildren.createNodes(ThreadGroupContext.java:256)
        at org.openide.nodes.Children$1$Updator.run(Compiled Code)
        at java.awt.event.InvocationEvent.dispatch(Compiled Code)
        at java.awt.EventQueue.dispatchEvent(Compiled Code)
        at java.awt.EventDispatchThread.run(Compiled Code)
Comment 1 Marek Grummich 2000-07-25 09:40:59 UTC
Priority is changed to P4 (normal).