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 195328 - NullPointerException: Null child at index 1, parent: Root, model: org.netbeans.spi.viewmodel.Models$CompoundModel@111d6d TreeModel = org.netbeans.spi.viewmodel.Models$DelegatingTreeModel@1a31895
Summary: NullPointerException: Null child at index 1, parent: Root, model: org.netbean...
Status: RESOLVED DUPLICATE of bug 195306
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-11 13:03 UTC by Egor Ushakov
Modified: 2011-02-11 13:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 176600


Attachments
stacktrace (1.47 KB, text/plain)
2011-02-11 13:03 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2011-02-11 13:03:48 UTC
This issue was reported manually by gorrus.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 110211-d4326ce8f573)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: SunOS

User Comments:
gorrus: started gdb debugger and quickly switched "show watches inside variables"




Stacktrace: 
java.lang.NullPointerException: Null child at index 1, parent: Root, model: org.netbeans.spi.viewmodel.Models$CompoundModel@111d6d
  TreeModel = org.netbeans.spi.viewmodel.Models$DelegatingTreeModel@1a31895
    org.netbeans.modules.cnd.debugger.common2.debugger.LocalModel@d86fa8
  NodeModel = org.netbeans.spi.viewmodel.Models$CompoundNodeModel@f94ca
    org.netbeans.modules.cnd.debugger.common2.debugger.LocalModel@d86fa8

  TableModel = org.netbeans.spi.viewmodel.Models$DelegatingTableModel@1aa004f
    org.netbeans.modules.cnd.debugger.common2.debugger.LocalModel@d86fa8
  NodeActionsProvider = org.netbeans.spi.viewmodel.Models$DelegatingNodeActionsProvider@a31982
    org.netbeans.modules.cnd.debugger.common2.debugger.LocalModel@d86fa8
    org.netbeans.modules.debugger.ui.models.VariablesActionsProvider@1b111eb
  ColumnsModel = [org.netbeans.modules.cnd.debugger.common2.debugger.VariableColumnModels$ValueColumn@1c9c421, org.netbeans.modules.cnd.debugger.common2.debugger.VariableColumnModels$TypeColumn@40c8a4, 
   at org.netbeans.modules.debugger.ui.views.ViewModelListener$2.getChildren(ViewModelListener.java:360)
   at org.netbeans.modules.viewmodel.TreeModelHyperNode$HyperModelChildren.getModelChildren(TreeModelHyperNode.java:241)
   at org.netbeans.modules.viewmodel.TreeModelNode$TreeModelChildren.run(TreeModelNode.java:1269)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Egor Ushakov 2011-02-11 13:03:52 UTC
Created attachment 105863 [details]
stacktrace
Comment 2 Egor Ushakov 2011-02-11 13:05:19 UTC

*** This bug has been marked as a duplicate of bug 195306 ***