Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2003 18:18:07 +0200
From:      Alexey Zelkin <phantom@freebsd.org>
To:        Thorsten Greiner <thorsten.greiner@web.de>
Cc:        java@freebsd.org
Subject:   Re: Strange behaviour
Message-ID:  <20031027181807.A18410@phantom.cris.net>
In-Reply-To: <200310271134.h9RBYWQ22371@mailgate5.cinetic.de>; from thorsten.greiner@web.de on Mon, Oct 27, 2003 at 12:34:32PM %2B0100
References:  <200310271134.h9RBYWQ22371@mailgate5.cinetic.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031027181807.A18410>