From owner-freebsd-java@FreeBSD.ORG Mon Oct 27 08:09:08 2003 Return-Path: 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 5AF3516A4B3 for ; Mon, 27 Oct 2003 08:09:08 -0800 (PST) Received: from phantom.cris.net (phantom.cris.net [212.110.130.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9519143F3F for ; Mon, 27 Oct 2003 08:09:01 -0800 (PST) (envelope-from ml@FreeBSD.org.ua) Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.6) id h9RGI8La018452; Mon, 27 Oct 2003 18:18:08 +0200 (EET) (envelope-from ml) Date: Mon, 27 Oct 2003 18:18:07 +0200 From: Alexey Zelkin To: Thorsten Greiner Message-ID: <20031027181807.A18410@phantom.cris.net> References: <200310271134.h9RBYWQ22371@mailgate5.cinetic.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200310271134.h9RBYWQ22371@mailgate5.cinetic.de>; from thorsten.greiner@web.de on Mon, Oct 27, 2003 at 12:34:32PM +0100 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: java@freebsd.org Subject: Re: Strange behaviour X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2003 16:09:08 -0000 hi, 1. Which java application causes this behaviour ? 2. Can you please try to ktrace of this process. And provide me snip from its log ? On Mon, Oct 27, 2003 at 12:34:32PM +0100, Thorsten Greiner wrote: > Hi list, > > I am seeing a lockup with native JDK 1.4.1 on a recent -CURRENT > (built yesterday). The java process spins with 100% cpu usage and > does not respond to any signal. > > A truss on the java process shows strange error numbers being > returned form sigreturn: > > ... > gettimeofday(0x2809ac78,0x0) = 0 (0x0) > sigprocmask(0x3,0x2809ac9c,0x0) = 0 (0x0) > poll(0x805f000,0x2,0x0) = 0 (0x0) > sigreturn(0xbf71e720) ERR#747053648 'Unknown error: 747053648' > SIGNAL 27 > SIGNAL 27 > gettimeofday(0x2809ac78,0x0) = 0 (0x0) > sigprocmask(0x3,0x2809ac9c,0x0) = 0 (0x0) > poll(0x805f000,0x2,0x0) = 0 (0x0) > gettimeofday(0xbfa2af00,0x0) = 0 (0x0) > poll(0x810c400,0x0,0x0) = 0 (0x0) > sigreturn(0xbf71e720) ERR#747053648 'Unknown error: 747053648' > ... > > The JDK was built on Oct 11 with a (than recent) world. Yesterday I > run a buildworld/buildkernel with a fresh cvsup. > > java -version shows: > > java version "1.4.1-p4" Java(TM) 2 Runtime Environment, Standard Edition (build > 1.4.1-p4-toor_11_oct_2003_17_36) > Java HotSpot(TM) Client VM (build 1.4.1-p4-toor_11_oct_2003_17_36, mixed mode) > > Any idea what is wrong here? > > Regards > -Thorsten > > ______________________________________________________________________________ > 38xTestsieger - WEB.DE FreeMail - Deutschlands beste E-Mail! Jetzt das > neue FreeMail-Handbuch http://f.web.de/extern/handbuch.htm/?mc=021131 > > _______________________________________________ > 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"