-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
crash-reportReports of crashes that popped up in IDEA.Reports of crashes that popped up in IDEA.untriagedIssue type still needs to be triaged or verified.Issue type still needs to be triaged or verified.
Description
Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version
PyCharm 2025.1.3.1 (build PY-251.26927.90)
Operating System
Mac OS X 26.0.1 (aarch64)
TeXiFy IDEA version
0.11.4
Description
Stacktrace
java.lang.AssertionError: No ID found for serializer FILE (com.intellij.lang.javascript.types.JSFileElementType), external id:Language: TypeScript:FILE, language:Language: TypeScript
at com.intellij.psi.stubs.StubSerializerEnumerator.getSerializerId(StubSerializerEnumerator.java:78)
at com.intellij.psi.stubs.StubSerializationHelper.writeSerializerId(StubSerializationHelper.java:37)
at com.intellij.psi.stubs.StubSerializationHelper.writeSerializerId(StubSerializationHelper.java:12)
at com.intellij.psi.stubs.StubTreeSerializerBase.writeSerializerId(StubTreeSerializerBase.java:151)
at com.intellij.psi.stubs.StubTreeSerializerBase.serializeSelf(StubTreeSerializerBase.java:142)
at com.intellij.psi.stubs.StubTreeSerializerBase.serializeRoot(StubTreeSerializerBase.java:171)
at com.intellij.psi.stubs.StubTreeSerializerBase.serialize(StubTreeSerializerBase.java:88)
at com.intellij.psi.stubs.SerializationManagerImpl.serialize(SerializationManagerImpl.java:202)
at com.intellij.psi.stubs.SerializedStubTree.serializeStub(SerializedStubTree.java:98)
at com.intellij.psi.stubs.StubUpdatingIndex$2.computeValue(StubUpdatingIndex.java:223)
at com.intellij.psi.stubs.StubUpdatingIndex$2.computeValue(StubUpdatingIndex.java:187)
at com.intellij.psi.stubs.StubUpdatingIndex$2.computeValue(StubUpdatingIndex.java:156)
at com.intellij.util.indexing.SingleEntryIndexer.map(SingleEntryIndexer.java:29)
at com.intellij.util.indexing.SingleEntryIndexer.map(SingleEntryIndexer.java:19)
at com.intellij.util.indexing.impl.MapReduceIndex.mapByIndexer(MapReduceIndex.java:363)
at com.intellij.util.indexing.impl.MapReduceIndex.mapInput(MapReduceIndex.java:354)
at com.intellij.util.indexing.impl.MapReduceIndex.mapInputAndPrepareUpdate(MapReduceIndex.java:279)
at com.intellij.psi.stubs.StubUpdatingIndexStorage.mapInputAndPrepareUpdate(StubUpdatingIndexStorage.java:62)
at com.intellij.psi.stubs.StubUpdatingIndexStorage.mapInputAndPrepareUpdate(StubUpdatingIndexStorage.java:21)
at com.intellij.indexing.composite.CompositeInvertedIndexBase.updateBaseIndex(CompositeInvertedIndexBase.java:275)
at com.intellij.indexing.composite.CompositeInvertedIndexBase.mapInputAndPrepareUpdate(CompositeInvertedIndexBase.java:59)
at com.intellij.indexing.composite.CompositeInvertedIndexBase.mapInputAndPrepareUpdate(CompositeInvertedIndexBase.java:25)
at com.intellij.util.indexing.FileBasedIndexImpl.createSingleIndexValueApplier(FileBasedIndexImpl.java:1664)
at com.intellij.util.indexing.FileBasedIndexImpl.lambda$doIndexFileContent$21(FileBasedIndexImpl.java:1534)
at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.lambda$freezeFileTypeTemporarilyWithProvidedValueIn$14(FileTypeManagerImpl.java:764)
at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.cacheFileTypesInside(FileTypeManagerImpl.java:834)
at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.freezeFileTypeTemporarilyWithProvidedValueIn(FileTypeManagerImpl.java:760)
at com.intellij.util.indexing.FileBasedIndexImpl.doIndexFileContent(FileBasedIndexImpl.java:1487)
at com.intellij.util.indexing.FileBasedIndexImpl.indexFileContent(FileBasedIndexImpl.java:1462)
at com.intellij.util.indexing.FileBasedIndexImpl.processRefreshedFile(FileBasedIndexImpl.java:1402)
at com.intellij.util.indexing.FileBasedIndexImpl$VirtualFileUpdateTask.doProcess(FileBasedIndexImpl.java:1786)
at com.intellij.util.indexing.FileBasedIndexImpl$VirtualFileUpdateTask.doProcess(FileBasedIndexImpl.java:1780)
at com.intellij.util.indexing.UpdateTask.process(UpdateTask.java:65)
at com.intellij.util.indexing.UpdateTask.processAll(UpdateTask.java:34)
at com.intellij.util.indexing.FileBasedIndexImpl.forceUpdate(FileBasedIndexImpl.java:1799)
at com.intellij.util.indexing.FileBasedIndexImpl.ensureUpToDate(FileBasedIndexImpl.java:875)
at com.intellij.psi.stubs.StubIndexEx.getContainingIds(StubIndexEx.java:361)
at com.intellij.psi.stubs.StubIndexEx.processElements(StubIndexEx.java:177)
at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:104)
at com.intellij.psi.stubs.StubIndex.getElements(StubIndex.java:93)
at nl.hannahsten.texifyidea.index.StringStubIndexWrapper.getByName(StubIndexWrapper.kt:33)
at nl.hannahsten.texifyidea.index.StringStubIndexWrapper.getByName$default(StubIndexWrapper.kt:29)
at nl.hannahsten.texifyidea.index.LatexProjectStructure.getPossibleRootFiles(LatexProjectStructure.kt:352)
at nl.hannahsten.texifyidea.index.LatexProjectStructure.buildFilesets(LatexProjectStructure.kt:855)
at nl.hannahsten.texifyidea.index.LatexProjectStructure.access$buildFilesets(LatexProjectStructure.kt:332)
at nl.hannahsten.texifyidea.index.LatexProjectStructure.buildFilesetsSuspend$lambda$24(LatexProjectStructure.kt:919)
at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:120)
at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable$lambda$6(InternalReadAction.kt:110)
at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$3$lambda$2$lambda$1(cancellableReadAction.kt:32)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction$lambda$11(AnyThreadWriteThreadingSupport.kt:522)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithTemporaryThreadLocal(AnyThreadWriteThreadingSupport.kt:204)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction(AnyThreadWriteThreadingSupport.kt:522)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1064)
at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$3$lambda$2(cancellableReadAction.kt:30)
at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:73)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.ja
Metadata
Metadata
Assignees
Labels
crash-reportReports of crashes that popped up in IDEA.Reports of crashes that popped up in IDEA.untriagedIssue type still needs to be triaged or verified.Issue type still needs to be triaged or verified.