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

Intellij freezes when using plugin. #3584

Open
Casper12345 opened this issue May 8, 2024 · 0 comments
Open

Intellij freezes when using plugin. #3584

Casper12345 opened this issue May 8, 2024 · 0 comments

Comments

@Casper12345
Copy link

System

Plugin Version: 17.0.0
Application: IntelliJ IDEA Ultimate Edition (2023.3.3)
Operating System: Mac OS X (14.3)

Event

Exception

Stacktrace

java.lang.Throwable: Stub ids not found for key in index = elixir.all.name, file = file:///Users/casper/IdeaProjects/elevio/elevio-data-hub/web/api/bulk_insert_article.ex, file type = org.elixir_lang.ElixirFileType@2e842caa, indexed file type = org.elixir_lang.ElixirFileType@2e842caa
java.lang.Throwable: Stub ids not found for key in index = elixir.all.name, file = file:///Users/casper/IdeaProjects/elevio/elevio-data-hub/web/api/bulk_insert_article.ex, file type = org.elixir_lang.ElixirFileType@2e842caa, indexed file type = org.elixir_lang.ElixirFileType@2e842caa
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)
	at com.intellij.psi.stubs.StubProcessingHelper.retrieveStubIdList(StubProcessingHelper.java:61)
	at com.intellij.psi.stubs.StubIndexEx.lambda$processElements$6(StubIndexEx.java:196)
	at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
	at com.intellij.psi.stubs.StubIndexEx.processElements(StubIndexEx.java:195)
	at com.intellij.psi.stubs.StubIndex.processElements(StubIndex.java:53)
	at org.elixir_lang.psi.scope.module.Variants$putProject$1.invoke(Variants.kt:74)
	at org.elixir_lang.psi.scope.module.Variants$putProject$1.invoke(Variants.kt:72)
	at org.elixir_lang.psi.scope.module.Variants.putProject$lambda$0(Variants.kt:72)
	at com.intellij.util.io.PersistentEnumeratorBase.lambda$iterateData$1(PersistentEnumeratorBase.java:435)
	at com.intellij.util.io.keyStorage.AppendableStorageBackedByResizableMappedFile.lambda$processAll$1(AppendableStorageBackedByResizableMappedFile.java:129)
	at com.intellij.util.io.PagedFileStorage.lambda$readInputStream$1(PagedFileStorage.java:114)
	at com.intellij.util.io.StorageLockContext.executeOp(StorageLockContext.java:113)
	at com.intellij.util.io.PagedFileStorage.executeOp(PagedFileStorage.java:140)
	at com.intellij.util.io.PagedFileStorage.readInputStream(PagedFileStorage.java:112)
	at com.intellij.util.io.ResizeableMappedFile.readInputStream(ResizeableMappedFile.java:281)
	at com.intellij.util.io.keyStorage.AppendableStorageBackedByResizableMappedFile.processAll(AppendableStorageBackedByResizableMappedFile.java:116)
	at com.intellij.util.io.PersistentEnumeratorBase.iterateData(PersistentEnumeratorBase.java:447)
	at com.intellij.util.io.PersistentEnumeratorBase.iterateData(PersistentEnumeratorBase.java:435)
	at com.intellij.util.io.PersistentMapImpl.processKeys(PersistentMapImpl.java:556)
	at com.intellij.util.indexing.impl.ValueContainerMap.processKeys(ValueContainerMap.java:73)
	at com.intellij.util.indexing.impl.MapIndexStorage.doProcessKeys(MapIndexStorage.java:365)
	at com.intellij.util.indexing.impl.storage.VfsAwareMapIndexStorage.processKeys(VfsAwareMapIndexStorage.java:113)
	at com.intellij.util.indexing.impl.storage.TransientChangesIndexStorage.processKeys(TransientChangesIndexStorage.java:147)
	at com.intellij.util.indexing.storage.MapReduceIndexBase.lambda$processAllKeys$0(MapReduceIndexBase.java:49)
	at com.intellij.util.ConcurrencyUtil.withLock(ConcurrencyUtil.java:246)
	at com.intellij.util.indexing.storage.MapReduceIndexBase.processAllKeys(MapReduceIndexBase.java:48)
	at com.intellij.indexing.composite.CompositeInvertedIndexBase.processAllKeys(CompositeInvertedIndexBase.java:122)
	at com.intellij.psi.stubs.StubIndexEx.lambda$processAllKeys$11(StubIndexEx.java:313)
	at com.intellij.util.indexing.IndexUpToDateCheckIn.disableUpToDateCheckIn(IndexUpToDateCheckIn.kt:15)
	at com.intellij.util.indexing.FileBasedIndexEx.disableUpToDateCheckIn(FileBasedIndexEx.java:728)
	at com.intellij.psi.stubs.StubIndexEx.processAllKeys(StubIndexEx.java:313)
	at com.intellij.psi.stubs.StubIndex.processAllKeys(StubIndex.java:70)
	at org.elixir_lang.psi.scope.module.Variants.putProject(Variants.kt:72)
	at org.elixir_lang.psi.scope.module.Variants.access$putProject(Variants.kt:25)
	at org.elixir_lang.psi.scope.module.Variants$Companion.unfilteredLookupElements(Variants.kt:247)
	at org.elixir_lang.psi.scope.module.Variants$Companion.lookupElements(Variants.kt:107)
	at org.elixir_lang.reference.Module.getVariants(Module.kt:18)
	at org.elixir_lang.reference.Module.getVariants(Module.kt:15)
	at com.intellij.codeInsight.completion.CompletionData.completeReference(CompletionData.java:222)
	at com.intellij.codeInsight.completion.CompletionVariant.addReferenceCompletions(CompletionVariant.java:122)
	at com.intellij.codeInsight.completion.CompletionData.completeReference(CompletionData.java:63)
	at com.intellij.codeInsight.completion.LegacyCompletionContributor.lambda$completeReference$0(LegacyCompletionContributor.java:80)
	at com.intellij.codeInsight.completion.LegacyCompletionContributor.processReference(LegacyCompletionContributor.java:141)
	at com.intellij.codeInsight.completion.LegacyCompletionContributor.processReferences(LegacyCompletionContributor.java:124)
	at com.intellij.codeInsight.completion.LegacyCompletionContributor.completeReference(LegacyCompletionContributor.java:78)
	at com.intellij.codeInsight.completion.LegacyCompletionContributor.fillCompletionVariants(LegacyCompletionContributor.java:48)
	at com.intellij.codeInsight.completion.CompletionService.getVariantsFromContributor(CompletionService.java:81)
@Casper12345 Casper12345 changed the title Stub ids not found for key in index = elixir.all.name, file = file:///Users/casper/IdeaProjects/elevio/elevio-data-hub/web/api/bulk_insert_article.ex, file type = org.elixir_lang.ElixirFileType@2e842caa, indexed file type = org.elixir_lang.ElixirFileType@2e842caa at com.intellij.psi.stubs.StubProcessingHelper.retrieveStubIdList(StubProcessingHelper.java:61) Intellij Crashed completely when using plugin. May 8, 2024
@Casper12345 Casper12345 changed the title Intellij Crashed completely when using plugin. Intellij Crashing completely when using plugin. May 8, 2024
@Casper12345 Casper12345 changed the title Intellij Crashing completely when using plugin. Intellij Crashes completely when using plugin. May 8, 2024
@Casper12345 Casper12345 changed the title Intellij Crashes completely when using plugin. Intellij freezes when using plugin. May 8, 2024
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