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 113441

Summary: NPE from Models.createCompoundModel
Product: debugger Reporter: Jesse Glick <jglick>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: CLOSED FIXED    
Severity: blocker Keywords: RANDOM, TEST
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/trunk/2687/testReport/org.netbeans.test.ide/IDEValidation/testDebugging/
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace

Description Jesse Glick 2007-08-22 01:04:15 UTC
Seemingly at random, in commit validation on builder.
Comment 1 Jesse Glick 2007-08-22 01:04:50 UTC
Created attachment 47023 [details]
Stack trace
Comment 2 Martin Entlicher 2007-08-22 10:37:12 UTC
This looks similar to issue #113009. When debugger session is finishing, some models are removed. Some null model got in...
Comment 3 Martin Entlicher 2007-08-22 13:00:38 UTC
Hopefuly fixed by synchronization:

/shared/data/ccvs/repository/debuggercore/src/org/netbeans/modules/debugger/ui/views/ViewModelListener.java,v  <-- 
ViewModelListener.java
new revision: 1.19; previous revision: 1.18
Comment 4 Quality Engineering 2010-04-29 09:34:48 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.