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.util.concurrent.ExecutionException: java.io.IOException: Stream closed #3852

Open
adampwells opened this issue Jan 15, 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

@adampwells
Copy link

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

RustRover 2024.3.2 (build RR-243.22562.230)

Operating System

Mac OS X 15.1.1 (aarch64)

TeXiFy IDEA version

0.9.9

Description

Stacktrace

java.util.concurrent.ExecutionException: java.io.IOException: Stream closed
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2096)
	at org.jetbrains.concurrency.AsyncPromise.get(AsyncPromise.kt:52)
	at org.jetbrains.concurrency.AsyncPromise.blockingGet(AsyncPromise.kt:130)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.executeSynchronously(NonBlockingReadActionImpl.java:513)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl.executeSynchronously(NonBlockingReadActionImpl.java:222)
	at com.intellij.util.indexing.roots.IndexableFilesIndexImpl.getIndexingIterators(IndexableFilesIndexImpl.java:78)
	at com.intellij.util.indexing.FileBasedIndexEx.getIndexableFilesProviders(FileBasedIndexEx.java:547)
	at com.intellij.util.indexing.projectFilter.ProjectIndexableFilesFilterHealthCheck.getFilesThatShouldBeIndexable(ProjectIndexableFilesFilterHealthCheck.kt:220)
	at com.intellij.util.indexing.projectFilter.ProjectIndexableFilesFilterHealthCheck.getFilesThatShouldBeIndexable(ProjectIndexableFilesFilterHealthCheck.kt:214)
        (...)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)
Caused by: java.io.IOException: Stream closed
	at java.base/java.io.BufferedInputStream.ensureOpen(BufferedInputStream.java:206)
        (...)
	at kotlin.io.TextStreamsKt.readText(ReadWrite.kt:112)
	at nl.hannahsten.texifyidea.util.CommandRunnerKt$runCommandNonBlocking$2$output$1.invokeSuspend(CommandRunner.kt:54)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
@adampwells adampwells added crash-report Reports of crashes that popped up in IDEA. untriaged Issue type still needs to be triaged or verified. labels Jan 15, 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