-
-
Notifications
You must be signed in to change notification settings - Fork 89
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 IDEA hangs on indexing forever when TeXiFy IDEA is enabled #3675
Comments
The issue goes away when the |
Thanks for reporting this! I see you already found the workaround. I cannot reproduce the issue at the moment, what LaTeX installation are you using, and what version? |
Newest MacTeX version installed using Homebrew. I keep all my packages updated using I just tested it again and it seems to work normally again. The issue might/must have arisen after running |
Yes, most likely the cause is that some package contains some code that messes with the TeXiFy parser when it is indexing files. That also means that this issue can appear or disappear any time packages are upgraded, for example #2687 |
Yeah, #2687 seems to be pretty much the same issue as the one I had. More detailed logging seems like a great idea. I am not sure how much logging there is implemented now, but maybe a log could be written before every new package index. That way you if indexing is stuck, you would just need to look at the last written indexing log to find the package that's causing the freeze. |
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
Operating System
macOS 15.0
TeXiFy IDEA version
0.9.7
What I did (steps to reproduce)
Open any IntelliJ IDEA project, i.e. Java or LaTeX.
Minimal example to reproduce the problem
Really any kind of example project should work in this case.
Expected behavior
Indexing is performed by the IDE quickly and without any freezing.
Actual behavior
The IDE hangs on indexing forever, as can be seen on the screenshot below:
This is the case for any kind of IntelliJ IDEA project, even Java related projects. When disabling the TeXiFy IDEA plugin, the issue disappears, which points to the fact that it's an issue with the plugin.
(if applicable) The full stacktrace of the exception thrown
I can provide you with thread dumps, logs, or whatever you might require, if needed.
The text was updated successfully, but these errors were encountered: