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

Already disposed: com.intellij.util.messages.impl.MessageBusImpl@3fb6b9ad #360

Closed
b1rdex opened this issue May 10, 2017 · 2 comments
Closed

Comments

@b1rdex
Copy link

b1rdex commented May 10, 2017

I had two projects open in separate windows and this error was thrown when I closed one of them.

Already disposed: com.intellij.util.messages.impl.MessageBusImpl@3fb6b9ad; owner=Project C:/Users/Anatoly/Documents/GitHub/yii of class java.lang.String; disposed
java.lang.Throwable
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:132)
	at com.intellij.util.messages.impl.MessageBusImpl.checkNotDisposed(MessageBusImpl.java:303)
	at com.intellij.util.messages.impl.MessageBusImpl.syncPublisher(MessageBusImpl.java:223)
	at mobi.hsz.idea.gitignore.util.CacheMap$TrackedIgnoredFilesRunnable.run(CacheMap.java:374)
	at mobi.hsz.idea.gitignore.util.CacheMap$TrackedIgnoredFilesRunnable.run(CacheMap.java:343)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:237)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
@YOzaz
Copy link

YOzaz commented May 24, 2017

Happening to us as well, when switching projects.

Already disposed: com.intellij.util.messages.impl.MessageBusImpl@7d69e68a; owner=Project C:/www/win of class java.lang.String; disposed
java.lang.Throwable
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:132)
	at com.intellij.util.messages.impl.MessageBusImpl.checkNotDisposed(MessageBusImpl.java:303)
	at com.intellij.util.messages.impl.MessageBusImpl.syncPublisher(MessageBusImpl.java:223)
	at mobi.hsz.idea.gitignore.util.CacheMap$TrackedIgnoredFilesRunnable.run(CacheMap.java:374)
	at mobi.hsz.idea.gitignore.util.CacheMap$TrackedIgnoredFilesRunnable.run(CacheMap.java:343)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:237)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)

@hsz hsz added this to the v2.0 milestone May 26, 2017
@hsz
Copy link
Member

hsz commented May 26, 2017

@b1rdex @YOzaz Thank you guys for reporting that. I got rid of the CacheMap class (for details see #367), so this issue will be automatically resolved with the next release which is finally on the horizon.

@hsz hsz added the bug label May 26, 2017
@hsz hsz closed this as completed Jul 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants