RU/ENG: Зависает Idea после брекпоинта и во время "Evaluating". (Idea hangs after break-points or in the evaluating).
Answered
Здравствуйте. Зависает идея когда выходишь с брек-поинта или когда жмешь "Evaluate". На комьюнити версии такого не было, а вот после обновления на новую версию (2018.3.1) и заметил такое вот. Подскажите, в чем может быть проблема? Заранее спасибо.
Good afternoon. Idea hangs after going out from break-point or in the "evaluating". When I used the previous version I have not this problem, and after update to new version (2018.3.1), I have it. Can you tell me how to fix this problem? Thank you for advance.
Please sign in to leave a comment.
Hello,
Could you please share logs folder zipped (https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files) after reproducing the issue?
I don't know how to attach the logs, so I uploaded it to google drive: https://drive.google.com/file/d/1_F_z2Wjd5NBuLfd3ZgWWmxjHTgu7XFWV/view?usp=sharing
Do you use any antivirus software?
Yes, NOD32, but I didn't update it and I used it and with previous versions.
Could you please try to temporary disable it? Looks like something (probably NOD) blocks network connections.
Didn't help :(. When I go out from BP it takes to much time.
And one more question if I have not internet and want to work offline I can't use debugger?
Debugger uses connections to localhost, so it's possible to work offline.
Is it possible to provide new logs with NOD disabled? By the way, aren't there threaddumps folders?
Next step after BP was continuing after 5 min.
https://drive.google.com/file/d/1KxXRJcNHQ3yzJW60gjRfvmp3paosG43e/view?usp=sharing
What You mean about "threaddumps folders"?
JDK 1.8.0_131 is used to run project. Could you please try with newer one? Also there is some problem with loopback interface. Don't you have any firewall working? Could you please attach "/etc/hosts" file?
When IDE hangs it generates threaddumps in logs folder.
I ran jre1.8.0_191 and had the same situation. I don't have any firewalls. About "hosts" file, I deleted this file for testing, but this didn't help me, so I think no need to send it anymore? Pay attention that the previous version worked almost normally (much better as this one)
P.S. I don't have "threaddumps" in logs folder.
Could you please try to disable "Instrumenting Agent" in "File | Settings | Build, Execution, Deployment | Debugger | Async Stack Traces"?
Didn't help again :(.
After this actions need to reload idea?
Maybe it not necessary but I using selenium web driver (and chrome driver) for my project (maybe this is the point of the problem).
Is it a web project? Do you face the same issue with any sample project (e.g. Java)?
In the simple project (like System.out.println() and etc) everything is ok, in my project I have this hangs almost everytime, but sometimes everything ok (when breakpoint on main class). I can't understand when exactly I have problems. Community version was fine.
It is autotests project.
Likely I resolve this problem. I had many breakpoints in many classes, some of them were on nonexistent classes. I don't know why it makes Idea hangs but probably it is the solution. If you know how breakpoints (in classes that not using) can influence the debugger, write a comment, please.
Later I'll write a comment if this solution was right. Thx for supporting.
Is it possible to provide sample project for investigation? Generally, breakpoints in unused classes shouldn't affect performance. Are they exception breakpoints?