From owner-freebsd-java@FreeBSD.ORG Tue Mar 14 08:11:16 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 D667316A401 for ; Tue, 14 Mar 2006 08:11:16 +0000 (UTC) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB9D43D45 for ; Tue, 14 Mar 2006 08:11:14 +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 k2E88gUg010756; Tue, 14 Mar 2006 10:08:42 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.157] (pc157.ebs.gr [10.1.1.157]) by ebs.gr (8.13.3/8.13.3) with ESMTP id k2E88jg6054769; Tue, 14 Mar 2006 10:08:46 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <44167A08.5050507@ebs.gr> Date: Tue, 14 Mar 2006 10:08:40 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060203) MIME-Version: 1.0 To: Conrad Burger References: <88B5DDE8C1A06741B754B910DE2DEFBB49B033@HERMES.swistgroup.com> In-Reply-To: <88B5DDE8C1A06741B754B910DE2DEFBB49B033@HERMES.swistgroup.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: Jboss 4.0.4RC1 + jdk-1.5.0p2_3 on FreeBSD 5.4-RELEASE-p9 i386 --- VM 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: Tue, 14 Mar 2006 08:11:17 -0000 Conrad Burger wrote: > Hi > > We needed to upgrade to Jboss 4.0.4RC1. And since the upgrade the VM has been > crashing at random intervals. > > Version info :: Jboss 4.0.4RC1 + jdk-1.5.0p2_3 on FreeBSD 5.4-RELEASE-p9 i386 > > Using gdb I got this :: > > Core was generated by `java'. > Program terminated with signal 6, Aborted. > Reading symbols from /usr/lib/libpthread.so.1...(no debugging symbols found)...d > one. > Loaded symbols for /usr/lib/libpthread.so.1 > Reading symbols from /lib/libc.so.5...(no debugging symbols found)...done. > Loaded symbols for /lib/libc.so.5 > Reading symbols from /usr/local/jdk1.5.0/jre/lib/i386/server/libjvm.so...(no deb > ugging symbols found)...done. > Loaded symbols for /usr/local/jdk1.5.0/jre/lib/i386/server/libjvm.so > Reading symbols from /lib/libm.so.3...(no debugging symbols found)...done. > Loaded symbols for /lib/libm.so.3 > Reading symbols from /usr/local/jdk1.5.0/jre/lib/i386/native_threads/libhpi.so.. > .(no debugging symbols found)...done. > Loaded symbols for /usr/local/jdk1.5.0/jre/lib/i386/native_threads/libhpi.so > Reading symbols from /usr/local/jdk1.5.0/jre/lib/i386/libverify.so...(no debuggi > ng symbols found)...done. > Loaded symbols for /usr/local/jdk1.5.0/jre/lib/i386/libverify.so > Reading symbols from /usr/local/jdk1.5.0/jre/lib/i386/libjava.so...(no debugging > symbols found)...done. > Loaded symbols for /usr/local/jdk1.5.0/jre/lib/i386/libjava.so > Reading symbols from /usr/local/jdk1.5.0/jre/lib/i386/libzip.so...(no debugging > symbols found)...done. > Loaded symbols for /usr/local/jdk1.5.0/jre/lib/i386/libzip.so > Reading symbols from /usr/local/jdk1.5.0/jre/lib/i386/libnet.so...(no debugging > symbols found)...done. > Loaded symbols for /usr/local/jdk1.5.0/jre/lib/i386/libnet.so > Reading symbols from /usr/local/jdk1.5.0/jre/lib/i386/libmanagement.so...(no deb > ugging symbols found)...done. > Loaded symbols for /usr/local/jdk1.5.0/jre/lib/i386/libmanagement.so > Reading symbols from /usr/local/jdk1.5.0/jre/lib/i386/libnio.so...(no debugging > symbols found)...done. > Loaded symbols for /usr/local/jdk1.5.0/jre/lib/i386/libnio.so > Reading symbols from /usr/local/jdk1.5.0/jre/lib/i386/librmi.so...(no debugging > symbols found)...done. > Loaded symbols for /usr/local/jdk1.5.0/jre/lib/i386/librmi.so > Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. > Loaded symbols for /libexec/ld-elf.so.1 > #0 0x4809e31b in pthread_testcancel () from /usr/lib/libpthread.so.1 > Cannot get thread info: generic error > > I have been googling, but cannot find anything definitive. > > Is there anybody our there that could possibly help me or point me in the right > direction? We are using jboss 4.0.4RC1 with jdk-1.5.0p2_6 on both 5.4-STABLE and RELENG_6, without any issues. Try updating to the latest revision of the jdk15 port and if it still crashes, post the hotspot log file. Cheers, Panagiotis