Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jun 2006 17:55:40 +0200
From:      Tobias Roth <ports@fsck.ch>
To:        freebsd-java@FreeBSD.org
Subject:   core dump with swt
Message-ID:  <20060620175540.cb8fdf65.ports@fsck.ch>

next in thread | raw e-mail | index | archive | help
Hi

I just got this notice and a core dump:

----
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x431aaa65, pid=9041, tid=0x805c000
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0-p3-roth_19_apr_2006_14_13
# mixed mode) Problematic frame:
# C  [libgdk-x11-2.0.so.0+0x17a65]  gdk_event_copy+0x25
#
# An error report file with more information is saved as
# hs_err_pid9041.log
#
# If you would like to submit a bug report, please write
# a letter to freebsd-java@FreeBSD.org mailing list
#
Abort trap (core dumped)
----

The core file is here: http://fsck.ch/java.core.bz2
The logfile is here: http://fsck.ch/hs_err_pid9041.log

I am using
 - FreeBSD 6.1-STABLE #9: Fri May 19 17:29:59 CEST 2006 i386
 - jdk-1.5.0p3

Steps to reproduce:

1) install x11-toolkits/swt31
2) download and unextract kettle:
http://switch.dl.sourceforge.net/sourceforge/pentaho/Kettle-2.2.2.zip
3) edit spoon.sh so that it recognises FreeBSD and its swt, for example
by adding:

        FreeBSD)
               LIBPATH=/usr/local/lib/
               CLASSPATH=$CLASSPATH:/usr/local/share/java/classes/swt.jar
               ;;

4) executing spoon.sh, hitting 'no repository', and dragging something
from the tree on the left into the 'graphical view' space


Anything else I should provide?

Thanks, Tobias



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060620175540.cb8fdf65.ports>