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

java.lang.StackOverflowError #3907

Open
mantisTobogg opened this issue Feb 10, 2025 · 0 comments · May be fixed by #3915
Open

java.lang.StackOverflowError #3907

mantisTobogg opened this issue Feb 10, 2025 · 0 comments · May be fixed by #3915
Assignees
Labels
crash-report Reports of crashes that popped up in IDEA.
Milestone

Comments

@mantisTobogg
Copy link

Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version

PyCharm 2024.3.2 (build PY-243.23654.177)

Operating System

Mac OS X 15.3 (aarch64)

TeXiFy IDEA version

0.10.1

Description

Stacktrace

java.lang.StackOverflowError
	at com.intellij.util.io.ResilientFileChannel.read(ResilientFileChannel.java:114)
	at com.intellij.util.io.ResilientFileChannel.read(ResilientFileChannel.java:158)
	at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:74)
	at java.base/sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
	at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:291)
	at java.base/java.io.BufferedInputStream.implRead(BufferedInputStream.java:325)
	at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:312)
	at java.base/java.io.FilterInputStream.read(FilterInputStream.java:71)
	at com.intellij.util.io.LimitedInputStream.read(LimitedInputStream.java:26)
	at java.base/java.io.DataInputStream.readUnsignedByte(DataInputStream.java:295)
	at java.base/java.io.DataInputStream.readByte(DataInputStream.java:275)
	at com.intellij.util.io.IOUtil.readUTFFast(IOUtil.java:196)
	at com.intellij.util.io.IOUtil.readUTF(IOUtil.java:151)
	at com.intellij.util.io.EnumeratorStringDescriptor.read(EnumeratorStringDescriptor.java:41)
	at com.intellij.util.io.EnumeratorStringDescriptor$EnumeratorStringDescriptorImpl.read(EnumeratorStringDescriptor.java:17)
	at com.intellij.util.io.keyStorage.AppendableStorageBackedByResizableMappedFile.lambda$processAll$1(AppendableStorageBackedByResizableMappedFile.java:130)
	at com.intellij.util.io.PagedFileStorage.lambda$readInputStream$1(PagedFileStorage.java:116)
	at com.intellij.util.io.StorageLockContext.executeOp(StorageLockContext.java:114)
	at com.intellij.util.io.PagedFileStorage.executeOp(PagedFileStorage.java:142)
	at com.intellij.util.io.PagedFileStorage.readInputStream(PagedFileStorage.java:114)
	at com.intellij.util.io.ResizeableMappedFile.readInputStream(ResizeableMappedFile.java:321)
	at com.intellij.util.io.keyStorage.AppendableStorageBackedByResizableMappedFile.processAll(AppendableStorageBackedByResizableMappedFile.java:118)
	at com.intellij.util.io.PersistentEnumeratorBase.iterateData(PersistentEnumeratorBase.java:441)
	at com.intellij.util.io.PersistentEnumeratorBase.iterateData(PersistentEnumeratorBase.java:437)
	at com.intellij.util.io.PersistentMapImpl.processKeys(PersistentMapImpl.java:566)
	at com.intellij.util.indexing.impl.ValueContainerMap.processKeys(ValueContainerMap.java:86)
	at com.intellij.util.indexing.impl.MapIndexStorage.doProcessKeys(MapIndexStorage.java:395)
	at com.intellij.util.indexing.impl.storage.VfsAwareMapIndexStorage.processKeys(VfsAwareMapIndexStorage.java:111)
	at com.intellij.util.indexing.impl.storage.TransientChangesIndexStorage.processKeys(TransientChangesIndexStorage.java:157)
	at com.intellij.util.indexing.storage.MapReduceIndexBase.lambda$processAllKeys$0(MapReduceIndexBase.java:55)
	at com.intellij.util.ConcurrencyUtil.withLock(ConcurrencyUtil.java:246)
	at com.intellij.util.indexing.storage.MapReduceIndexBase.processAllKeys(MapReduceIndexBase.java:54)
	at com.intellij.indexing.composite.CompositeInvertedIndexBase.processAllKeys(CompositeInvertedIndexBase.java:126)
	at com.intellij.psi.stubs.StubIndexEx.lambda$processAllKeys$12(StubIndexEx.java:322)
	at com.intellij.util.indexing.IndexUpToDateCheckIn.disableUpToDateCheckIn(IndexUpToDateCheckIn.kt:15)
	at com.intellij.util.indexing.FileBasedIndexEx.disableUpToDateCheckIn(FileBasedIndexEx.java:768)
	at com.intellij.psi.stubs.StubIndexEx.processAllKeys(StubIndexEx.java:322)
	at com.intellij.psi.stubs.StubIndex.processAllKeys(StubIndex.java:75)
	at com.intellij.psi.stubs.StubIndexEx.getAllKeys(StubIndexEx.java:300)
	at nl.hannahsten.texifyidea.index.IndexUtilBase.getKeys(IndexUtilBase.kt:182)
	at nl.hannahsten.texifyidea.index.IndexUtilBase.getItems(IndexUtilBase.kt:127)
	at nl.hannahsten.texifyidea.index.IndexCommandsUtilBase.getCommandsByNames(IndexCommandsUtilBase.kt:21)
	at nl.hannahsten.texifyidea.index.IndexCommandsUtilBase.getCommandsByNames(IndexCommandsUtilBase.kt:44)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.findColor(LatexElementColorProvider.kt:95)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.getColorFromColorParameter(LatexElementColorProvider.kt:140)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.findColor(LatexElementColorProvider.kt:112)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.getColorFromColorParameter(LatexElementColorProvider.kt:140)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.findColor(LatexElementColorProvider.kt:112)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.getColorFromColorParameter(LatexElementColorProvider.kt:140)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.findColor(LatexElementColorProvider.kt:112)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.getColorFromColorParameter(LatexElementColorProvider.kt:140)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.findColor(LatexElementColorProvider.kt:112)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.getColorFromColorParameter(LatexElementColorProvider.kt:140)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.findColor(LatexElementColorProvider.kt:112)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.getColorFromColorParameter(LatexElementColorProvider.kt:140)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.findColor(LatexElementColorProvider.kt:112)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.getColorFromColorParameter(LatexElementColorProvider.kt:140)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.findColor(LatexElementColorProvider.kt:112)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.getColorFromColorParameter(LatexElementColorProvider.kt:140)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.findColor(LatexElementColorProvider.kt:112)
	at nl.hannahsten.texifyidea.gutter.LatexElementColorProvider.getColorFromColorParameter(LatexElementColorProvider.kt:140)
	at nl.h
@mantisTobogg mantisTobogg added crash-report Reports of crashes that popped up in IDEA. untriaged Issue type still needs to be triaged or verified. labels Feb 10, 2025
@PHPirates PHPirates removed the untriaged Issue type still needs to be triaged or verified. label Feb 25, 2025
@PHPirates PHPirates self-assigned this Feb 25, 2025
@PHPirates PHPirates added this to the Next milestone Feb 25, 2025
@PHPirates PHPirates linked a pull request Feb 25, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash-report Reports of crashes that popped up in IDEA.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants