-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Intellij crashes after running Perl test coverage (OSX only) #2863
Comments
To load coverage IDE runs external process:
You may try to run one from the command line. Basically it should give a machine readable coverage information. |
The listed command works just fine in terminal.
[MacOS] psutil.cpu_freq() broken on Apple M1 · Issue #1892 · giampaolo/psutil |
Not sure this is the cause. I will try to reproduce this on my side, but not sure when I'll be able to. |
yes, I have some Java experience. Do you have a small description how to debug the plugin? |
|
it's strange. I was able to follow your instructions. I opened same project and ran the same test coverage, but I wasn't able to reproduce it. While debugging, the coverage provides fast results as expected. |
Interesting. Yes, have a few:
|
That's the output of diagnostic logs. As you see, there is a big time gap after
|
Hm. total mystery for now. you could send me your zipped logs dir to the email |
maybe before that: |
Use |
Any updates on this? Did you have a chance to check with 2024.2? |
Unfortunately, the issue is still there. Not sure, how I provide additional information to resolve this. |
we may try recording a performance snapshot like described here https://intellij-support.jetbrains.com/hc/en-us/articles/207241235-Reporting-performance-problems |
If run test with coverage, the tests are executed and I get the test results, however coverage is not shown. Sometimes it's shown after 5 minutes. If I run the test coverage the 2nd time, Intellij crashes while the dialog "Loading Coverage data" appears, after clicking on "replace existing coverage".
The exactly same project in intellij with same plugin on a Windows machine, provides the test coverage in a few seconds without any trouble. Please help to resolve this issue.
Logs:
IntelliJ IDEA 2024.1.3 (Community Edition)
Build #IC-241.17890.1, built on June 4, 2024
Runtime version: 17.0.11+1-b1207.24 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.5
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 12
Metal Rendering is ON
Registry:
ide.experimental.ui=true
Non-Bundled Plugins:
com.perl5 (2024.1)
Kotlin: 241.17890.1-IJ
OS: OSX 14.5
Hardware: Macbook M3 Pro
Perl: 5.38.2
The text was updated successfully, but these errors were encountered: