From owner-freebsd-java@FreeBSD.ORG Tue Jun 20 15:55:45 2006 Return-Path: X-Original-To: freebsd-java@FreeBSD.org Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3B1B16A479 for ; Tue, 20 Jun 2006 15:55:44 +0000 (UTC) (envelope-from ports@fsck.ch) Received: from srv03.basis06.com (srv03.basis06.net [195.14.26.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8761D43D48 for ; Tue, 20 Jun 2006 15:55:44 +0000 (GMT) (envelope-from ports@fsck.ch) Received: from localhost (localhost.basis06.com [127.0.0.1]) by srv03.basis06.com (Postfix) with ESMTP id 83ABDAC9F1 for ; Tue, 20 Jun 2006 17:55:42 +0200 (CEST) X-Virus-Scanned: by b:smart v1 at srv03.basis06.com Received: from srv03.basis06.com ([127.0.0.1]) by localhost (srv03.basis06.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8x4tyBsLf8S2 for ; Tue, 20 Jun 2006 17:55:40 +0200 (CEST) Received: from fsck.basis06.ch (fw01.basis06.com [10.0.1.1]) by srv03.basis06.com (Postfix) with SMTP id 3B7CEAC997 for ; Tue, 20 Jun 2006 17:55:40 +0200 (CEST) Date: Tue, 20 Jun 2006 17:55:40 +0200 From: Tobias Roth To: freebsd-java@FreeBSD.org Message-Id: <20060620175540.cb8fdf65.ports@fsck.ch> X-Mailer: Sylpheed version 2.2.5 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: core dump with swt X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2006 15:55:45 -0000 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