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 124405 - AIOOBE from ProxyLookup$R.lookupChange
Summary: AIOOBE from ProxyLookup$R.lookupChange
Status: RESOLVED DUPLICATE of bug 123679
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: RANDOM, TEST
Depends on:
Blocks:
 
Reported: 2007-12-23 16:26 UTC by Jesse Glick
Modified: 2008-12-22 11:59 UTC (History)
1 user (show)

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 Jesse Glick 2007-12-23 16:26:32 UTC
Race condition?

java.lang.ArrayIndexOutOfBoundsException: 4
	at org.openide.util.lookup.ProxyLookup$R.lookupChange(ProxyLookup.java:396)
	at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:187)
	at org.netbeans.core.startup.MainLookup.moduleClassLoadersUp(MainLookup.java:117)
	at org.netbeans.core.startup.MainLookup.systemClassLoaderChanged(MainLookup.java:105)
	at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:253)
	[....]
Comment 1 Jaroslav Tulach 2007-12-25 14:08:07 UTC
Hardly race condition. The code is synchronized. More likely re-entrant access.
Comment 2 David Simonek 2008-03-05 11:18:23 UTC
Jardo, I believe this is duplicate of what you already fixed, isn't it right?
Comment 3 Jaroslav Tulach 2008-03-10 16:06:29 UTC

*** This issue has been marked as a duplicate of 123679 ***