You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
After instrumenting jEdit with Blinky we are seeing that it is actually instrumenting the methods, but for some reason are missing the actual Instruction Execution Event.
So the Instruction events and method declarations are there, but instruction Execution events are missing. Running on other applications seems to work fine. Here is the recorded trace jedit.txt.
The used command for running jEdit with blinky is:
So, jEdit loads up something called the beanshell parser, while loading. it uses this beanshell goop to run any scripts in jEdit (for things like startup scripts and macros). I mention all this because the one of the earliest classes to get instrumented (and i am assuming that this is load-time instrumentation) is the UtilEvalError class in the bsh (bean shell) package. UtilEvalError is essentially some from of an internal runtime error. So, it makes me wonder, if jEDit running at all, without the instrumentation?
Also, can you share with me the exact jedit.jar file that you are using when you say -jar build/jedit.jar in your terminal command? Pointing out the jEdit version is useful, but it would help in reproducing this issue if i have the same binaries. :)
Here is the jedit.jar file. And yes jEdit is running without the instrumentation. if we just run java -jar jedit.jar then I'm able to run jEdit. Also with Blinky jEdit starts up, but it doesn't register any Instruction Execution Events.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After instrumenting jEdit with Blinky we are seeing that it is actually instrumenting the methods, but for some reason are missing the actual Instruction Execution Event.
So the Instruction events and method declarations are there, but instruction Execution events are missing. Running on other applications seems to work fine. Here is the recorded trace jedit.txt.
The used command for running jEdit with blinky is:
Also I used the current version of blinky (0c47bba), but it seems to happen also with previous versions. Any idea what is the cause of this?
(@jycamus90 @CharlesFengY)
The text was updated successfully, but these errors were encountered: