-
Notifications
You must be signed in to change notification settings - Fork 959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ArrayIndexOutOfBoundsException: 8 at InstrumentingMethodVisitor.java:1337 #367
Milestone
Comments
Most probably related to #333. Working on the fix now. |
Hi, I addressed this issue in develop branch. Can you, please, verify? |
Hi @jbachorik Sorry for the delayed response. Here are the argument passed to JVM -javaagent:./btrace-agent.jar=script=./btrace/ExecutorProbe3.class,stdout=true,trusted=true,debug=true ... and here is the output
|
Sorry for the confusion. You need to grab 'develop' branch now. 'master' is still at 1.3.11.1 version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
Trying to trace some Apache Spark code I've faced with the following issue
and here is the tracing snippet itself
Could you please suggest the ways to fix or workaround it?
The text was updated successfully, but these errors were encountered: