From owner-freebsd-java@FreeBSD.ORG Wed Apr 19 13:22:56 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 4299B16A400 for ; Wed, 19 Apr 2006 13:22:56 +0000 (UTC) (envelope-from ivoras@fer.hr) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 923E743D62 for ; Wed, 19 Apr 2006 13:22:55 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [127.0.0.1] (localhost.cc.fer.hr [127.0.0.1]) by lara.cc.fer.hr (8.13.6/8.13.4) with ESMTP id k3JDMItV035802 for ; Wed, 19 Apr 2006 15:22:21 +0200 (CEST) (envelope-from ivoras@fer.hr) Message-ID: <4446398A.3020304@fer.hr> Date: Wed, 19 Apr 2006 15:22:18 +0200 From: Ivan Voras User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050921) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Big problem with little java 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: Wed, 19 Apr 2006 13:22:56 -0000 I have a (production) machine running tomcat 4.1, and have foolishly upgraded java from custom-compiled pre-diablo package (jdk-1.5.0p1_2) to diablo-jdk-freebsd6-1.5.0.06.00. This is on FreeBSD 6.0-R. The pre-diablo version works fine, but this new version crashes around every 12 hours. Since it's a production machine I've reverted to the old version. I have a core dump (java.core) from the diablo-based version but it seems there are no debugging symbols in the binaries (?). If anyone is interested, I could upload it somewhere (it's 40MB gzipped).