-
Notifications
You must be signed in to change notification settings - Fork 958
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
AllLines not working, raises java.lang.VerifyError #456
Comments
Can you retry with BTrace 2.1.0? I tried the script on my test class and it is working in 2.1.0 - but the failure may depend on the class structure so having also your test source would help a lot. |
Sorry forgot to add source
|
Yes, tried 2.0.3 and 2.1.0 both failed, jdk is 1.8 openjdk version "1.8.0_282" |
Thanks for the reproducer. |
@jbachorik I am facing this same error when I attempt to use
Then when I hit an API endpoint for my server, I see the same I am using the latest release (2.1.0). When will the new version be released? |
Note that change
location = @Location(value = Kind.LINE, line = -1)
toline = (a specific line)
will work. It must be some issue with -1 to match all lines.The text was updated successfully, but these errors were encountered: