Skip to content

Instantly share code, notes, and snippets.

@RudolfVonKrugstein
Created July 13, 2015 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RudolfVonKrugstein/afbdc471883b4e5c5db1 to your computer and use it in GitHub Desktop.
Save RudolfVonKrugstein/afbdc471883b4e5c5db1 to your computer and use it in GitHub Desktop.
Deadlock Detection:
No deadlocks found.
Thread 5061: (state = BLOCKED)
- java.lang.Object.hashCode() @bci=0 (Compiled frame; information may be imprecise)
- gnu.trove.TObjectHash.computeHashCode(java.lang.Object) @bci=5, line=287 (Compiled frame)
- gnu.trove.TObjectHash.insertionIndex(java.lang.Object) @bci=13, line=221 (Compiled frame)
- gnu.trove.THashSet.add(java.lang.Object) @bci=2, line=139 (Compiled frame)
- com.intellij.util.containers.SmartHashSet.add(java.lang.Object) @bci=90, line=90 (Compiled frame)
- com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(com.intellij.openapi.progress.ProgressIndicator, java.lang.Thread, com.intellij.openapi.progress.ProgressIndicator, java.lang.Runnable) @bci=175, line=431 (Interpreted frame)
- com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=131, line=402 (Interpreted frame)
- com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=58, line=54 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun() @bci=98, line=432 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run() @bci=1, line=408 (Interpreted frame)
- com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask.exec() @bci=4, line=189 (Interpreted frame)
- jsr166e.ForkJoinTask.doExec() @bci=10, line=260 (Interpreted frame)
- jsr166e.ForkJoinPool$WorkQueue.runTask(jsr166e.ForkJoinTask) @bci=10, line=858 (Interpreted frame)
- jsr166e.ForkJoinPool.scan(jsr166e.ForkJoinPool$WorkQueue, int) @bci=209, line=1687 (Compiled frame)
- jsr166e.ForkJoinPool.runWorker(jsr166e.ForkJoinPool$WorkQueue) @bci=13, line=1642 (Compiled frame)
- jsr166e.ForkJoinWorkerThread.run() @bci=14, line=109 (Interpreted frame)
Thread 5056: (state = IN_VM)
- com.intellij.openapi.editor.impl.RangeMarkerImpl.getStartOffset() @bci=18, line=83 (Compiled frame; information may be imprecise)
- com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl.isOffsetInsideHighlightInfo(int, com.intellij.codeInsight.daemon.impl.HighlightInfo, boolean) @bci=63, line=626 (Compiled frame)
- com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl.access$700(int, com.intellij.codeInsight.daemon.impl.HighlightInfo, boolean) @bci=3, line=91 (Compiled frame)
- com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl$5.process(com.intellij.codeInsight.daemon.impl.HighlightInfo) @bci=49, line=577 (Compiled frame)
- com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl$5.process(java.lang.Object) @bci=5, line=574 (Compiled frame)
- com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerEx$1.process(com.intellij.openapi.editor.ex.RangeHighlighterEx) @bci=98, line=59 (Compiled frame)
- com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerEx$1.process(java.lang.Object) @bci=5, line=53 (Compiled frame)
- com.intellij.openapi.editor.impl.MarkupModelImpl.processRangeHighlightersOverlappingWith(int, int, com.intellij.util.Processor) @bci=68, line=265 (Compiled frame)
- com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerEx.processHighlights(com.intellij.openapi.editor.Document, com.intellij.openapi.project.Project, com.intellij.lang.annotation.HighlightSeverity, int, int, com.intellij.util.Processor) @bci=170, line=53 (Compiled frame)
- com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl.processHighlightsNearOffset(com.intellij.openapi.editor.Document, com.intellij.openapi.project.Project, com.intellij.lang.annotation.HighlightSeverity, int, boolean, com.intellij.util.Processor) @bci=190, line=574 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getAvailableActions(com.intellij.openapi.editor.Editor, com.intellij.psi.PsiFile, int) @bci=162, line=87 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getActionsToShow(com.intellij.openapi.editor.Editor, com.intellij.psi.PsiFile, com.intellij.codeInsight.daemon.impl.ShowIntentionsPass$IntentionsInfo, int) @bci=198, line=273 (Compiled frame)
- com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getIntentionActionsToShow() @bci=16, line=212 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.doCollectInformation(com.intellij.openapi.progress.ProgressIndicator) @bci=101, line=188 (Interpreted frame)
- com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(com.intellij.openapi.progress.ProgressIndicator) @bci=98, line=67 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run() @bci=75, line=444 (Interpreted frame)
- com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(java.lang.Runnable) @bci=107, line=1098 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run() @bci=11, line=435 (Interpreted frame)
- com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(com.intellij.openapi.progress.ProgressIndicator, java.lang.Thread, com.intellij.openapi.progress.ProgressIndicator, java.lang.Runnable) @bci=327, line=452 (Interpreted frame)
- com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=131, line=402 (Interpreted frame)
- com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=58, line=54 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun() @bci=98, line=432 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run() @bci=1, line=408 (Interpreted frame)
- com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask.exec() @bci=4, line=189 (Interpreted frame)
- jsr166e.ForkJoinTask.doExec() @bci=10, line=260 (Interpreted frame)
- jsr166e.ForkJoinPool$WorkQueue.runTask(jsr166e.ForkJoinTask) @bci=10, line=858 (Interpreted frame)
- jsr166e.ForkJoinPool.scan(jsr166e.ForkJoinPool$WorkQueue, int) @bci=209, line=1687 (Compiled frame)
- jsr166e.ForkJoinPool.runWorker(jsr166e.ForkJoinPool$WorkQueue) @bci=13, line=1642 (Compiled frame)
- jsr166e.ForkJoinWorkerThread.run() @bci=14, line=109 (Interpreted frame)
Thread 5055: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- jsr166e.ForkJoinPool.awaitWork(jsr166e.ForkJoinPool$WorkQueue, long, int) @bci=294, line=1756 (Interpreted frame)
- jsr166e.ForkJoinPool.scan(jsr166e.ForkJoinPool$WorkQueue, int) @bci=241, line=1694 (Compiled frame)
- jsr166e.ForkJoinPool.runWorker(jsr166e.ForkJoinPool$WorkQueue) @bci=13, line=1642 (Compiled frame)
- jsr166e.ForkJoinWorkerThread.run() @bci=14, line=109 (Interpreted frame)
Thread 5054: (state = IN_VM)
- com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(com.intellij.openapi.progress.ProgressIndicator, java.lang.Thread, com.intellij.openapi.progress.ProgressIndicator, java.lang.Runnable) @bci=132, line=426 (Interpreted frame)
- com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=131, line=402 (Interpreted frame)
- com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=58, line=54 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun() @bci=98, line=432 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run() @bci=1, line=408 (Interpreted frame)
- com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask.exec() @bci=4, line=189 (Interpreted frame)
- jsr166e.ForkJoinTask.doExec() @bci=10, line=260 (Interpreted frame)
- jsr166e.ForkJoinPool$WorkQueue.runTask(jsr166e.ForkJoinTask) @bci=10, line=858 (Interpreted frame)
- jsr166e.ForkJoinPool.scan(jsr166e.ForkJoinPool$WorkQueue, int) @bci=209, line=1687 (Compiled frame)
- jsr166e.ForkJoinPool.runWorker(jsr166e.ForkJoinPool$WorkQueue) @bci=13, line=1642 (Compiled frame)
- jsr166e.ForkJoinWorkerThread.run() @bci=14, line=109 (Interpreted frame)
Thread 5034: (state = IN_VM)
- com.intellij.psi.impl.source.tree.TreeElement.getStartOffset() @bci=23, line=111 (Compiled frame; information may be imprecise)
- com.intellij.psi.impl.source.tree.TreeElement.getTextRange() @bci=1, line=101 (Compiled frame)
- com.intellij.psi.impl.source.tree.injected.InjectedLanguageUtil.tryOffset(com.intellij.psi.PsiFile, int, com.intellij.psi.PsiDocumentManager) @bci=232, line=396 (Compiled frame)
- com.intellij.psi.impl.source.tree.injected.InjectedLanguageUtil.findInjectedElementNoCommit(com.intellij.psi.PsiFile, int) @bci=79, line=371 (Compiled frame)
- com.intellij.psi.impl.source.tree.injected.InjectedLanguageUtil.findInjectedPsiNoCommit(com.intellij.psi.PsiFile, int) @bci=43, line=271 (Compiled frame)
- com.intellij.codeInsight.intention.impl.ShowIntentionActionsHandler.chooseBetweenHostAndInjected(com.intellij.psi.PsiFile, com.intellij.openapi.editor.Editor, com.intellij.util.PairProcessor) @bci=141, line=141 (Compiled frame)
- com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getActionsToShow(com.intellij.openapi.editor.Editor, com.intellij.psi.PsiFile, com.intellij.codeInsight.daemon.impl.ShowIntentionsPass$IntentionsInfo, int) @bci=386, line=293 (Compiled frame)
- com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.getIntentionActionsToShow() @bci=16, line=212 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.ShowIntentionsPass.doCollectInformation(com.intellij.openapi.progress.ProgressIndicator) @bci=101, line=188 (Interpreted frame)
- com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(com.intellij.openapi.progress.ProgressIndicator) @bci=98, line=67 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run() @bci=75, line=444 (Interpreted frame)
- com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(java.lang.Runnable) @bci=107, line=1098 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run() @bci=11, line=435 (Interpreted frame)
- com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(com.intellij.openapi.progress.ProgressIndicator, java.lang.Thread, com.intellij.openapi.progress.ProgressIndicator, java.lang.Runnable) @bci=327, line=452 (Interpreted frame)
- com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=131, line=402 (Interpreted frame)
- com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=58, line=54 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun() @bci=98, line=432 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run() @bci=1, line=408 (Interpreted frame)
- com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask.exec() @bci=4, line=189 (Interpreted frame)
- jsr166e.ForkJoinTask.doExec() @bci=10, line=260 (Interpreted frame)
- jsr166e.ForkJoinPool$WorkQueue.runTask(jsr166e.ForkJoinTask) @bci=10, line=858 (Interpreted frame)
- jsr166e.ForkJoinPool.scan(jsr166e.ForkJoinPool$WorkQueue, int) @bci=209, line=1687 (Compiled frame)
- jsr166e.ForkJoinPool.runWorker(jsr166e.ForkJoinPool$WorkQueue) @bci=13, line=1642 (Compiled frame)
- jsr166e.ForkJoinWorkerThread.run() @bci=14, line=109 (Interpreted frame)
Thread 5033: (state = BLOCKED)
- java.lang.Thread.currentThread() @bci=0 (Compiled frame; information may be imprecise)
- com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=114, line=399 (Interpreted frame)
- com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=58, line=54 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun() @bci=98, line=432 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run() @bci=1, line=408 (Interpreted frame)
- com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask.exec() @bci=4, line=189 (Interpreted frame)
- jsr166e.ForkJoinTask.doExec() @bci=10, line=260 (Interpreted frame)
- jsr166e.ForkJoinPool$WorkQueue.runTask(jsr166e.ForkJoinTask) @bci=10, line=858 (Interpreted frame)
- jsr166e.ForkJoinPool.scan(jsr166e.ForkJoinPool$WorkQueue, int) @bci=209, line=1687 (Compiled frame)
- jsr166e.ForkJoinPool.runWorker(jsr166e.ForkJoinPool$WorkQueue) @bci=13, line=1642 (Compiled frame)
- jsr166e.ForkJoinWorkerThread.run() @bci=14, line=109 (Interpreted frame)
Thread 4947: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- jsr166e.ForkJoinPool.awaitWork(jsr166e.ForkJoinPool$WorkQueue, long, int) @bci=294, line=1756 (Interpreted frame)
- jsr166e.ForkJoinPool.scan(jsr166e.ForkJoinPool$WorkQueue, int) @bci=241, line=1694 (Compiled frame)
- jsr166e.ForkJoinPool.runWorker(jsr166e.ForkJoinPool$WorkQueue) @bci=13, line=1642 (Compiled frame)
- jsr166e.ForkJoinWorkerThread.run() @bci=14, line=109 (Interpreted frame)
Thread 4946: (state = BLOCKED)
- com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(com.intellij.openapi.progress.ProgressIndicator, java.lang.Thread, com.intellij.openapi.progress.ProgressIndicator, java.lang.Runnable) @bci=132, line=426 (Interpreted frame)
- com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=131, line=402 (Interpreted frame)
- com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=58, line=54 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun() @bci=98, line=432 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run() @bci=1, line=408 (Interpreted frame)
- com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask.exec() @bci=4, line=189 (Interpreted frame)
- jsr166e.ForkJoinTask.doExec() @bci=10, line=260 (Interpreted frame)
- jsr166e.ForkJoinPool$WorkQueue.runTask(jsr166e.ForkJoinTask) @bci=10, line=858 (Interpreted frame)
- jsr166e.ForkJoinPool.scan(jsr166e.ForkJoinPool$WorkQueue, int) @bci=209, line=1687 (Compiled frame)
- jsr166e.ForkJoinPool.runWorker(jsr166e.ForkJoinPool$WorkQueue) @bci=13, line=1642 (Compiled frame)
- jsr166e.ForkJoinWorkerThread.run() @bci=14, line=109 (Interpreted frame)
Thread 4925: (state = BLOCKED)
- java.lang.Thread.currentThread() @bci=0 (Compiled frame; information may be imprecise)
- com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=114, line=399 (Interpreted frame)
- com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=58, line=54 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun() @bci=98, line=432 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run() @bci=1, line=408 (Interpreted frame)
- com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask.exec() @bci=4, line=189 (Interpreted frame)
- jsr166e.ForkJoinTask.doExec() @bci=10, line=260 (Interpreted frame)
- jsr166e.ForkJoinPool$WorkQueue.runTask(jsr166e.ForkJoinTask) @bci=10, line=858 (Interpreted frame)
- jsr166e.ForkJoinPool.scan(jsr166e.ForkJoinPool$WorkQueue, int) @bci=209, line=1687 (Compiled frame)
- jsr166e.ForkJoinPool.runWorker(jsr166e.ForkJoinPool$WorkQueue) @bci=13, line=1642 (Compiled frame)
- jsr166e.ForkJoinWorkerThread.run() @bci=14, line=109 (Interpreted frame)
Thread 4924: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- jsr166e.ForkJoinPool.awaitWork(jsr166e.ForkJoinPool$WorkQueue, long, int) @bci=294, line=1756 (Interpreted frame)
- jsr166e.ForkJoinPool.scan(jsr166e.ForkJoinPool$WorkQueue, int) @bci=241, line=1694 (Compiled frame)
- jsr166e.ForkJoinPool.runWorker(jsr166e.ForkJoinPool$WorkQueue) @bci=13, line=1642 (Compiled frame)
- jsr166e.ForkJoinWorkerThread.run() @bci=14, line=109 (Interpreted frame)
Thread 4914: (state = BLOCKED)
- com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(com.intellij.openapi.progress.ProgressIndicator, java.lang.Thread, com.intellij.openapi.progress.ProgressIndicator, java.lang.Runnable) @bci=132, line=426 (Interpreted frame)
- com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=131, line=402 (Interpreted frame)
- com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(java.lang.Runnable, com.intellij.openapi.progress.ProgressIndicator) @bci=58, line=54 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.doRun() @bci=98, line=432 (Interpreted frame)
- com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run() @bci=1, line=408 (Interpreted frame)
- com.intellij.concurrency.JobLauncherImpl$VoidForkJoinTask.exec() @bci=4, line=189 (Interpreted frame)
- jsr166e.ForkJoinTask.doExec() @bci=10, line=260 (Interpreted frame)
- jsr166e.ForkJoinPool$WorkQueue.runTask(jsr166e.ForkJoinTask) @bci=10, line=858 (Interpreted frame)
- jsr166e.ForkJoinPool.scan(jsr166e.ForkJoinPool$WorkQueue, int) @bci=209, line=1687 (Compiled frame)
- jsr166e.ForkJoinPool.runWorker(jsr166e.ForkJoinPool$WorkQueue) @bci=13, line=1642 (Compiled frame)
- jsr166e.ForkJoinWorkerThread.run() @bci=14, line=109 (Interpreted frame)
Thread 4888: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=186 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2043 (Compiled frame)
- java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=442 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 4813: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=226 (Compiled frame)
- java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(java.util.concurrent.SynchronousQueue$TransferStack$SNode, boolean, long) @bci=174, line=460 (Compiled frame)
- java.util.concurrent.SynchronousQueue$TransferStack.transfer(java.lang.Object, boolean, long) @bci=102, line=359 (Interpreted frame)
- java.util.concurrent.SynchronousQueue.poll(long, java.util.concurrent.TimeUnit) @bci=11, line=942 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=141, line=1068 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 4752: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=226 (Compiled frame)
- java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(java.util.concurrent.SynchronousQueue$TransferStack$SNode, boolean, long) @bci=174, line=460 (Compiled frame)
- java.util.concurrent.SynchronousQueue$TransferStack.transfer(java.lang.Object, boolean, long) @bci=102, line=359 (Interpreted frame)
- java.util.concurrent.SynchronousQueue.poll(long, java.util.concurrent.TimeUnit) @bci=11, line=942 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=141, line=1068 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 4167: (state = BLOCKED)
- java.lang.Thread.sleep(long) @bci=0 (Compiled frame; information may be imprecise)
- com.intellij.util.TimeoutUtil.sleep(long) @bci=1, line=58 (Compiled frame)
- com.intellij.util.io.BaseDataReader.doRun() @bci=26, line=115 (Compiled frame)
- com.intellij.util.io.BaseDataReader$1.run() @bci=4, line=46 (Interpreted frame)
- com.intellij.openapi.application.impl.ApplicationImpl$8.run() @bci=34, line=400 (Interpreted frame)
- java.util.concurrent.Executors$RunnableAdapter.call() @bci=4, line=471 (Compiled frame)
- java.util.concurrent.FutureTask.run() @bci=42, line=262 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 4166: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=226 (Compiled frame)
- java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(java.util.concurrent.SynchronousQueue$TransferStack$SNode, boolean, long) @bci=174, line=460 (Compiled frame)
- java.util.concurrent.SynchronousQueue$TransferStack.transfer(java.lang.Object, boolean, long) @bci=102, line=359 (Interpreted frame)
- java.util.concurrent.SynchronousQueue.poll(long, java.util.concurrent.TimeUnit) @bci=11, line=942 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=141, line=1068 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 4165: (state = IN_NATIVE)
- java.lang.UNIXProcess.waitForProcessExit(int) @bci=0 (Interpreted frame)
- java.lang.UNIXProcess.access$500(java.lang.UNIXProcess, int) @bci=2, line=55 (Interpreted frame)
- java.lang.UNIXProcess$4.run() @bci=11, line=228 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 4162: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=226 (Compiled frame)
- java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(java.util.concurrent.SynchronousQueue$TransferStack$SNode, boolean, long) @bci=174, line=460 (Compiled frame)
- java.util.concurrent.SynchronousQueue$TransferStack.transfer(java.lang.Object, boolean, long) @bci=102, line=359 (Interpreted frame)
- java.util.concurrent.SynchronousQueue.poll(long, java.util.concurrent.TimeUnit) @bci=11, line=942 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=141, line=1068 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 4156: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=186 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2043 (Compiled frame)
- java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=442 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 3919: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=226 (Compiled frame)
- java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(java.util.concurrent.SynchronousQueue$TransferStack$SNode, boolean, long) @bci=174, line=460 (Compiled frame)
- java.util.concurrent.SynchronousQueue$TransferStack.transfer(java.lang.Object, boolean, long) @bci=102, line=359 (Interpreted frame)
- java.util.concurrent.SynchronousQueue.poll(long, java.util.concurrent.TimeUnit) @bci=11, line=942 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=141, line=1068 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 3315: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=186 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2043 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=24, line=1079 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=807 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 3285: (state = BLOCKED)
- java.lang.Thread.sleep(long) @bci=0 (Compiled frame; information may be imprecise)
- io.netty.util.ThreadDeathWatcher$Watcher.run() @bci=19, line=137 (Interpreted frame)
- io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run() @bci=4, line=137 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 3235: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=186 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2043 (Compiled frame)
- java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=442 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 3232: (state = IN_NATIVE)
- jtermios.linux.JTermiosImpl$Linux_C_lib_DirectMapping.poll(int[], int, int) @bci=0 (Interpreted frame)
- jtermios.linux.JTermiosImpl.poll(int[], int, int) @bci=6, line=636 (Interpreted frame)
- jtermios.JTermios.poll(int[], int, int) @bci=56, line=452 (Interpreted frame)
- com.pty4j.unix.Pty.read(byte[], int) @bci=69, line=291 (Interpreted frame)
- com.pty4j.unix.PTYInputStream.read(byte[], int, int) @bci=66, line=47 (Interpreted frame)
- sun.nio.cs.StreamDecoder.readBytes() @bci=135, line=283 (Interpreted frame)
- sun.nio.cs.StreamDecoder.implRead(char[], int, int) @bci=112, line=325 (Interpreted frame)
- sun.nio.cs.StreamDecoder.read(char[], int, int) @bci=180, line=177 (Compiled frame)
- java.io.InputStreamReader.read(char[], int, int) @bci=7, line=184 (Interpreted frame)
- com.jediterm.terminal.ProcessTtyConnector.read(char[], int, int) @bci=7, line=49 (Interpreted frame)
- com.jediterm.terminal.TtyChannel.fillBuf() @bci=23, line=22 (Interpreted frame)
- com.jediterm.terminal.TtyChannel.getChar() @bci=8, line=32 (Interpreted frame)
- com.jediterm.terminal.DataStreamIteratingEmulator.next() @bci=4, line=34 (Interpreted frame)
- com.jediterm.terminal.TerminalStarter.start() @bci=25, line=57 (Interpreted frame)
- com.jediterm.terminal.ui.JediTermWidget$EmulatorTask.run() @bci=97, line=227 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 3231: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=503 (Interpreted frame)
- com.pty4j.unix.UnixPtyProcess.waitFor() @bci=8, line=133 (Interpreted frame)
- com.jediterm.terminal.ProcessTtyConnector.waitFor() @bci=4, line=102 (Interpreted frame)
- com.jediterm.terminal.TtyConnectorWaitFor$1.run() @bci=6, line=30 (Interpreted frame)
- java.util.concurrent.Executors$RunnableAdapter.call() @bci=4, line=471 (Compiled frame)
- java.util.concurrent.FutureTask.run() @bci=42, line=262 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 3226: (state = IN_NATIVE)
- com.sun.jna.Native.invokeInt(long, int, java.lang.Object[]) @bci=0 (Compiled frame; information may be imprecise)
- com.sun.jna.Function.invoke(java.lang.Object[], java.lang.Class, boolean) @bci=333, line=344 (Interpreted frame)
- com.sun.jna.Function.invoke(java.lang.Class, java.lang.Object[], java.util.Map) @bci=214, line=276 (Interpreted frame)
- com.sun.jna.Library$Handler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[]) @bci=341, line=216 (Interpreted frame)
- com.sun.proxy.$Proxy109.waitpid(int, int[], int) @bci=30 (Interpreted frame)
- com.pty4j.unix.linux.OSFacadeImpl.waitpid(int, int[], int) @bci=6, line=153 (Interpreted frame)
- com.pty4j.unix.Pty.wait0(int) @bci=18, line=253 (Interpreted frame)
- com.pty4j.unix.UnixPtyProcess.waitFor(int) @bci=1, line=300 (Interpreted frame)
- com.pty4j.unix.UnixPtyProcess$Reaper.run() @bci=92, line=361 (Interpreted frame)
Thread 3200: (state = IN_NATIVE)
- java.lang.UNIXProcess.waitForProcessExit(int) @bci=0 (Interpreted frame)
- java.lang.UNIXProcess.access$500(java.lang.UNIXProcess, int) @bci=2, line=55 (Interpreted frame)
- java.lang.UNIXProcess$4.run() @bci=11, line=228 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2613: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=186 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2043 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=24, line=1079 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=807 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2579: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=186 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2043 (Compiled frame)
- java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=442 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2578: (state = BLOCKED)
- java.lang.Thread.sleep(long) @bci=0 (Compiled frame; information may be imprecise)
- com.intellij.util.TimeoutUtil.sleep(long) @bci=1, line=58 (Compiled frame)
- com.intellij.util.io.BaseDataReader.doRun() @bci=26, line=115 (Compiled frame)
- com.intellij.util.io.BaseDataReader$1.run() @bci=4, line=46 (Interpreted frame)
- com.intellij.openapi.application.impl.ApplicationImpl$8.run() @bci=34, line=400 (Interpreted frame)
- java.util.concurrent.Executors$RunnableAdapter.call() @bci=4, line=471 (Compiled frame)
- java.util.concurrent.FutureTask.run() @bci=42, line=262 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 2577: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=226 (Compiled frame)
- java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(java.util.concurrent.SynchronousQueue$TransferStack$SNode, boolean, long) @bci=174, line=460 (Compiled frame)
- java.util.concurrent.SynchronousQueue$TransferStack.transfer(java.lang.Object, boolean, long) @bci=102, line=359 (Interpreted frame)
- java.util.concurrent.SynchronousQueue.poll(long, java.util.concurrent.TimeUnit) @bci=11, line=942 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=141, line=1068 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 2576: (state = BLOCKED)
- java.lang.Thread.sleep(long) @bci=0 (Compiled frame; information may be imprecise)
- com.intellij.util.TimeoutUtil.sleep(long) @bci=1, line=58 (Compiled frame)
- com.intellij.util.io.BaseDataReader.doRun() @bci=26, line=115 (Compiled frame)
- com.intellij.util.io.BaseDataReader$1.run() @bci=4, line=46 (Interpreted frame)
- com.intellij.openapi.application.impl.ApplicationImpl$8.run() @bci=34, line=400 (Interpreted frame)
- java.util.concurrent.Executors$RunnableAdapter.call() @bci=4, line=471 (Compiled frame)
- java.util.concurrent.FutureTask.run() @bci=42, line=262 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 2575: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=503 (Interpreted frame)
- java.lang.UNIXProcess.waitFor() @bci=8, line=264 (Interpreted frame)
- com.intellij.execution.process.ProcessWaitFor$1.run() @bci=6, line=30 (Interpreted frame)
- com.intellij.openapi.application.impl.ApplicationImpl$8.run() @bci=34, line=400 (Interpreted frame)
- java.util.concurrent.Executors$RunnableAdapter.call() @bci=4, line=471 (Compiled frame)
- java.util.concurrent.FutureTask.run() @bci=42, line=262 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 2574: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=503 (Interpreted frame)
- java.lang.UNIXProcess.waitFor() @bci=8, line=264 (Interpreted frame)
- com.intellij.execution.process.ProcessWaitFor$1.run() @bci=6, line=30 (Interpreted frame)
- com.intellij.openapi.application.impl.ApplicationImpl$8.run() @bci=34, line=400 (Interpreted frame)
- java.util.concurrent.Executors$RunnableAdapter.call() @bci=4, line=471 (Compiled frame)
- java.util.concurrent.FutureTask.run() @bci=42, line=262 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 2573: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=186 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2043 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=24, line=1079 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=807 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2572: (state = BLOCKED)
- java.lang.Thread.sleep(long) @bci=0 (Compiled frame; information may be imprecise)
- com.intellij.util.TimeoutUtil.sleep(long) @bci=1, line=58 (Compiled frame)
- com.intellij.util.io.BaseDataReader.doRun() @bci=26, line=115 (Compiled frame)
- com.intellij.util.io.BaseDataReader$1.run() @bci=4, line=46 (Interpreted frame)
- com.intellij.openapi.application.impl.ApplicationImpl$8.run() @bci=34, line=400 (Interpreted frame)
- java.util.concurrent.Executors$RunnableAdapter.call() @bci=4, line=471 (Compiled frame)
- java.util.concurrent.FutureTask.run() @bci=42, line=262 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 2565: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=186 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2043 (Compiled frame)
- java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=442 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2533: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=186 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2043 (Compiled frame)
- java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=442 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2527: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=186 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2043 (Compiled frame)
- java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=442 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2526: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=186 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2043 (Compiled frame)
- java.util.concurrent.LinkedBlockingQueue.take() @bci=29, line=442 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2525: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.park(java.lang.Object) @bci=14, line=186 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await() @bci=42, line=2043 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=24, line=1079 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=807 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2520: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=226 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2082 (Compiled frame)
- java.util.concurrent.DelayQueue.take() @bci=132, line=220 (Compiled frame)
- javax.swing.TimerQueue.run() @bci=20, line=171 (Compiled frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2517: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- com.intellij.psi.impl.DocumentCommitThread.pollQueue() @bci=41, line=315 (Interpreted frame)
- com.intellij.psi.impl.DocumentCommitThread.run() @bci=13, line=291 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2515: (state = BLOCKED)
- sun.nio.ch.EPollArrayWrapper.epollWait(long, int, long, int) @bci=0 (Interpreted frame)
- sun.nio.ch.EPollArrayWrapper.poll(long) @bci=18, line=269 (Interpreted frame)
- sun.nio.ch.EPollSelectorImpl.doSelect(long) @bci=28, line=79 (Interpreted frame)
- sun.nio.ch.SelectorImpl.lockAndDoSelect(long) @bci=37, line=87 (Interpreted frame)
- sun.nio.ch.SelectorImpl.select(long) @bci=30, line=98 (Interpreted frame)
- io.netty.channel.nio.NioEventLoop.select(boolean) @bci=62, line=621 (Interpreted frame)
- io.netty.channel.nio.NioEventLoop.run() @bci=25, line=309 (Interpreted frame)
- io.netty.util.concurrent.SingleThreadEventExecutor$5.run() @bci=44, line=834 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 2514: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=503 (Compiled frame)
- java.util.TimerThread.mainLoop() @bci=28, line=526 (Compiled frame)
- java.util.TimerThread.run() @bci=1, line=505 (Interpreted frame)
Thread 2513: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.util.TimerThread.mainLoop() @bci=201, line=552 (Interpreted frame)
- java.util.TimerThread.run() @bci=1, line=505 (Interpreted frame)
Thread 2511: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=226 (Interpreted frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(int, long) @bci=122, line=1033 (Interpreted frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(int, long) @bci=25, line=1326 (Interpreted frame)
- java.util.concurrent.Semaphore.tryAcquire(long, java.util.concurrent.TimeUnit) @bci=10, line=414 (Interpreted frame)
- com.intellij.diagnostic.PerformanceWatcher.checkEDTResponsiveness() @bci=12, line=164 (Interpreted frame)
- com.intellij.diagnostic.PerformanceWatcher.access$100(com.intellij.diagnostic.PerformanceWatcher) @bci=1, line=41 (Interpreted frame)
- com.intellij.diagnostic.PerformanceWatcher$2.run() @bci=4, line=117 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2510: (state = BLOCKED)
- sun.nio.ch.EPollArrayWrapper.epollWait(long, int, long, int) @bci=0 (Interpreted frame)
- sun.nio.ch.EPollArrayWrapper.poll(long) @bci=18, line=269 (Interpreted frame)
- sun.nio.ch.EPollSelectorImpl.doSelect(long) @bci=28, line=79 (Interpreted frame)
- sun.nio.ch.SelectorImpl.lockAndDoSelect(long) @bci=37, line=87 (Interpreted frame)
- sun.nio.ch.SelectorImpl.select(long) @bci=30, line=98 (Interpreted frame)
- io.netty.channel.nio.NioEventLoop.select(boolean) @bci=62, line=621 (Interpreted frame)
- io.netty.channel.nio.NioEventLoop.run() @bci=25, line=309 (Interpreted frame)
- io.netty.util.concurrent.SingleThreadEventExecutor$5.run() @bci=44, line=834 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 2508: (state = BLOCKED)
- java.lang.Thread.sleep(long) @bci=0 (Compiled frame; information may be imprecise)
- com.intellij.util.TimeoutUtil.sleep(long) @bci=1, line=58 (Compiled frame)
- com.intellij.openapi.vfs.impl.local.LocalFileSystemImpl$StoreRefreshStatusThread.run() @bci=30, line=354 (Interpreted frame)
Thread 2507: (state = BLOCKED)
- java.lang.Thread.sleep(long) @bci=0 (Compiled frame; information may be imprecise)
- com.intellij.util.TimeoutUtil.sleep(long) @bci=1, line=58 (Compiled frame)
- com.intellij.util.io.BaseDataReader.doRun() @bci=26, line=115 (Compiled frame)
- com.intellij.util.io.BaseDataReader$1.run() @bci=4, line=46 (Interpreted frame)
- com.intellij.openapi.application.impl.ApplicationImpl$8.run() @bci=34, line=400 (Interpreted frame)
- java.util.concurrent.Executors$RunnableAdapter.call() @bci=4, line=471 (Interpreted frame)
- java.util.concurrent.FutureTask.run() @bci=42, line=262 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 2506: (state = BLOCKED)
- java.lang.Thread.sleep(long) @bci=0 (Compiled frame; information may be imprecise)
- com.intellij.util.TimeoutUtil.sleep(long) @bci=1, line=58 (Compiled frame)
- com.intellij.util.io.BaseDataReader.doRun() @bci=26, line=115 (Compiled frame)
- com.intellij.util.io.BaseDataReader$1.run() @bci=4, line=46 (Interpreted frame)
- com.intellij.openapi.application.impl.ApplicationImpl$8.run() @bci=34, line=400 (Interpreted frame)
- java.util.concurrent.Executors$RunnableAdapter.call() @bci=4, line=471 (Interpreted frame)
- java.util.concurrent.FutureTask.run() @bci=42, line=262 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 2505: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=503 (Interpreted frame)
- java.lang.UNIXProcess.waitFor() @bci=8, line=264 (Interpreted frame)
- com.intellij.execution.process.ProcessWaitFor$1.run() @bci=6, line=30 (Interpreted frame)
- com.intellij.openapi.application.impl.ApplicationImpl$8.run() @bci=34, line=400 (Interpreted frame)
- java.util.concurrent.Executors$RunnableAdapter.call() @bci=4, line=471 (Interpreted frame)
- java.util.concurrent.FutureTask.run() @bci=42, line=262 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
- org.jetbrains.ide.PooledThreadExecutor$1$1.run() @bci=1, line=56 (Interpreted frame)
Thread 2503: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=226 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2082 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=122, line=1090 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=807 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2475: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=226 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2082 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=122, line=1090 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=807 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2451: (state = BLOCKED)
- sun.misc.Unsafe.park(boolean, long) @bci=0 (Compiled frame; information may be imprecise)
- java.util.concurrent.locks.LockSupport.parkNanos(java.lang.Object, long) @bci=20, line=226 (Compiled frame)
- java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(long) @bci=68, line=2082 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=122, line=1090 (Compiled frame)
- java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take() @bci=1, line=807 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.getTask() @bci=156, line=1068 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=26, line=1130 (Compiled frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2425: (state = IN_VM)
- com.intellij.util.text.ImmutableText.findLeaf(int, int) @bci=7, line=283 (Compiled frame; information may be imprecise)
- com.intellij.util.text.ImmutableText.charAt(int) @bci=56, line=274 (Compiled frame)
- com.intellij.openapi.editor.impl.EditorImpl.getTextSegmentWidth(java.lang.CharSequence, int, int, int, int, java.awt.Rectangle) @bci=125, line=3560 (Compiled frame)
- com.intellij.openapi.editor.impl.EditorImpl.drawBackground(java.awt.Graphics, java.awt.Color, java.lang.CharSequence, int, int, java.awt.Point, int, java.awt.Color, java.awt.Rectangle) @bci=248, line=2782 (Compiled frame)
- com.intellij.openapi.editor.impl.EditorImpl.drawSoftWrapAwareBackground(java.awt.Graphics, java.awt.Color, java.awt.Color, java.lang.CharSequence, int, int, java.awt.Point, int, java.awt.Color, java.awt.Rectangle, gnu.trove.TIntHashSet, boolean[]) @bci=528, line=2590 (Compiled frame)
- com.intellij.openapi.editor.impl.EditorImpl.paintBackgrounds(java.awt.Graphics, java.awt.Rectangle, com.intellij.openapi.editor.LogicalPosition, com.intellij.openapi.editor.VisualPosition, int, int) @bci=1273, line=2481 (Compiled frame)
- com.intellij.openapi.editor.impl.EditorImpl.paint(java.awt.Graphics2D) @bci=309, line=2046 (Interpreted frame)
- com.intellij.openapi.editor.impl.EditorComponentImpl.paintComponent(java.awt.Graphics) @bci=26, line=162 (Interpreted frame)
- javax.swing.JComponent.paint(java.awt.Graphics) @bci=286, line=1055 (Interpreted frame)
- com.intellij.openapi.editor.impl.EditorComponentImpl.paint(java.awt.Graphics) @bci=72, line=74 (Interpreted frame)
- javax.swing.JComponent.paintChildren(java.awt.Graphics) @bci=501, line=888 (Compiled frame)
- javax.swing.JComponent.paint(java.awt.Graphics) @bci=318, line=1064 (Interpreted frame)
- javax.swing.JViewport.paint(java.awt.Graphics) @bci=205, line=731 (Interpreted frame)
- com.intellij.ui.components.JBViewport.paint(java.awt.Graphics) @bci=35, line=122 (Interpreted frame)
- javax.swing.JComponent.paintChildren(java.awt.Graphics) @bci=501, line=888 (Compiled frame)
- javax.swing.JComponent.paint(java.awt.Graphics) @bci=318, line=1064 (Interpreted frame)
- javax.swing.JComponent.paintToOffscreen(java.awt.Graphics, int, int, int, int, int, int) @bci=41, line=5232 (Interpreted frame)
- javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(javax.swing.JComponent, java.awt.Image, java.awt.Graphics, int, int, int, int) @bci=163, line=1529 (Compiled frame)
- javax.swing.RepaintManager$PaintManager.paint(javax.swing.JComponent, javax.swing.JComponent, java.awt.Graphics, int, int, int, int) @bci=116, line=1452 (Compiled frame)
- javax.swing.RepaintManager.paint(javax.swing.JComponent, javax.swing.JComponent, java.awt.Graphics, int, int, int, int) @bci=52, line=1249 (Compiled frame)
- javax.swing.JComponent._paintImmediately(int, int, int, int) @bci=683, line=5180 (Compiled frame)
- javax.swing.JComponent.paintImmediately(int, int, int, int) @bci=138, line=4991 (Compiled frame)
- javax.swing.RepaintManager$3.run() @bci=75, line=808 (Interpreted frame)
- javax.swing.RepaintManager$3.run() @bci=1, line=796 (Interpreted frame)
- java.security.AccessController.doPrivileged(java.security.PrivilegedAction, java.security.AccessControlContext) @bci=0 (Compiled frame)
- java.security.ProtectionDomain$1.doIntersectionPrivilege(java.security.PrivilegedAction, java.security.AccessControlContext, java.security.AccessControlContext) @bci=28, line=76 (Compiled frame)
- javax.swing.RepaintManager.paintDirtyRegions(java.util.Map) @bci=154, line=796 (Compiled frame)
- javax.swing.RepaintManager.paintDirtyRegions() @bci=46, line=769 (Interpreted frame)
- javax.swing.RepaintManager.prePaintDirtyRegions() @bci=73, line=718 (Interpreted frame)
- javax.swing.RepaintManager.access$1100(javax.swing.RepaintManager) @bci=1, line=62 (Interpreted frame)
- javax.swing.RepaintManager$ProcessingRunnable.run() @bci=37, line=1677 (Interpreted frame)
- java.awt.event.InvocationEvent.dispatch() @bci=47, line=312 (Compiled frame)
- java.awt.EventQueue.dispatchEventImpl(java.awt.AWTEvent, java.lang.Object) @bci=21, line=745 (Compiled frame)
- java.awt.EventQueue.access$300(java.awt.EventQueue, java.awt.AWTEvent, java.lang.Object) @bci=3, line=103 (Compiled frame)
- java.awt.EventQueue$3.run() @bci=12, line=706 (Compiled frame)
- java.awt.EventQueue$3.run() @bci=1, line=704 (Compiled frame)
- java.security.AccessController.doPrivileged(java.security.PrivilegedAction, java.security.AccessControlContext) @bci=0 (Compiled frame)
- java.security.ProtectionDomain$1.doIntersectionPrivilege(java.security.PrivilegedAction, java.security.AccessControlContext, java.security.AccessControlContext) @bci=28, line=76 (Compiled frame)
- java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent) @bci=46, line=715 (Compiled frame)
- com.intellij.ide.IdeEventQueue.defaultDispatchEvent(java.awt.AWTEvent) @bci=18, line=734 (Compiled frame)
- com.intellij.ide.IdeEventQueue._dispatchEvent(java.awt.AWTEvent, boolean) @bci=848, line=569 (Compiled frame)
- com.intellij.ide.IdeEventQueue.dispatchEvent(java.awt.AWTEvent) @bci=90, line=382 (Compiled frame)
- java.awt.EventDispatchThread.pumpOneEventForFilters(int) @bci=245, line=242 (Compiled frame)
- java.awt.EventDispatchThread.pumpEventsForFilter(int, java.awt.Conditional, java.awt.EventFilter) @bci=35, line=161 (Compiled frame)
- java.awt.EventDispatchThread.pumpEventsForHierarchy(int, java.awt.Conditional, java.awt.Component) @bci=11, line=150 (Interpreted frame)
- java.awt.EventDispatchThread.pumpEvents(int, java.awt.Conditional) @bci=4, line=146 (Interpreted frame)
- java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional) @bci=3, line=138 (Interpreted frame)
- java.awt.EventDispatchThread.run() @bci=9, line=91 (Interpreted frame)
Thread 2424: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=503 (Interpreted frame)
- sun.awt.AWTAutoShutdown.run() @bci=32, line=296 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2373: (state = IN_NATIVE)
- java.net.PlainSocketImpl.socketAccept(java.net.SocketImpl) @bci=0 (Interpreted frame)
- java.net.AbstractPlainSocketImpl.accept(java.net.SocketImpl) @bci=7, line=398 (Interpreted frame)
- java.net.ServerSocket.implAccept(java.net.Socket) @bci=60, line=530 (Interpreted frame)
- java.net.ServerSocket.accept() @bci=48, line=498 (Interpreted frame)
- com.intellij.idea.SocketLock$MyRunnable.run() @bci=7, line=224 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2334: (state = IN_NATIVE)
- java.lang.UNIXProcess.waitForProcessExit(int) @bci=0 (Interpreted frame)
- java.lang.UNIXProcess.access$500(java.lang.UNIXProcess, int) @bci=2, line=55 (Interpreted frame)
- java.lang.UNIXProcess$4.run() @bci=11, line=228 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor.runWorker(java.util.concurrent.ThreadPoolExecutor$Worker) @bci=95, line=1145 (Interpreted frame)
- java.util.concurrent.ThreadPoolExecutor$Worker.run() @bci=5, line=615 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2169: (state = BLOCKED)
Thread 2227: (state = BLOCKED)
- sun.awt.X11.XToolkit.waitForEvents(long) @bci=0 (Compiled frame; information may be imprecise)
- sun.awt.X11.XToolkit.run(boolean) @bci=86, line=541 (Compiled frame)
- sun.awt.X11.XToolkit.run() @bci=5, line=505 (Interpreted frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2226: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.ref.ReferenceQueue.remove(long) @bci=44, line=135 (Compiled frame)
- java.lang.ref.ReferenceQueue.remove() @bci=2, line=151 (Compiled frame)
- sun.java2d.Disposer.run() @bci=3, line=145 (Compiled frame)
- java.lang.Thread.run() @bci=11, line=745 (Interpreted frame)
Thread 2189: (state = BLOCKED)
Thread 2188: (state = BLOCKED)
Thread 2187: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.ref.ReferenceQueue.remove(long) @bci=44, line=135 (Compiled frame)
- java.lang.ref.ReferenceQueue.remove() @bci=2, line=151 (Compiled frame)
- java.lang.ref.Finalizer$FinalizerThread.run() @bci=36, line=209 (Compiled frame)
Thread 2186: (state = BLOCKED)
- java.lang.Object.wait(long) @bci=0 (Interpreted frame)
- java.lang.Object.wait() @bci=2, line=503 (Compiled frame)
- java.lang.ref.Reference$ReferenceHandler.run() @bci=46, line=133 (Compiled frame)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment