From owner-freebsd-java@FreeBSD.ORG Mon Sep 17 15:21:30 2007 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7A9A16A589; Mon, 17 Sep 2007 15:21:30 +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 4889113C46A; Mon, 17 Sep 2007 15:21:30 +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 l8HFJrnQ049644; Tue, 18 Sep 2007 00:20:47 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Tue, 18 Sep 2007 00:21:12 +0900 (JST) Message-Id: <20070918.002112.74756013.ken@tydfam.jp> To: mbowie@buzmo.com From: Ken Yamada In-Reply-To: <20070916.222306.74755899.ken@tydfam.jp> References: <20070913.115518.38718088.ken@tydfam.jp> <46E8C397.1040103@buzmo.com> <20070916.222306.74755899.ken@tydfam.jp> 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/4310/Mon Sep 17 21:47:06 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: freebsd-eclipse@freebsd.org, dan@rucci.org, freebsd-java@freebsd.org Subject: Re: Eclipse-Europa core dump 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: Mon, 17 Sep 2007 15:21:31 -0000 I borrowed patch for os.c from swt-devel which intends to solve the output buffer pointer problem of realpath() wrapper, but still I have a core dump with realpath() in FileDialog.java. I had thought the cause of the problem was the same as reported with swt-devel. However, it seemingly was not correct... I updated http://www.tydfam.jp/eclipse-europa-dan.tgz. Any thoughts?