From owner-freebsd-java@FreeBSD.ORG Sat Dec 10 12:58:27 2005 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 D85B716A41F for ; Sat, 10 Dec 2005 12:58:27 +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 D311143D49 for ; Sat, 10 Dec 2005 12:58:25 +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 jBACwMZm093360; Sat, 10 Dec 2005 14:58:22 +0200 (EET) (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 jBACwfwU075142; Sat, 10 Dec 2005 14:58:41 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <439AD0E7.3030009@ebs.gr> Date: Sat, 10 Dec 2005 14:58:15 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Vince References: <439A3FBD.2060502@roq.com> In-Reply-To: <439A3FBD.2060502@roq.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-java@freebsd.org Subject: Re: Java 1.5 crash on Tomcat 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: Sat, 10 Dec 2005 12:58:28 -0000 Michael Vince wrote: > Hi all, > I have been testing a servlet performance on a Tomcat 5.5.9 setup and > when I push the load to a certain level the Tomcat core dumps. > libmap.conf > [/usr/local/jdk1.5.0/] > libpthread.so.2 libthr.so.2 > libpthread.so libthr.so > > Using non libthr setups the Tomcat appears to runs fine, but as far as I > can see in my benchmarks not as good performance. > > The server is a Dell 2850 Dual P4 on EMT64 with AMD64 6.0-STABLE #0: Fri > Dec 9 20:28:06 EST 2005 kernel/build. > > Here is a full dump at my web space, I did this because the log dump is > large. > > http://roq.com/hs_err_pid94896.log > > Does any one know what this is? > > Regards, > Mike It would be helpful if you could get a core dump from a jdk built with debug symbols (the WITH_DEBUG option). Cheers, Panagiotis