From owner-freebsd-java@FreeBSD.ORG Mon Sep 20 20:56:40 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 9F1CA1065674; Mon, 20 Sep 2010 20:56:39 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-java@freebsd.org Date: Mon, 20 Sep 2010 16:56:10 -0400 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201009201656.26580.jkim@FreeBSD.org> Cc: barbara Subject: Re: icedtea+firefox crash closing tab 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, 20 Sep 2010 20:56:40 -0000 On Sunday 19 September 2010 10:24 am, barbara wrote: > On CURRENT, I've built java/openjdk6 WITH_WEB and all my ports are > updated. After creating the link, IcedTea seems working but if I > close the tab or the window on which the applet is running, firefox > crashes. This is happening regularly going for example here: > http://www.javatester.org/version.html > http://www.java.com/en/download/help/testvm.xml > > As far as I can remember, the same happened on 8-STABLE, when I > tested it few days ago. > > Here you can find a backtrace: > http://pastebin.com/sm40fGCk > > Ask if you need more details/tests. Yeah, I've seen a similar crash. I *think* it is related to the following PR: http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=556 Luckily, it *seems* a fix was committed upstream few days ago: http://icedtea.classpath.org/hg/icedtea6/rev/c764b38139a5 I built IcedTea6 plugin from tip of hg. Now I cannot reproduce the problem any more. So, please be patient, I'll update ports when a new IcedTea6 is released. :-) Jung-uk Kim