Yet another hang in 8526 - starting debug (solved: perm space exhausted)
Hi,
Is this the way to report these problems?
I did a start debug 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:19 PM
Attachment(s):
idea.log
请先登录再写评论。
I think I found the cause: perm space exhausted.
The clue is in the log at:
-
PSPermGen total 133120K, used 133119K [0x00007f0986240000, 0x00007f098e440000, 0x00007f098e440000)
object space 133120K, 99% used [0x00007f0986240000,0x00007f098e43ff80,0x00007f098e440000)
-
Could something be constructed to monitor this space and give a descriptive error message?
Cheers,
Tom