Open ViugiNick opened 5 months ago
Disposed project is also retained via a similar path:
(root): com.intellij.util.concurrency.AppDelayQueue$TransferThread
this$0: com.intellij.util.concurrency.AppDelayQueue
q: java.util.PriorityQueue
queue: java.lang.Object[]
[]: com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask
callable: java.util.concurrent.Executors$RunnableAdapter
task: ee.carlrobert.codegpt.CodeGPTUpdateActivity$$Lambda
arg$1: ee.carlrobert.codegpt.CodeGPTUpdateActivity$$Lambda
arg$1: com.intellij.openapi.project.impl.ProjectImpl (disposed)
What happened?
Lambda in CodeGPTUpdateActivity holds diposed project. Similar to https://github.com/carlrobertoh/CodeGPT/issues/364
Relevant log output or stack trace