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 267684 - ArrayIndexOutOfBoundsException: 6796
Summary: ArrayIndexOutOfBoundsException: 6796
Status: RESOLVED DUPLICATE of bug 262571
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-23 14:51 UTC by bolsover
Modified: 2016-09-01 12:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225875


Attachments
stacktrace (1.95 KB, text/plain)
2016-08-23 14:51 UTC, bolsover
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bolsover 2016-08-23 14:51:49 UTC
This bug was originally marked as duplicate of bug 262571, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201608230002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
bolsover: Launching SQL Query profiler




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 6796
   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:526)
   at org.netbeans.lib.profiler.instrumentation.Injector.relocateCode(Injector.java:659)
   at org.netbeans.lib.profiler.instrumentation.Injector.injectCodeAndRewrite(Injector.java:328)
Comment 1 bolsover 2016-08-23 14:51:51 UTC
Created attachment 161754 [details]
stacktrace
Comment 2 Tomas Hurka 2016-09-01 12:53:48 UTC
Thanks for the report, however I need steps to reproduce it - it looks like that the exception depends on particular class file. What application did you profile?

*** This bug has been marked as a duplicate of bug 262571 ***