From owner-freebsd-hackers Sat Oct 5 21:07:48 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA07781 for hackers-outgoing; Sat, 5 Oct 1996 21:07:48 -0700 (PDT) Received: from covina.lightside.com (covina.lightside.com [207.67.176.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA07761 for ; Sat, 5 Oct 1996 21:07:41 -0700 (PDT) Received: from localhost (jehamby@localhost) by covina.lightside.com (8.8.0/8.7.3) with SMTP id VAA26693 for ; Sat, 5 Oct 1996 21:07:06 -0700 (PDT) Date: Sat, 5 Oct 1996 21:07:05 -0700 (PDT) From: Jake Hamby To: hackers@freebsd.org Subject: JDK 1.0.2 SIGSEGV?! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Has anyone tried the FreeBSD JDK 1.0.2 that was recently posted? For some reason, it always crashes with a SIGSEGV, and prints: SIGSEGV 11* segmentation violation sig 11, code 12 or 0xc, sc 0xefbfd710, addr 0x1c Full thread dump: ... and then it hangs here ... GDB is useless because the binary is stripped. ktrace is useless because no system calls are being accessed (other than break to grab more memory). Has anything in -current changed since the JDK was built (I'm running today's -current) that could cause this problem? Has anyone successfully run the JDK? I know this package is unsupported by the author, that's why I'm posting here. Help! -- Jake