From owner-freebsd-java@FreeBSD.ORG Thu Jul 13 12:56:51 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 D6CD916A4DD for ; Thu, 13 Jul 2006 12:56:51 +0000 (UTC) (envelope-from zach@centrum.cz) Received: from mail1002.centrum.cz (mail1002.centrum.cz [213.29.7.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51DE543D45 for ; Thu, 13 Jul 2006 12:56:51 +0000 (GMT) (envelope-from zach@centrum.cz) Received: by mail1002.centrum.cz id S53444893AbWGMM4s (ORCPT ); Thu, 13 Jul 2006 14:56:48 +0200 Received: from 82.142.65.53 by mail1002.centrum.cz (Centrum Mail) with HTTP Date: Thu, 13 Jul 2006 14:56:48 +0200 From: "Jan Zach" To: X-Mailer: Centrum Mail 1.0 MIME-Version: 1.0 X-Priority: 3 Message-ID: <200607131456.604@centrum.cz> References: <20060713120046.26B0D16A582@hub.freebsd.org> In-Reply-To: <20060713120046.26B0D16A582@hub.freebsd.org> Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit Cc: lists@intricatesoftware.com Subject: Re: diablo 1.5 crash 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: Thu, 13 Jul 2006 12:56:51 -0000 Yes, it is reproducable. The core dump is reliably generated by IntelliJ Idea - http://www.jetbrains.com/idea/download/ by menu File/Settings/Colors&Fonts or Global Code Style. Idea is really good java GUI tester, I had problems even with JDK 1.4.2 and Idea 5.x version. I really have no idea how to figure out which font is problematic. Could you give me a hint? Regards Jan >Date: Wed, 12 Jul 2006 10:14:35 -0400 >From: Kurt Miller >Subject: Re: diablo 1.5 crash >To: freebsd-java@freebsd.org >Message-ID: <200607121014.35525.lists@intricatesoftware.com> >Content-Type: text/plain; charset=iso-8859-6 > >On Tuesday 11 July 2006 10:13 am, Jan Zach wrote: >> # An unexpected error has been detected by HotSpot Virtual Machine: >> # >> #  SIGSEGV (0xb) at pc=0x43657d18, pid=4258, tid=0x863fa00 >> # >> # Java VM: Java HotSpot(TM) Client VM (diablo-1.5.0_07-b00 mixed mode) >> # Problematic frame: >> # C  [libfontmanager.so+0x62d18]  ExtractPureT1FromPCType1+0xb38 > >This is on line j2se/src/share/native/sun/font/t2k/t1.c:2046 >in the port version of the jdk. Nothing obvious immediately >jumps out at me. It could be caused by a bad Type1 font. > >Is it reproduceable? If so, perhaps you could determine >which Type1 font is causing it. > >-Kurt