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 112574 - random assertion error
Summary: random assertion error
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 107660 (view as bug list)
Depends on:
Blocks: 112626
  Show dependency tree
 
Reported: 2007-08-10 20:36 UTC by Samaresh Panda
Modified: 2008-12-22 14:24 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 Samaresh Panda 2007-08-10 20:36:13 UTC
Windows Vista/JDK6.0

While working on 112233 and 112342, I keep getting this assertion from lookup. Keep right-clicking as per description in
112233 and you'll get this exception.

java.lang.AssertionError
	at org.openide.util.lookup.ProxyLookup$R.collectFires(ProxyLookup.java:542)
	at org.openide.util.lookup.ProxyLookup$WeakResult.collectFires(ProxyLookup.java:610)
	at org.openide.util.lookup.AbstractLookup.notifyListeners(AbstractLookup.java:469)
	at org.openide.util.lookup.ExcludingLookup$R.collectFires(ExcludingLookup.java:327)
	at org.openide.util.lookup.AbstractLookup.notifyListeners(AbstractLookup.java:469)
	at org.openide.util.lookup.SimpleProxyLookup$ProxyResult.collectFires(SimpleProxyLookup.java:274)
	at org.openide.util.lookup.SimpleProxyLookup.checkLookup(SimpleProxyLookup.java:82)
	at org.openide.util.lookup.SimpleProxyLookup.lookup(SimpleProxyLookup.java:130)
	at org.openide.util.lookup.ExcludingLookup.lookup(ExcludingLookup.java:74)
	at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:192)
	at org.netbeans.modules.project.ui.Hacks$1.run(Hacks.java:61)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Jaroslav Tulach 2007-08-15 13:13:56 UTC
IDE:-------------------------------------------------
IDE: [15.8.07 14:13] Committing "ProxyLookup.java" started
Checking in ProxyLookup.java;
/shared/data/ccvs/repository/openide/util/src/org/openide/util/lookup/ProxyLookup.java,v  <--  ProxyLookup.java
new revision: 1.13; previous revision: 1.12
done
Comment 2 Jaroslav Tulach 2007-09-03 10:55:25 UTC
*** Issue 107660 has been marked as a duplicate of this issue. ***