-
-
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.2.4 (build PY-252.27397.106)
Operating System
Mac OS X 15.6.1 (x86_64)
TeXiFy IDEA version
0.11.4
Description
Stacktrace
java.lang.Throwable: Argument rangeInElement (1,2) endOffset must not exceed descriptor text range (2845, 2846) length (1).
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:375)
at com.intellij.codeInspection.ProblemDescriptorBase.<init>(ProblemDescriptorBase.java:71)
at com.intellij.codeInspection.InspectionManagerBase.createProblemDescriptor(InspectionManagerBase.java:98)
at nl.hannahsten.texifyidea.inspections.latex.probablebugs.LatexUnresolvedReferenceInspection.inspectElement(LatexUnresolvedReferenceInspection.kt:65)
at nl.hannahsten.texifyidea.inspections.AbstractTexifyContextAwareInspection$InspectionTraverser.elementStart(AbstractTexifyContextAwareInspection.kt:241)
at nl.hannahsten.texifyidea.psi.LatexWithContextStateTraverser.traverseRecur(LatexWithContextStateTraverser.kt:126)
at nl.hannahsten.texifyidea.psi.LatexWithContextStateTraverser.enterElementWithIntro(LatexWithContextStateTraverser.kt:90)
at nl.hannahsten.texifyidea.psi.LatexWithContextStateTraverser.traverseCommandRecur(LatexWithContextStateTraverser.kt:97)
at nl.hannahsten.texifyidea.psi.LatexWithContextStateTraverser.traverseRecur(LatexWithContextStateTraverser.kt:141)
at nl.hannahsten.texifyidea.psi.LatexWithContextStateTraverser.traverseChildren(LatexWithContextStateTraverser.kt:114)
at nl.hannahsten.texifyidea.psi.LatexWithContextStateTraverser.traverseRecur(LatexWithContextStateTraverser.kt:172)
at nl.hannahsten.texifyidea.psi.LatexWithContextStateTraverser.traverseChildren(LatexWithContextStateTraverser.kt:114)
at nl.hannahsten.texifyidea.psi.LatexWithContextStateTraverser.traverseRecur(LatexWithContextStateTraverser.kt:172)
at nl.hannahsten.texifyidea.psi.LatexWithContextStateTraverser.traverseChildren(LatexWithContextStateTraverser.kt:114)
at nl.hannahsten.texifyidea.psi.LatexWithContextStateTraverser.traverseRecur(LatexWithContextStateTraverser.kt:172)
at nl.hannahsten.texifyidea.inspections.AbstractTexifyContextAwareInspection$InspectionTraverser.doInspect(AbstractTexifyContextAwareInspection.kt:246)
at nl.hannahsten.texifyidea.inspections.AbstractTexifyContextAwareInspection.checkFile(AbstractTexifyContextAwareInspection.kt:161)
at com.intellij.codeInspection.LocalInspectionTool$PsiFileElementVisitor.visitFile(LocalInspectionTool.java:170)
at com.intellij.extapi.psi.PsiFileBase.accept(PsiFileBase.java:59)
at com.intellij.codeInsight.daemon.impl.InspectionRunner$InspectionProblemHolder.visitElement(InspectionRunner.java:609)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$processContext$19(InspectionRunner.java:414)
at com.intellij.codeInsight.daemon.impl.InspectionVisitorOptimizer.acceptElements(InspectionVisitorOptimizer.java:217)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.processContext(InspectionRunner.java:412)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$inspect$7(InspectionRunner.java:180)
at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.tryRunReadAction(NestedLocksThreadingSupport.kt:826)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1221)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$executeInImpatientReadAction$16(InspectionRunner.java:393)
at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:158)
at com.intellij.util.AstLoadingFilter.forceAllowTreeLoading(AstLoadingFilter.java:150)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$executeInImpatientReadAction$17(InspectionRunner.java:384)
at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:129)
at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:118)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.executeInImpatientReadAction(InspectionRunner.java:384)
at com.intellij.codeInsight.daemon.impl.InspectionRunner.lambda$inspect$8(InspectionRunner.java:173)
at com.intellij.concurrency.ApplierCompleter.processArrayItem(ApplierCompleter.java:121)
at com.intellij.concurrency.ApplierCompleter.processArray(ApplierCompleter.java:219)
at com.intellij.concurrency.ApplierCompleter.execAll(ApplierCompleter.java:171)
at com.intellij.concurrency.ApplierCompleter.lambda$exec$0(ApplierCompleter.java:110)
at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.tryRunReadAction(NestedLocksThreadingSupport.kt:826)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1221)
at com.intellij.concurrency.ApplierCompleter.lambda$wrapInReadActionAndIndicator$2(ApplierCompleter.java:153)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:681)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:756)
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:712)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:680)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:78)
at com.intellij.concurrency.ApplierCompleter.wrapInReadActionAndIndicator(ApplierCompleter.java:164)
at com.intellij.concurrency.ApplierCompleter.lambda$wrapAndRun$1(ApplierCompleter.java:145)
at com.intellij.openapi.application.impl.ApplicationImpl.executeByImpatientReader(ApplicationImpl.java:258)
at com.intellij.concurrency.ApplierCompleter.wrapAndRun(ApplierCompleter.java:145)
at com.intellij.concurrency.ApplierCompleter.exec(ApplierCompleter.java:113)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:507)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1491)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:2073)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2
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.