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

com.intellij.diagnostic.Freeze #3909

Open
SofiaBillBerg opened this issue Feb 17, 2025 · 0 comments
Open

com.intellij.diagnostic.Freeze #3909

SofiaBillBerg opened this issue Feb 17, 2025 · 0 comments
Labels
crash-report Reports of crashes that popped up in IDEA. untriaged Issue type still needs to be triaged or verified.

Comments

@SofiaBillBerg
Copy link

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

PyCharm 2024.3.3 (build PY-243.24978.54)

Operating System

Windows 11.0 (amd64)

TeXiFy IDEA version

0.10.1

Description

Stacktrace

com.intellij.diagnostic.Freeze
	at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
	at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:120)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$BuildersKt__BuildersKt(Builders.kt:84)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:52)
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
	at nl.hannahsten.texifyidea.util.CommandRunnerKt.runCommand(CommandRunner.kt:121)
	at nl.hannahsten.texifyidea.util.CommandRunnerKt.runCommand$default(CommandRunner.kt:120)
	at nl.hannahsten.texifyidea.util.StringsKt.runCommand(Strings.kt:226)
	at nl.hannahsten.texifyidea.util.StringsKt.runCommand$default(Strings.kt:225)
	at nl.hannahsten.texifyidea.settings.sdk.TexliveSdk.suggestHomePaths(TexliveSdk.kt:60)
	at nl.hannahsten.texifyidea.settings.sdk.LatexSdkUtil.getSdkSourceRoots(LatexSdkUtil.kt:215)
	at nl.hannahsten.texifyidea.index.file.LatexIndexableSetContributor.getAdditionalProjectRootsToIndex(LatexIndexableSetContributor.kt:48)
	at com.intellij.util.indexing.IndexableSetContributor.getProjectRootsToIndex(IndexableSetContributor.java:33)
	at com.intellij.util.indexing.AdditionalIndexableFileSet.collectFilesAndDirectories(AdditionalIndexableFileSet.java:55)
	at com.intellij.util.indexing.AdditionalIndexableFileSet.lambda$new$3(AdditionalIndexableFileSet.java:37)
	at com.intellij.util.indexing.AdditionalIndexableFileSet$$Lambda/0x000001b3a2932b38.compute(Unknown Source)
	at com.intellij.util.CachedValueImpl.doCompute(CachedValueImpl.java:45)
	at com.intellij.util.CachedValueBase.lambda$getValueWithLock$3(CachedValueBase.java:299)
	at com.intellij.util.CachedValueBase$$Lambda/0x000001b3a2422c20.compute(Unknown Source)
	at com.intellij.util.CachedValueBase.computeData(CachedValueBase.java:37)
	at com.intellij.util.CachedValueBase.lambda$getValueWithLock$4(CachedValueBase.java:299)
	at com.intellij.util.CachedValueBase$$Lambda/0x000001b3a24229c0.compute(Unknown Source)
	at com.intellij.openapi.util.RecursionGuard$$Lambda/0x000001b3a21138b0.compute(Unknown Source)
	at com.intellij.openapi.util.RecursionManager$1.computePreventingRecursion(RecursionManager.java:113)
	at com.intellij.openapi.util.RecursionGuard.doPreventingRecursion(RecursionGuard.java:29)
	at com.intellij.openapi.util.RecursionManager.doPreventingRecursion(RecursionManager.java:68)
	at com.intellij.util.CachedValueBase.getValueWithLock(CachedValueBase.java:300)
	at com.intellij.util.CachedValueImpl.getValue(CachedValueImpl.java:55)
	at com.intellij.util.indexing.AdditionalIndexableFileSet.isInSet(AdditionalIndexableFileSet.java:71)
	at com.intellij.util.indexing.roots.IndexableFilesIndexImpl.shouldBeIndexed(IndexableFilesIndexImpl.java:61)
	at com.intellij.util.indexing.FileBasedIndexImpl$5.isInSet(FileBasedIndexImpl.java:294)
	at com.intellij.util.indexing.FileBasedIndexImpl.lambda$belongsToIndexableFiles$25(FileBasedIndexImpl.java:1814)
	at com.intellij.util.indexing.FileBasedIndexImpl$$Lambda/0x000001b3a3e46cb8.value(Unknown Source)
	at com.intellij.util.containers.ContainerUtil.find(ContainerUtil.java:872)
	at com.intellij.util.containers.ContainerUtil.find(ContainerUtil.java:856)
	at com.intellij.util.indexing.FileBasedIndexImpl.belongsToIndexableFiles(FileBasedIndexImpl.java:1814)
	at com.intellij.util.indexing.events.ChangedFilesCollector.iterateIndexableFiles(ChangedFilesCollector.java:66)
	at com.intellij.util.indexing.events.IndexedFilesListener.scheduleForIndexingRecursively(IndexedFilesListener.java:33)
	at com.intellij.util.indexing.events.IndexedFilesListener.processAfterEvents(IndexedFilesListener.java:131)
	at com.intellij.util.indexing.events.IndexedFilesListener$2.afterVfsChange(IndexedFilesListener.java:83)
	at com.intellij.util.indexing.events.ChangedFilesCollector$3.afterVfsChange(ChangedFilesCollector.java:122)
	at com.intellij.openapi.vfs.newvfs.AsyncEventSupport.afterVfsChange(AsyncEventSupport.java:136)
	at com.intellij.openapi.vfs.newvfs.AsyncEventSupport.processEventsFromRefresh(AsyncEventSupport.java:159)
	at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.fireEventsInWriteAction(RefreshSessionImpl.java:247)
	at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.lambda$fireEvents$1(RefreshSessionImpl.java:229)
	at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl$$Lambda/0x000001b3a36fbc20.accept(Unknown Source)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runEdtProgressWriteAction$lambda$9$lambda$8(AnyThreadWriteThreadingSupport.kt:490)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport$$Lambda/0x000001b3a3716648.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:223)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000001b3a1f49d50.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:45)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:222)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000001b3a1f4ae40.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:674)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000001b3a1f4b9d8.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:749)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:705)
	at com.intellij.openapi.progress.impl.CoreProgressManager.ex
@SofiaBillBerg SofiaBillBerg added crash-report Reports of crashes that popped up in IDEA. untriaged Issue type still needs to be triaged or verified. labels Feb 17, 2025
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. untriaged Issue type still needs to be triaged or verified.
Projects
None yet
Development

No branches or pull requests

1 participant