From owner-freebsd-java@FreeBSD.ORG Sat Jan 30 23:26:37 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 637CF1065693 for ; Sat, 30 Jan 2010 23:26:37 +0000 (UTC) (envelope-from openjdk@getsnappy.com) Received: from mailA.getsnappy.com (mailA.getsnappy.com [72.29.186.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4FA878FC08 for ; Sat, 30 Jan 2010 23:26:37 +0000 (UTC) Received: from [192.168.1.8] (66-214-200-166.dhcp.snlo.ca.charter.com [66.214.200.166]) by mailA.getsnappy.com (8.14.3/8.14.3) with ESMTP id o0UNQaHv004513; Sat, 30 Jan 2010 15:26:36 -0800 (PST) (envelope-from openjdk@getsnappy.com) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Brian Gardner In-Reply-To: <4B612E5E.1010004@gmail.com> Date: Sat, 30 Jan 2010 15:26:30 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <572E9B12-1D19-4D98-9812-77D42BE0E742@getsnappy.com> References: <4B612E5E.1010004@gmail.com> To: Peter Palmreuther X-Mailer: Apple Mail (2.1077) Cc: freebsd-java@freebsd.org Subject: Re: openjdk6 "killed by Sonatype Nexus" 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, 30 Jan 2010 23:26:37 -0000 Try compiling with fastdebug (make config), which will create a = fastdebug build in /usr/local/openjdk-fastdebug along with the optimized = build. See if this gets more precise information, although I think = there may be a bug in the reporting mechanism for generating the stack = traces. Brian On Jan 27, 2010, at 10:27 PM, Peter Palmreuther wrote: > Hello, >=20 > I'm running Tomcat 6 from ports using openjdk6-b17_2 as JRE. > I've got a Sonatype Nexus Installation running within this Tomcat. >=20 > When I try to refresh the repository indicies within Nexus I get >=20 > pid 72476 (java), uid 80: exited on signal 4 (core dumped) >=20 > in my messages.log and the tomcat process died. >=20 > Any idea how to track that down to the culprit? I can't imagine Nexus > sending a "SIGILL", but sadly I don't get any Java stacktrace either. = No > 'hs_*.log' file I'm aware of, only a core dump when tomcat was started > manually. Opening the core dump with 'gdb' and trying a 'bt' I get >=20 > Core was generated by `java'. > Program terminated with signal 4, Illegal instruction. > #0 0x0000000802163d8f in ?? () > (gdb) bt > #0 0x0000000802163d8f in ?? () > Cannot access memory at address 0x1 >=20 > Any help??? >=20 > Thanks in advance, > and best regards, >=20 > Peter > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to = "freebsd-java-unsubscribe@freebsd.org" >=20