Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Oct 1999 06:23:22 -0700
From:      "Rick Moore" <rick@geckobot.com>
To:        <freebsd-java@FreeBSD.ORG>
Subject:   JVM Lockup
Message-ID:  <000c01bf1e22$f20071e0$0564a8c0@rdc1.az.home.com>
References:  <19991023155032.A1350@moe.nycrc.net> <199910232034.OAA09116@mt.sri.com> <19991023175934.A2331@moe.nycrc.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!  I sent this note to "java-port," but haven't heard anything.  Sorry if
this is redundant.  Any advice would be greatly appreciated!

I have a console java app running under JDK 1.8 on FreeBSD 3.3 stable.  I've
tried with and without TYA and it has the same problem.  The app works fine
most of the time, but at seemingly random times it simply stops progressing.
That is, the task is still there soaking up CPU but it appears stuck.  A
truss shows the following output (which repeats itself like a hard loop):

SIGNAL 14
SIGNAL 14
SIGNAL 14
syscall sigsuspend(0x0)
        errno 4 'Interrupted system call'
syscall sigprocmask(0x1,0x0)
        returns -65793 (0xfffefeff)
syscall sigprocmask(0x3,0x0)
        returns -65793 (0xfffefeff)
syscall gettimeofday(0x2940de18,0x0)
        returns 0 (0x0)
syscall setitimer(0x0,0x2940de00,0x0)
        returns 0 (0x0)
syscall sigprocmask(0x1,0x0)
        returns 0 (0x0)
syscall sigprocmask(0x3,0x0)
        returns 0 (0x0)
syscall gettimeofday(0x29695b50,0x0)
        returns 0 (0x0)
syscall sigprocmask(0x1,0x0)
        returns 0 (0x0)
syscall sigprocmask(0x3,0x0)
        returns 0 (0x0)
syscall gettimeofday(0x2940de18,0x0)
        returns 0 (0x0)
syscall setitimer(0x0,0x2940de00,0x0)
        returns 0 (0x0)
syscall sigprocmask(0x1,0x0)
        returns 0 (0x0)
syscall sigprocmask(0x3,0xfffefeff)
        returns 0 (0x0)
syscall sigreturn(0x2942edbc)
        errno 4 'Interrupted system call'
syscall sigprocmask(0x1,0x0)
        returns 0 (0x0)

Is there anything I can do to help debug this?

Regards,
Rick



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000c01bf1e22$f20071e0$0564a8c0>