Skip to content
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 freeze #36

Open
kaleev opened this issue Apr 6, 2022 · 0 comments
Open

IDE freeze #36

kaleev opened this issue Apr 6, 2022 · 0 comments

Comments

@kaleev
Copy link

kaleev commented Apr 6, 2022

Freeze for 417 seconds
IDE KILLED! Sampled time: 57500ms, sampling rate: 100ms, GC time: 1094ms (0%), Class loading: 0%

The stack is from the thread that was blocking EDT

com.intellij.diagnostic.Freeze
	at org.apache.commons.collections4.trie.AbstractPatriciaTrie$Values.iterator(AbstractPatriciaTrie.java:1491)
	at in.oneton.idea.spring.assistant.plugin.suggestion.metadata.MetadataNonPropertySuggestionNode.removeRefCascadeDown(MetadataNonPropertySuggestionNode.java:351)
	at in.oneton.idea.spring.assistant.plugin.suggestion.metadata.MetadataNonPropertySuggestionNode.removeRefCascadeDown(MetadataNonPropertySuggestionNode.java:363)
	at in.oneton.idea.spring.assistant.plugin.suggestion.metadata.MetadataNonPropertySuggestionNode.removeRefCascadeDown(MetadataNonPropertySuggestionNode.java:363)
	at in.oneton.idea.spring.assistant.plugin.suggestion.service.SuggestionServiceImpl.removeReferences(SuggestionServiceImpl.java:468)
	at in.oneton.idea.spring.assistant.plugin.suggestion.service.SuggestionServiceImpl.processContainers(SuggestionServiceImpl.java:429)
	at in.oneton.idea.spring.assistant.plugin.suggestion.service.SuggestionServiceImpl.reindexModule(SuggestionServiceImpl.java:355)
	at in.oneton.idea.spring.assistant.plugin.suggestion.service.SuggestionServiceImpl.lambda$reIndex$2(SuggestionServiceImpl.java:106)
	at in.oneton.idea.spring.assistant.plugin.suggestion.service.SuggestionServiceImpl$$Lambda$8854/0x000000080332bc40.run(Unknown Source)
	at com.intellij.openapi.project.DumbService.lambda$runReadActionInSmartMode$1(DumbService.java:157)
	at com.intellij.openapi.project.DumbService$$Lambda$8777/0x0000000802da1840.compute(Unknown Source)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:933)
	at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:68)
	at com.intellij.openapi.project.DumbService.runReadActionInSmartMode(DumbService.java:150)
	at in.oneton.idea.spring.assistant.plugin.suggestion.service.SuggestionServiceImpl.lambda$reIndex$3(SuggestionServiceImpl.java:95)
	at in.oneton.idea.spring.assistant.plugin.suggestion.service.SuggestionServiceImpl$$Lambda$8852/0x000000080332b440.run(Unknown Source)
	at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:295)
	at [email protected]/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at [email protected]/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
	at [email protected]/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
	at [email protected]/java.security.AccessController.doPrivileged(Native Method)
	at [email protected]/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
	at [email protected]/java.lang.Thread.run(Thread.java:829)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant