-
Notifications
You must be signed in to change notification settings - Fork 176
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
IDE Fatal Error: Accessing 'IgnoreFilesIndex' during processing 'FilenameIndex' #480
Comments
@buffcode Thanks for this report! |
Hi, I'm having the same issue using PyCharm
The EAP 2.3.0 version of the plugin didn't solve it either:
Thanks. |
The same exception with version 2.3.0, it makes plugin broken (e.g. ignored directories ain't marked as disabled/shadowed). IDE: WebStorm 2016.2.4 Build #WS-162.2228.20, built on October 18, 2016 Stack trace:
|
That is the critical issue: https://youtrack.jetbrains.com/issue/WI-37873 We will have to forcefully make plugin incompatible with upcoming 2017.3 release to avoid customer frustration due to not working Navigate to file and other core parts of functionality that is based on indexing. |
This is really a big issue. Breaking the Navigate functionality is a deal breaker, I've disabled the plugin for now. |
WI-37873 - 20+ votes, broken index GitHub issue: JetBrains/idea-gitignore#480
WI-37873 - 20+ votes, broken index GitHub issue: JetBrains/idea-gitignore#480 (cherry picked from commit 74b7a90)
WI-37873 - 20+ votes, broken index GitHub issue: JetBrains/idea-gitignore#480 (cherry picked from commit 74b7a90)
@hsz I temporarily disabled the .gitignore plugin on https://plugins.jetbrains.com. Please contact me directly if you'd like to enable it after the appropriate fix. Sorry for the inconvenience. |
@ignatov Issue is fixed and ready to be published in JB Plugins repository. Can I meanwhile ask you guys to install it manually form the Releases page Manual installation guide is here Thanks! |
|
seems it works properly |
Tried changing
PhpStorm 2017.2.4 |
Indeed, I confirm the same file color error (same traceback) in PyCharm 2016.1.5 |
@djereg seems it's local problem or heisenbug, it's all good in my IDE (WebStorm 2016.2.4): |
@izonder @djereg @RuiPereira It's great that indexing issue is not present for you. Coloring problem is indeed a heisenbug - reported by #462. I still need time to find out how to handle this problem (it's related to indexing and refreshing files status in project tree view). |
The coloring is another thread. |
Today v2.3.2 has been released to the plugins repository. |
@hsz thanks for the fix. |
Prerequisites
mobi.hsz.idea.gitignore
package nameDescription
IDE Fatal error "Accessing 'IgnoreFilesIndex' during processing 'FilenameIndex'. Nested different indices processing may cause deadlock" on startup.
Steps to Reproduce
Cannot reproduce currently, did not happen before. Triggered on PHPStorm startup during project load.
Expected behavior: no errors :)
Actual behavior: IDE Fatal error
Reproduces how often: unknown
Versions
Plugin: 2.2.1
IDE:
OS:
The text was updated successfully, but these errors were encountered: