Created attachment 566897 [details] hs_err_pid18461.log Description of problem: JVM always crashes with SIGSEGV during starting up SoapUI 4.0.1 Version-Release number of selected component (if applicable): java-1.6.0-openjdk-1.6.0.0-65.1.11.1.fc16.x86_64 How reproducible: Steps to Reproduce: 1.${SoapUI.install.dir}/bin/soapui.sh 2. 3. Actual results: crash with SIGSEGV Expected results: startup successfully Additional info:
Created attachment 566901 [details] core.18461 core.18461
Hi. Looking at the hs_err file, this error looks unrelated to the Java VM. The problem appears to be in the surrounding code that SoapUI is using. This line indicates where the error occurred: # C [libgconf-2.so.4+0x199d1] gconf_enum_to_string+0xc01 Which is in gconf code and is not part of Java. The call stack shows no Java code on it either: j org.mozilla.xpcom.internal.GREImpl.notifyProfile()V+0 j org.mozilla.xpcom.Mozilla.notifyProfile()V+4 j com.teamdev.xpcom.a.a()V+691 j com.teamdev.xpcom.b$a.run()V+13 v ~StubRoutines::call_stub This should be filed with the SoapUI developers upstream as there is nothing we can do about it.
Hi Deepak, Thanks for your quick reply. I have reported it to the SoapUI forum as following: http://www.eviware.com/forum/viewtopic.php?f=13&t=12811#p31191