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 - NPE from Models.createCompoundModel
Summary: NPE from Models.createCompoundModel
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: RANDOM, TEST
Depends on:
Blocks:
 
Reported: 2007-08-22 01:04 UTC by Jesse Glick
Modified: 2010-04-29 09:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (1.59 KB, text/plain)
2007-08-22 01:04 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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.