-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Plugin (supposedly) launches programs from main thread #3279
Comments
Thanks for reporting this! I will try my best guess, but if you have some time to help it would be really helpful if you could do the following:
|
I think this might have been a false-positive. They made some other recommendations regarding X11 settings and the freezes are gone now :) Thank you though! Let me know if you are still interested in the thread-dumps. |
Thanks for the comment, then my pure guess is that that was indeed causing the problems, however because TeXiFy is calling executables from the UI thread it popped up in the thread dump and hence the suggestion. |
The same thing happens to me but in my case I just need to add the build configuration. Deleting the .idea folder does not help. Rider: 2023.3.1 |
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
CLion 2023.2.2
Operating System
Manjaro
TeXiFy IDEA version
0.9.1
What I did (steps to reproduce)
Have the plugin installed
Minimal example to reproduce the problem
N/A
Expected behavior
IDE to not freeze randomly
Actual behavior
CLion freezes at random occasions, even when no Tex files are open. I've been in contact with JetBrains support about this issue and as part of sending over threaddumps, they advised to disable this plugin because it apparently launches programs from the main UI thread.
Disclaimer: I've not verified this at all but I wanted to give you a heads-up as it sounds like something that might be worth looking into :)
The text was updated successfully, but these errors were encountered: