kalessil / yii2inspections

MIT License
31 stars 3 forks source link

[fixed] Infinite indexing on PhpStorm #23

Closed Sergi0Limit closed 7 years ago

Sergi0Limit commented 7 years ago

After installing and switching on this plugin phpstorm has infinity indexing on startup. Only force quit can stop this( After switching off it all is ok. Indexing started and finished.

macOs 10.12.3 PhpStorm 2016.3 Plugin 1.0.0

PS: Project doesn't have php code. Plugin needed for other project.

kalessil commented 7 years ago

The plugin also indexes twig- and html-files, but still not clear why the indexing doesn't stop.

Is it possible to provide a link to the project for you?

Sergi0Limit commented 7 years ago

i'm not sure what you mean. My project is private and it has no link. Project contains angularjs, html templates and multiple js files Gulp and multiple npm modules. Maybe in this problem?

kalessil commented 7 years ago

I think there is a html-file in the project which the plugin keeps indexing.

Are you allowed to send html files from the project by e-mail?

Sergi0Limit commented 7 years ago

Maybe it has debug mode. It showed what file is inspecting now or something other...

kalessil commented 7 years ago

I'll build a debug version, and get back to you ~Monday with more installation instructions and details where to look for logs.

EDIT: and it was a good idea to use debug-version/mode, thanks!

Sergi0Limit commented 7 years ago

Thanks)

kalessil commented 7 years ago

Update: it seems that I can reproduce something similar with Magento2 master, checking this.

Sergi0Limit commented 7 years ago

yes, same problem.

http://prntscr.com/e5bdow

and i have multiple files in ~/Library/Logs/PhpStorm2016.3/threadDumps-20170206-204913-PS-163.10504.2/20170206-204930/

e.g threadDump-20170206-205554.txt

kalessil commented 7 years ago

Fixed