Hi,
I'm having the same problem as the earlier user, but I tried commenting out that line (it's line 129-30 in my soapui.sh script) and it's still core dumping. How do you correct this? I'm running ubuntu 11.10, java 1.6_26. Here're the script lines, in case I misunderstood:
129 # uncomment to disable browser component
130 # -=j=-: found this solution here:
viewtopic.php?f=13&t=7736&p=27844&hilit=You+forgot+to+call+g_type_#p27844131 JAVA_OPTS="$JAVA_OPTS -Dsoapui.jxbrowser.disable=true"
Here's the whole segv output followed by my system info:
jack@ghost:~/bin$ ./soapUI-4.0.1
Configuring log4j from [/home/jack/SmartBear/soapUI-4.0.1/bin/soapui-log4j.xml]
18:02:26,201 INFO [DefaultSoapUICore] Creating new settings at [/home/jack/soapui-settings.xml]
18:02:27,786 INFO [SoapUI] Used java version: 1.6.0_26
(process:13517): GLib-GObject-CRITICAL **: /build/buildd/glib2.0-2.30.0/./gobject/gtype.c:2708: You forgot to call g_type_init()
(process:13517): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
(process:13517): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x5e9e5b99, pid=13517, tid=1644723056
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) Server VM (20.1-b02 mixed mode linux-x86 )
# Problematic frame:
# C [libgconf-2.so.4+0x15b99] __float128+0xd59
#
# An error report file with more information is saved as:
# /home/jack/SmartBear/soapUI-4.0.1/bin/hs_err_pid13517.log
#
# If you would like to submit a bug report, please visit:
#
http://java.sun.com/webapps/bugreport/crash.jsp# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Aborted
jack@ghost:~/bin$ uname -a
Linux ghost 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 i686 i386 GNU/Linux
jack@ghost:~/bin$ java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)
What do I do to resolve this, since the browser disabling tacic didn't seem to work?