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 187947 - ArrayIndexOutOfBoundsException: 5
Summary: ArrayIndexOutOfBoundsException: 5
Status: RESOLVED INCOMPLETE
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-22 13:22 UTC by Karol Harezlak
Modified: 2010-06-22 14:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151199


Attachments
stacktrace (3.74 KB, text/plain)
2010-06-22 13:22 UTC, Karol Harezlak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karol Harezlak 2010-06-22 13:22:26 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-9M3165
OS: Mac OS X

User Comments:
GUEST: Stepping through code and variables looking




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 5
   at com.sun.tools.jdi.PacketStream.readByte(PacketStream.java:279)
   at com.sun.tools.jdi.PacketStream.readTaggedObjectReference(PacketStream.java:408)
   at com.sun.tools.jdi.JDWP$ObjectReference$InvokeMethod.<init>(JDWP.java:4612)
   at com.sun.tools.jdi.JDWP$ObjectReference$InvokeMethod.waitForReply(JDWP.java:4590)
   at com.sun.tools.jdi.ObjectReferenceImpl.invokeMethod(ObjectReferenceImpl.java:374)
   at org.netbeans.modules.debugger.jpda.expr.EvaluatorVisitor.invokeMethod(EvaluatorVisitor.java:3203)
Comment 1 Karol Harezlak 2010-06-22 13:22:30 UTC
Created attachment 100323 [details]
stacktrace
Comment 2 Martin Entlicher 2010-06-22 14:54:11 UTC
This looks like some inconsistency of data sent through the JDWP protocol.
Can you please provide a reproducible case?
Some expression with variable and method types which evaluation gives this error?
What are the types in expression "LToX(lng) + (deltaX << (21 - z))" ?