Date: Mon, 27 Oct 2003 12:34:32 +0100 From: "Thorsten Greiner" <thorsten.greiner@web.de> To: java@freebsd.org Subject: Strange behaviour Message-ID: <200310271134.h9RBYWQ22371@mailgate5.cinetic.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310271134.h9RBYWQ22371>