From owner-freebsd-ports@FreeBSD.ORG Mon Oct 10 21:08:52 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EC9916A41F for ; Mon, 10 Oct 2005 21:08:52 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [62.103.84.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E22E43D45 for ; Mon, 10 Oct 2005 21:08:51 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id j9AL8d9V010957; Tue, 11 Oct 2005 00:08:39 +0300 (EEST) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.12.11) with ESMTP id j9AL8ovB011218; Tue, 11 Oct 2005 00:08:50 +0300 (EEST) (envelope-from past@ebs.gr) Message-ID: <434AD846.8080808@ebs.gr> Date: Tue, 11 Oct 2005 00:08:22 +0300 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051008) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Hunter References: <20050928190349.GA72194@malcolm.berkeley.edu> <20050928194514.GA20631@misty.eyesbeyond.com> <20051001001910.GA37857@malcolm.berkeley.edu> <20051003154132.GA52761@misty.eyesbeyond.com> <20051004002656.GA4713@malcolm.berkeley.edu> <20051004041642.GA58118@misty.eyesbeyond.com> <20051007010554.GA4594@malcolm.berkeley.edu> <20051010205713.GA18010@malcolm.berkeley.edu> In-Reply-To: <20051010205713.GA18010@malcolm.berkeley.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Java (jdk1.5) woes with firefox (1.0.6) and opera (8.5) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2005 21:08:52 -0000 Mike Hunter wrote: > After learning a bit about freebsd package management, I figured out how to > upgrade to the latest Xorg (and make sure I'm actually using it :) ): > > xdpyinfo | grep -i ersi > version number: 11.0 > X.Org version: 6.8.2 > > But I'm still plagued with the same crash. Is there any chance that the > java vm is using an old libawt or something like that? > > Thanks for all the help so far and I appreciate whatever else anybody has > to offer :) You might want to try rebuilding the jdk with the recent patches on freebsd-java to use the XToolkit AWT implementation instead of the MToolkit one. Since the crash you originally mentioned involves libmawt, that seems like a reasonable thing to do. On second thought, you don't even need to rebuild jdk15. Just do as instructed here: http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html Cheers, Panagiotis