Skip to content

Exceptions #229

@HenTai-Miao

Description

@HenTai-Miao
Exceptions

java.lang.IllegalStateException: There is no ProgressIndicator or Job in this thread, the current job is not cancellable.
	at com.intellij.openapi.progress.CoroutinesKt.runBlockingCancellable$lambda$0(coroutines.kt:153)
	at com.intellij.openapi.progress.ContextKt.prepareThreadContext$lambda$0(context.kt:93)
	at com.intellij.concurrency.ThreadContext.resetThreadContext(threadContext.kt:294)
	at com.intellij.openapi.progress.ContextKt.prepareThreadContext(context.kt:92)
	at com.intellij.openapi.progress.CoroutinesKt.runBlockingCancellable(coroutines.kt:151)
	at com.intellij.openapi.progress.CoroutinesKt.runBlockingCancellable(coroutines.kt:134)
	at com.intellij.execution.wsl.WslDistributionSafeNullableLazyValue.getValueOrElse(WslDistributionSafeNullableLazyValue.kt:112)
	at com.intellij.execution.wsl.WslDistributionSafeNullableLazyValue.getValue(WslDistributionSafeNullableLazyValue.kt:50)
	at com.intellij.execution.wsl.WSLDistribution.getValueWithLogging(WSLDistribution.java:797)
	at com.intellij.execution.wsl.WSLDistribution.getShellPath(WSLDistribution.java:781)
	at com.intellij.execution.wsl.WSLDistribution.doPatchCommandLine(WSLDistribution.java:367)
	at com.intellij.execution.wsl.WSLDistribution.patchCommandLine(WSLDistribution.java:263)
	at git4idea.config.GitExecutable$Wsl.patchWslExecutable(GitExecutable.kt:336)
	at git4idea.config.GitExecutable$Wsl.patchCommandLine(GitExecutable.kt:317)
	at git4idea.commands.GitHandler.start(GitHandler.java:493)
	at git4idea.commands.GitHandler.lambda$runInCurrentThread$0(GitHandler.java:428)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.runWithSpanIgnoreThrows(trace.kt:99)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceUtil.runWithSpanThrows(TraceUtil.java:32)
	at git4idea.commands.GitHandler.runInCurrentThread(GitHandler.java:426)
	at git4idea.commands.GitImplBase.doRun(GitImplBase.java:214)
	at git4idea.commands.GitImplBase.run(GitImplBase.java:177)
	at git4idea.commands.GitImplBase.runCommand(GitImplBase.java:75)
	at git4idea.log.GitCommitSignatureLoaderBase.loadCommitSignatures(GitCommitSignatureLoaderBase.kt:65)
	at git4idea.log.NonCancellableGitCommitSignatureLoader.requestData$lambda$0(NonCancellableGitCommitSignatureLoader.kt:32)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:649)
	at java.base/java.lang.Thread.run(Thread.java:1474)

Metadata

Metadata

Assignees

No one assigned

    Labels

    IDE internal errorawaiting responsewaiting for more info from the author - will eventually close if they don't respond

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions