Date: Sat, 30 Jan 2010 15:26:30 -0800 From: Brian Gardner <openjdk@getsnappy.com> To: Peter Palmreuther <pitpalme+unix@gmail.com> Cc: freebsd-java@freebsd.org Subject: Re: openjdk6 "killed by Sonatype Nexus" Message-ID: <572E9B12-1D19-4D98-9812-77D42BE0E742@getsnappy.com> In-Reply-To: <4B612E5E.1010004@gmail.com> References: <4B612E5E.1010004@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?572E9B12-1D19-4D98-9812-77D42BE0E742>