RM EAP 97.39 hangs during startup indexing (sun-jdk)
As mentioned, This release hangs on start up. The UI is frozen so I wouldn't be able to give you the results of clicking the yjagent button.
Attached is an strace and a screen shot.
The startup project is Bundler, so not too large and plain Ruby.
Memory use is fine (500-90MB of 5802MB). CPU use is 10-105% with lots to of CPU's to spare.
Start up arguments are
-XX:LargePageSizeInBytes=2048k
-XX:+UseLargePages
-Xmx6g
-Xmn1g
-Xms3g
-ea
-server
-Xverify:none
$ uname -a
Linux desktop 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:52:42 UTC 2010 x86_64 GNU/Linux
Update 1:
When I add the yjpagent library (64 bit) I got a GUI crash on startup.
Attached are pid 4029 log and hprof files.
I then started using strace, and again saw a java crash in the shell window (GUI remains, but unresponsive):
java.lang.OutOfMemoryError: PermGen space
Dumping heap to java_pid4285.hprof ...
Heap dump file created [102410024 bytes in 1.275 secs]
However, the GUI has not crashed and just sits here hung, much like as first reported.
I then `kill -9` the java process.
The files for this pid4285 are attached too.
Attachment(s):
Screenshot.png
rubymine-strace.txt.zip
4285.log.zip
4029.log.zip
hs_err_pid4029.log.zip
请先登录再写评论。
The hprof files are too large - so let me know how to upload them if you want them.
Remaining file is attached below:
Attachment(s):
rubymine-strace-crash.txt.zip
Hello, do you use Oracle JDK? In case if you do, please upload your hprof file at ftp://ftp.intellij.net/.uploads/ and mention file name here.
Otherwise please try it.
ftp://ftp.intellij.net/.uploads/Also please have a look at the document http://devnet.jetbrains.net/docs/DOC-1144
Regards,
Oleg
Apologies should have said the java version info (Sun java packages installed from Ubuntu repo):
$ java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
will upload the files.
Update:
Uploaded - java_pid4285.hprof.bz2 and java_pid4029.hprof.bz2
With 3,0 Beta there was another crash, but more informative when started from a bash shell, some OutOfMemoryError pointed me to these settings:
-XX:MaxPermSize=256m
-XX:PermSize=128m
Could these two options be included in the default vmoptions file - this way people will likely investigate these two settings of seeing some out of memory error.
Anyway. 3.0Beta now starts.
Thank you!