[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] application crash on Suse 9

Hello,

Not sure where to post to get some info, so please let me know if this is the wrong place.
Our application is crashing on Linux Suse 9 consistently when an action is triggering a modify event (Not sure where it is crashing exactly as I've been unable to remote debug that part of the code (keep getting a "cannot install break point because line info is missing" kind of message, even though the app was build with the javacDebugInfo property set to true).
I do have a javacore file with all the crash information but cannot make much sense of it.
I've also been trying to run the app with different jvm with no luck and same problem
When Sun 1.5 jvm, I get the following error:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0x89e719c5, pid=13191, tid=1075102368
#
# Java VM: Java HotSpot(TM) Server VM (1.5.0_04-b05 mixed mode)
# Problematic frame:
# C [libgtk-x11-2.0.so.0+0x719c5]
#
# An error report file with more information is saved as hs_err_pid13191.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#


Using an IBM 1.5 jvm, the error is a bit different, but also referring to libgtk

Unhandled exception
Type=Segmentation error vmState=0x00040000
J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Sig
nal_Code=00000001
Handler1=401EB4F0 Handler2=4022E477 InaccessibleAddress=0000006D
EDI=63427D50 ESI=61E6D7E0 EAX=63427D50 EBX=6191C3C4
ECX=00000000 EDX=00000019
EIP=617449C5 ES=0000007B DS=0000007B ESP=BFFFE528
EFlags=00210212 CS=00000073 SS=0000007B EBP=BFFFE540
Module=/opt/gnome/lib/libgtk-x11-2.0.so.0
Module_base_address=616D3000
Target=2_30_20070131_11312_lHdSMR (Linux 2.6.5-7.97-bigsmp)
CPU=x86 (2 logical CPUs) (0xfcf87000 RAM)
JVMDUMP006I Processing Dump Event "gpf", detail "" - Please Wait.
JVMDUMP007I JVM Requesting System Dump using '/opt/FileNet/ContentEngine/tools/c
onfigure/CMUI/core.20081013.231909.13232.dmp'
JVMDUMP010I System Dump written to /opt/FileNet/ContentEngine/tools/configure/CM
UI/core.20081013.231909.13232.dmp
JVMDUMP007I JVM Requesting Snap Dump using '/opt/FileNet/ContentEngine/tools/con
figure/CMUI/Snap0001.20081013.231909.13232.trc'
JVMDUMP010I Snap Dump written to /opt/FileNet/ContentEngine/tools/configure/CMUI
/Snap0001.20081013.231909.13232.trc
JVMDUMP007I JVM Requesting Java Dump using '/opt/FileNet/ContentEngine/tools/con
figure/CMUI/javacore.20081013.231909.13232.txt'
JVMDUMP010I Java Dump written to /opt/FileNet/ContentEngine/tools/configure/CMUI
/javacore.20081013.231909.13232.txt
JVMDUMP013I Processed Dump Event "gpf", detail "".



Is there a known issue with Suse 9 (same application works fine on Redhat and other platforms like Solaris or HPUX)?


Thanks,

Laurent