From owner-freebsd-eclipse@FreeBSD.ORG Wed Sep 12 07:47:35 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 025CF16A421 for ; Wed, 12 Sep 2007 07:47:35 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id B5F6713C46C for ; Wed, 12 Sep 2007 07:47:34 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l8C7kknk010310; Wed, 12 Sep 2007 16:46:48 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Wed, 12 Sep 2007 16:48:53 +0900 (JST) Message-Id: <20070912.164853.35656687.ken@tydfam.jp> To: mbowie@buzmo.com From: Ken Yamada In-Reply-To: <46E755FD.9020105@buzmo.com> References: <20070911.131836.28781069.ken@tydfam.jp> <46E740D4.9000102@rucci.org> <46E755FD.9020105@buzmo.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4254/Wed Sep 12 14:51:36 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: dan@rucci.org, freebsd-eclipse@freebsd.org Subject: Re: Eclipse-Europa Web-browser X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2007 07:47:35 -0000 I agree, Mike. It was just a quick patch to see if it solves the problem, and I rewrote it. I also created jdk15 version successfully (http://www.tydfam.jp/eclipse-europa-jdk15.tgz) that enables me to run JBossTools-2.0.0b3. I found a bug at org.eclipse.swt.widget.FileDialog.presetChooserDialog() as below which I have no idea to fix so far. And supports of Java guru is very appreciated. It certainly has a lot of bugs yet, and aggressive bug finding and fixing is appreciated. (jdk15 version, but jdk16 is the same.) : : : # Java VM: Java HotSpot(TM) Server VM (1.5.0_12-p6-ken_03_sep_2007_16_38 mixed mode) # Problematic frame: # C [libc.so.7+0x20924] realpath+0x294 # --------------- T H R E A D --------------- Current thread (0x48241180): JavaThread "main" [_thread_in_native, id=1210061056] siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000 Registers: EAX=0x00000000, EBX=0x481ac818, ECX=0x480aeb6c, EDX=0x48201100 ESP=0xbfbfbef0, EBP=0xbfbfcb98, ESI=0x6eb5c540, EDI=0x48241240 EIP=0x480d1924, EFLAGS=0x00210246 Top of Stack: (sp=0xbfbfbef0) 0xbfbfbef0: 48231400 41225407 4260eaf0 412e9c15 0xbfbfbf00: 48231408 000003b0 bfbfbf28 48118c7e 0xbfbfbf10: 48231400 6ebe4758 4260eaf0 40f73485 0xbfbfbf20: 48231400 41225407 00000002 0000001e 0xbfbfbf30: 08052d64 48226000 bfbfbf48 480a8160 0xbfbfbf40: 482268ba 481ac818 482268ba 41306954 0xbfbfbf50: 482268ba 000000a5 00000003 480a8160 0xbfbfbf60: 00000001 00000000 bfbfbf88 41306954 Instructions: (pc=0x480d1924) 0x480d1914: ff ff 03 bd 84 f3 ff ff e9 78 fe ff ff 8b 45 0c 0x480d1924: c6 00 2f c6 40 01 00 8d 46 01 80 7e 01 00 0f 84 Stack: [0xbfa00000,0xbfc00000), sp=0xbfbfbef0, free space=2031k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libc.so.7+0x20924] realpath+0x294 C [libswt-pi-gtk-3346.so+0x2f119] Java_org_eclipse_swt_internal_gtk_OS_realpath+0x89 j org.eclipse.swt.internal.gtk.OS.realpath([B[B)I+0 j org.eclipse.swt.widgets.FileDialog.presetChooserDialog()V+166 j org.eclipse.swt.widgets.FileDialog.openChooserDialog()Ljava/lang/String;+82 j org.eclipse.swt.widgets.FileDialog.open()Ljava/lang/String;+24 j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog.handleLocationBrowseButtonPressed()V+89 j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog.access$600(Lorg/eclipse/datatools/connectivity/internal/ui/dialogs/EditDriverDialog;)V+1 j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog$3.widgetSelected(Lorg/eclipse/swt/events/SelectionEvent;)V+4 j org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+1003 Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j org.eclipse.swt.internal.gtk.OS.realpath([B[B)I+0 j org.eclipse.swt.widgets.FileDialog.presetChooserDialog()V+166 j org.eclipse.swt.widgets.FileDialog.openChooserDialog()Ljava/lang/String;+82 j org.eclipse.swt.widgets.FileDialog.open()Ljava/lang/String;+24 j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog.handleLocationBrowseButtonPressed()V+89 j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog.access$600(Lorg/eclipse/datatools/connectivity/internal/ui/dialogs/EditDriverDialog;)V+1 j org.eclipse.datatools.connectivity.internal.ui.dialogs.EditDriverDialog$3.widgetSelected(Lorg/eclipse/swt/events/SelectionEvent;)V+4 j org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Ev: : : :