react-native-console
react-native-console copied to clipboard
plugin breaking indexes on 2022.3
Hi, while using Webstorm 2022.3 (223.7571.168) the plugin is breaking the indexes in random forcing Webstorm to display an alert about broken indexes due to max open files on macos Ventura (intel) and it asks to restart.
After Invalidate caching works for a while and then it starts breaking indexes again.
Things to notice:
- Shared indexes is turned off and plugin is removed from Webstorm
- ios and android folders are excluded
- I have set my max open files to 200K on my macos:
launchctl limit maxfiles
maxfiles 200000 2147483647
I could not spot the issue for days when suddenly an error from Webstorm showed up that this plugin has issues on index stab (right after the corrupt indexes alert). After uninstalling the plugin 5-6 days ago the issue has not reappeared again, ever.
if there's something that could help debugging please let me know. Thanks
plugin version: 2022.2.5
Thanks for reporting this issue and we are sorry for the bad experience here.
In case you can reproduce the problem again:
Capture CPU snapshot of slow indexing
Invoke Help | Diagnostic | Profile Indexing. Click Invalidate and Restart (please note that Local History and Indices will be destroyed). Click Open Snapshot in ... to locate the snapshot, upload them here(you may zip it first).
If indexing doesn't stop, invoke Help | Diagnostic | Stop CPU Usage Profiling after waiting on the indexing phase a bit.
Then also collect the IDE logs (Help | Collect Logs and Diagnostic Data), upload them here, and we will investigate it.
@beansoft sure, will reinstall the plugin and upload the snapshots asap