IDEA 7.0.1 on OS X logs HUGE AMOUNTS to syslog
My /var/log/system.log grew with 70MB worth of IDEA entries today.
Mostly stack traces that all end like this:
Nov 14 16:17:58 Mac .IntelliJ IDEA 7.0.1[7106]: java.lang.Throwable
Nov 14 16:17:58 Mac .IntelliJ IDEA 7.0.1[7106]: at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java:89)
Nov 14 16:17:58 Mac .IntelliJ IDEA 7.0.1[7106]: at com.intellij.psi.impl.file.impl.FileManagerImpl.a(FileManagerImpl.java:12)
Nov 14 16:17:58 Mac .IntelliJ IDEA 7.0.1[7106]: at com.intellij.psi.impl.file.impl.FileManagerImpl.findClass(FileManagerImpl.java:112)
Nov 14 16:17:58 Mac .IntelliJ IDEA 7.0.1[7106]: at com.intellij.psi.impl.PsiManagerImpl$PsiElementFinderImpl.findClass(PsiManagerImpl.java:20)
Anyone else seeing this?
S.
请先登录再写评论。
Oh, this is on OS X 10.5
S.
Hello Stefan,
This is not related to OS X. Please delete your caches directory.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
This seems to have done the trick. Thanks.
S.
I got the same problem yesterday, and the trick of deleting the cache seemed to help... for a while. Now the problem is back again. Do I have to delete the cache every day? Is this a Java or IntelliJ problem?
Hi again.
I still have this problem, and the log is full of exceptions from IntelliJ. It is so bad I have to consider some other IDE to get things done, and that is really the last thing I want to do. Can I expect to see a fix to this problem?
André
Could you please post some exceptions from the log?
Andre M.Bonkowski wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Hi.
You find a small selection from the log in the attached file.
André
Attachment(s):
IntelliJ stack trace.txt
There seem to be a lot (30 in the excerpt you posted) of these:
All 30 refer to classes in packages within com.otto.
Are you trying to use classes targeted for Java 6 on Mac OS X's Java 5 JVM?
RRS
I'm having the same problem. I have attached a snippet out of my 234MB /var/log/system.log file. On previous occasions this log file has grown to over 400MB.
Has anyone been able to figure out what is going on and how to fix it? When the log files get close to 200M syslogd starts consume a the majority of my processors, making it painful to do anything on the computer, much less develop code with IntelliJ.
Thanks,
Mike
Attachment(s):
system.log
I'm also experiencing this problem with such a high rate of exceptions that it spikes the cpu to 100%. I'll try the fix posted above (I just saw it).
Message was edited by:
Thomas Duff
Hello Thomas,
This problem is fixed in IDEA 7.0.3 EAP:
http://www.jetbrains.net/confluence/display/IDEADEV/Selena+EAP
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"