Date: Sun, 04 Jul 1999 11:35:01 -0400 From: Michael Oehler <mjo@tycho.ncsc.mil> To: freebsd-java@freebsd.org Subject: SIGSEG -- JDK 1.1.8 & 1.1.7 for FreeBSD Message-ID: <377F7F25.21B5D879@tycho.ncsc.mil>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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
[-- Attachment #2 --]
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I am running FreeBSD 3.2-RELEASE #2.
<br>Whenever I use any of the JDK executables javac or javadoc,
<br>
I get an OS exception.
<p>Has anyone encourntered this before?
<br>Is it an ELF issue?
<br>Missing a shared lib?
<br>Does the JDK execute/been tested with FreeBSD 3.2?
<p>1. I'm using: jdk1.1.8_ELF.V99-6-3.tar.gz
<br>2. The JDK scripts work fine (/usr/local/jdk1.1.8/javac), the correct
environment
<br>variables get exported, and /usr/local/jdk1.1.8/bin/i386/green_threads/java
<br>gets executed with the right arguments.
<br>3. I also tried the ld-elf.so.1 as posted on the FreeBSD web page.
<br>4. ldd is able to find all libraries...
<p>I'm out of ideas.
<p>An example and output is shown below:
<br>% javac anySource.java
<br>SIGSEGV 11* segmentation violation
<p>Full thread dump:
<br> NULL (TID:0x282fc0b0, sys_thread_t:0x8088700, state:R)
prio=5 *current thread*
<br>Monitor Cache Dump:
<br>Registered Monitor Dump:
<br> Thread queue lock: <unowned>
<br> Name and type hash table lock: <unowned>
<br> String intern lock: <unowned>
<br> JNI pinning lock: <unowned>
<br> JNI global reference lock: <unowned>
<br> BinClass lock: <unowned>
<br> Class loading lock: <unowned>
<br> Java stack lock: <unowned>
<br> Code rewrite lock: <unowned>
<br> Heap lock: <unowned>
<br> Has finalization queue lock: <unowned>
<br> Finalize me queue lock: <unowned>
<br> Monitor IO lock: <unowned>
<br> Child death monitor: <unowned>
<br> Event monitor: <unowned>
<br> I/O monitor: <unowned>
<br> Alarm monitor: <unowned>
<br> Memory allocation lock: <unowned>
<br> Monitor registry: owner NULL (0x8088700, 1 entry)
<br>Thread Alarm Q:
<br>Abort trap - core dumped
<br>
<pre>--
<A HREF="http://pgp5.ai.mit.edu:11371/pks/lookup?op=index&search=mjo@tycho.ncsc.mil">http://pgp5.ai.mit.edu:11371/pks/lookup?op=index&search=mjo@tycho.ncsc.mil</A></pre>
</html>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?377F7F25.21B5D879>
