Hang in 8526 on SVN commit (solved: perm space exhausted)
Hi,
Is this valuable?:
I did a commit in SVN then IDEA hang. setup: ubuntu linux hardy 64 bit IDEA 8526.
I attached a 'kill -3' stack dump.
Regards,
Tom Brus
Edited by: Tom Brus on Jul 12, 2008 10:12 PM
Attachment(s):
idea.log
Please sign in to leave a comment.
I think I found the cause: perm space exhausted.
The clue is in the log at:
-
PSPermGen total 133120K, used 133120K [0x00007f3f3fe50000, 0x00007f3f48050000, 0x00007f3f48050000)
object space 133120K, 100% used [0x00007f3f3fe50000,0x00007f3f48050000,0x00007f3f48050000)
-
Could something be constructed to monitor this space and give a descriptive error message?
Cheers,
Tom