EmmyLua / EmmyLua-ErrorReport

0 stars 0 forks source link

[auto-generated:1114136255] null #8088

Open emmy-issue opened 6 months ago

emmy-issue commented 6 months ago
---------------------- - Plugin Name: EmmyLua - Plugin Version: 1.4.13-IDEA241 - OS Name: Windows - Java Version: 17.0.10 - App Name: Rider - App Full Name: JetBrains Rider - App Version name: JetBrains Rider - Is EAP: false - App Build: RD-241.15989.179 - App Version: 2024.1.2 - Last Action: ``` java.lang.Throwable: Don't call commitAndRunReadAction inside ReadAction, it will cause a deadlock. Thread[DefaultDispatcher-worker-2,5,main] at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376) at com.intellij.psi.impl.PsiDocumentManagerBase.commitAndRunReadAction(PsiDocumentManagerBase.java:554) at com.tang.intellij.lua.debugger.LuaDebuggerEvaluator.getExpressionRangeAtOffset(LuaDebuggerEvaluator.kt:37) at com.intellij.xdebugger.evaluation.XDebuggerEvaluator.getExpressionInfoAtOffset(XDebuggerEvaluator.java:73) at com.intellij.xdebugger.evaluation.XDebuggerEvaluator.getExpressionInfoAtOffsetAsync(XDebuggerEvaluator.java:83) at com.intellij.xdebugger.impl.actions.handlers.XDebuggerEvaluateActionHandler.getExpressionText(XDebuggerEvaluateActionHandler.java:134) at com.intellij.xdebugger.impl.actions.handlers.XAddToWatchesFromEditorActionHandler.getTextToEvaluate(XAddToWatchesFromEditorActionHandler.java:56) at com.intellij.xdebugger.impl.actions.handlers.XAddToWatchesFromEditorActionHandler.isEnabled(XAddToWatchesFromEditorActionHandler.java:25) at com.intellij.xdebugger.impl.actions.handlers.XDebuggerActionHandler.isEnabled(XDebuggerActionHandler.java:26) at com.intellij.xdebugger.impl.actions.XDebuggerActionBase.isEnabled(XDebuggerActionBase.java:53) at com.intellij.xdebugger.impl.actions.XDebuggerActionBase.lambda$isEnabled$0(XDebuggerActionBase.java:44) at com.intellij.util.containers.ContainerUtil.exists(ContainerUtil.java:2253) at com.intellij.xdebugger.impl.actions.XDebuggerActionBase.isEnabled(XDebuggerActionBase.java:44) at com.intellij.xdebugger.impl.actions.XDebuggerActionBase.update(XDebuggerActionBase.java:31) at com.intellij.xdebugger.impl.actions.AddToWatchesAction.update(AddToWatchesAction.java:45) at com.intellij.openapi.actionSystem.ex.ActionUtil$performDumbAwareUpdate$runnable$1.invoke(ActionUtil.kt:161) at com.intellij.openapi.actionSystem.ex.ActionUtil$performDumbAwareUpdate$runnable$1.invoke(ActionUtil.kt:154) at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareUpdate(ActionUtil.kt:179) at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1$1.invoke(ActionUpdater.kt:564) at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1$1.invoke(ActionUpdater.kt:563) at com.intellij.openapi.actionSystem.impl.ActionUpdater$callAction$2$1.invoke(ActionUpdater.kt:151) at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:108) at com.intellij.openapi.application.rw.InternalReadAction.access$insideReadAction(InternalReadAction.kt:16) at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:95) at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:94) at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke$lambda$1$lambda$0(cancellableReadAction.kt:38) at com.intellij.openapi.application.impl.RwLockHolder.tryRunReadAction(RwLockHolder.kt:310) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:958) at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke$lambda$1(cancellableReadAction.kt:36) at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:66) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:155) at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke(cancellableReadAction.kt:34) at com.intellij.openapi.progress.CoroutinesKt.blockingContextInner(coroutines.kt:320) at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:309) at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:31) at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:94) at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:78) at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:65) at com.intellij.openapi.application.rw.InternalReadAction.access$readLoop(InternalReadAction.kt:16) at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invokeSuspend(InternalReadAction.kt:36) at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invoke(InternalReadAction.kt) at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invoke(InternalReadAction.kt) at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78) at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:264) at com.intellij.openapi.application.rw.InternalReadAction.runReadAction(InternalReadAction.kt:35) at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport.executeReadAction(PlatformReadWriteActionSupport.kt:38) at com.intellij.openapi.application.ReadWriteActionSupport.executeReadAction$default(ReadWriteActionSupport.kt:15) at com.intellij.openapi.application.CoroutinesKt.constrainedReadActionUndispatched(coroutines.kt:82) at com.intellij.openapi.application.CoroutinesKt.readActionUndispatched(coroutines.kt:69) at com.intellij.openapi.actionSystem.impl.ActionUpdater$callAction$$inlined$useWithScope$1.invokeSuspend(trace.kt:151) at com.intellij.openapi.actionSystem.impl.ActionUpdater$callAction$$inlined$useWithScope$1.invoke(trace.kt) at com.intellij.openapi.actionSystem.impl.ActionUpdater$callAction$$inlined$useWithScope$1.invoke(trace.kt) at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78) at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167) at kotlinx.coroutines.BuildersKt.withContext(Unknown Source) at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.kt:863) at com.intellij.openapi.actionSystem.impl.ActionUpdater.access$callAction(ActionUpdater.kt:80) at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1.invokeSuspend(ActionUpdater.kt:563) at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1.invoke(ActionUpdater.kt) at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1.invoke(ActionUpdater.kt) at com.intellij.openapi.actionSystem.ActionUpdaterInterceptor.updateAction$suspendImpl(ActionUpdaterInterceptor.kt:19) at com.intellij.openapi.actionSystem.ActionUpdaterInterceptor.updateAction(ActionUpdaterInterceptor.kt) at com.jetbrains.rider.actions.RiderActionUpdateInterceptor.updateAction(RiderActionUpdateInterceptor.kt:30) at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invokeSuspend(ActionUpdater.kt:863) at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invoke(ActionUpdater.kt) at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invoke(ActionUpdater.kt) at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78) at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167) at kotlinx.coroutines.BuildersKt.withContext(Unknown Source) at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateAction(ActionUpdater.kt:888) at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.kt:412) at com.intellij.openapi.actionSystem.impl.ActionUpdater.access$expandGroupChild(ActionUpdater.kt:80) at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1$1$1.invokeSuspend(ActionUpdater.kt:339) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108) at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115) at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684) ```
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 6 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 5 months ago
emmy-issue commented 4 months ago
emmy-issue commented 4 months ago
emmy-issue commented 3 months ago
emmy-issue commented 3 months ago
emmy-issue commented 3 months ago
emmy-issue commented 3 months ago
emmy-issue commented 3 months ago
emmy-issue commented 3 months ago
emmy-issue commented 3 months ago
emmy-issue commented 3 months ago
emmy-issue commented 3 months ago
emmy-issue commented 1 week ago
emmy-issue commented 1 week ago