From owner-freebsd-java Fri Jul 2 8:34:51 1999 Delivered-To: freebsd-java@freebsd.org Received: from nog.epoch.ncsc.mil (nog.epoch.ncsc.mil [144.51.25.64]) by hub.freebsd.org (Postfix) with ESMTP id 2189214DD8 for ; Fri, 2 Jul 1999 08:34:46 -0700 (PDT) (envelope-from mjo@tycho.ncsc.mil) Received: from tycho.ncsc.mil (localhost [127.0.0.1]) by nog.epoch.ncsc.mil (8.9.3/8.9.3) with ESMTP id LAA00408 for ; Sun, 4 Jul 1999 11:35:01 -0400 (EDT) (envelope-from mjo@tycho.ncsc.mil) Message-ID: <377F7F25.21B5D879@tycho.ncsc.mil> Date: Sun, 04 Jul 1999 11:35:01 -0400 From: Michael Oehler X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: SIGSEG -- JDK 1.1.8 & 1.1.7 for FreeBSD Content-Type: multipart/alternative; boundary="------------FC30FF6D755E93EA8973E4D0" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --------------FC30FF6D755E93EA8973E4D0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am running FreeBSD 3.2-RELEASE #2. Whenever I use any of the JDK executables javac or javadoc, I get an OS exception. Has anyone encourntered this before? Is it an ELF issue? Missing a shared lib? Does the JDK execute/been tested with FreeBSD 3.2? 1. I'm using: jdk1.1.8_ELF.V99-6-3.tar.gz 2. The JDK scripts work fine (/usr/local/jdk1.1.8/javac), the correct environment variables get exported, and /usr/local/jdk1.1.8/bin/i386/green_threads/java gets executed with the right arguments. 3. I also tried the ld-elf.so.1 as posted on the FreeBSD web page. 4. ldd is able to find all libraries... I'm out of ideas. An example and output is shown below: % javac anySource.java SIGSEGV 11* segmentation violation Full thread dump: NULL (TID:0x282fc0b0, sys_thread_t:0x8088700, state:R) prio=5 *current thread* Monitor Cache Dump: Registered Monitor Dump: Thread queue lock: Name and type hash table lock: String intern lock: JNI pinning lock: JNI global reference lock: BinClass lock: Class loading lock: Java stack lock: Code rewrite lock: Heap lock: Has finalization queue lock: Finalize me queue lock: Monitor IO lock: Child death monitor: Event monitor: I/O monitor: Alarm monitor: Memory allocation lock: Monitor registry: owner NULL (0x8088700, 1 entry) Thread Alarm Q: Abort trap - core dumped -- http://pgp5.ai.mit.edu:11371/pks/lookup?op=index&search=mjo@tycho.ncsc.mil --------------FC30FF6D755E93EA8973E4D0 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit I am running   FreeBSD 3.2-RELEASE #2.
Whenever I use any of the JDK executables javac or javadoc,
                          I get an OS exception.

Has anyone encourntered this before?
Is it an ELF issue?
Missing a shared lib?
Does the JDK execute/been tested with FreeBSD 3.2?

1. I'm using: jdk1.1.8_ELF.V99-6-3.tar.gz
2. The JDK scripts work fine (/usr/local/jdk1.1.8/javac), the correct environment
variables get exported, and /usr/local/jdk1.1.8/bin/i386/green_threads/java
gets executed with the right arguments.
3. I also tried the ld-elf.so.1 as posted on the FreeBSD web page.
4. ldd is able to find all libraries...

I'm out of ideas.

An example and output is shown below:
% javac anySource.java
SIGSEGV   11*  segmentation violation

Full thread dump:
    NULL (TID:0x282fc0b0, sys_thread_t:0x8088700, state:R) prio=5 *current thread*
Monitor Cache Dump:
Registered Monitor Dump:
    Thread queue lock: <unowned>
    Name and type hash table lock: <unowned>
    String intern lock: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>
    Finalize me queue lock: <unowned>
    Monitor IO lock: <unowned>
    Child death monitor: <unowned>
    Event monitor: <unowned>
    I/O monitor: <unowned>
    Alarm monitor: <unowned>
    Memory allocation lock: <unowned>
    Monitor registry: owner NULL (0x8088700, 1 entry)
Thread Alarm Q:
Abort trap - core dumped
 

-- 
http://pgp5.ai.mit.edu:11371/pks/lookup?op=index&search=mjo@tycho.ncsc.mil
  --------------FC30FF6D755E93EA8973E4D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message