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 208251 - ArrayIndexOutOfBoundsException: 202680
Summary: ArrayIndexOutOfBoundsException: 202680
Status: RESOLVED INCOMPLETE
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
: 208166 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-10 13:52 UTC by ineedanid
Modified: 2012-04-06 14:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 184470


Attachments
stacktrace (2.33 KB, text/plain)
2012-02-10 13:52 UTC, ineedanid
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ineedanid 2012-02-10 13:52:29 UTC
This issue was reported manually by thurka.
It already has 2 duplicates 


Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows 7

User Comments:
ineedanid: occured at start-up for application-profiling

ineedanid: Profiling application




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 202680
   at org.netbeans.lib.profiler.instrumentation.SingleMethodScaner.getU4(SingleMethodScaner.java:189)
   at org.netbeans.lib.profiler.instrumentation.SingleMethodScaner.getInt(SingleMethodScaner.java:177)
   at org.netbeans.lib.profiler.instrumentation.Injector.changeJump(Injector.java:409)
   at org.netbeans.lib.profiler.instrumentation.Injector.changeJumps(Injector.java:512)
   at org.netbeans.lib.profiler.instrumentation.Injector.relocateCode(Injector.java:659)
   at org.netbeans.lib.profiler.instrumentation.Injector.handleSwitchPadding(Injector.java:574)
Comment 1 ineedanid 2012-02-10 13:52:33 UTC
Created attachment 115583 [details]
stacktrace
Comment 2 Tomas Hurka 2012-02-10 14:06:11 UTC
*** Bug 208166 has been marked as a duplicate of this bug. ***
Comment 3 Tomas Hurka 2012-04-06 14:35:00 UTC
Can you provide steps how to reproduce it? It looks like it depends on particular class file. Which project do you profile? Is it available somewhere? Thanks.