Subject: JRE (linux) always dumps core on amd64
To: None <current-users@netbsd.org>
From: Scott Ellis <scotte@warped.com>
List: current-users
Date: 05/10/2007 19:42:19
Well, I'm a bit stumped here.  Running a -current as of May 9, 2007, I 
am unable to get either JRE 1.5.0_10|11 or 1.6.0_01, linux32 or linux 
(amd64) to work.
I'm tryng to execute the jar found at 
http://edmondcho.com/products/tivoslim.php , and always get:

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0xf6ac0040, pid=1005, tid=16384
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 interpreted mode, 
sharing)
# Problematic frame:
#
[error occurred during error reporting, step 60, id 0xb]

# An error report file with more information is saved as hs_err_pid1005.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#
zsh: abort (core dumped)  /emul/linux32/usr/jre1.5.0_10/bin/java -Xrs 
-Xint -cp ...

(That's from 1.5.0_10 x86, but it's nearly identical on the other JVMs.)

I put ktraces at http://intrepid.warped.com/~scotte/visible/ .

Procfs is mounted:
intrepid{...nt-0.2.2a}% mount
/dev/raid1a on / type ffs (soft dependencies, local)
tmpfs on /tmp type tmpfs (local)
/dev/raid1e on /var type ffs (soft dependencies, local)
/dev/raid1f on /data type ffs (soft dependencies, local)
/dev/raid1g on /nbu type ffs (soft dependencies, local)
/dev/raid1h on /nbu/data type ffs (soft dependencies, local)
ptyfs on /dev/pts type ptyfs (hidden, local)
procfs on /emul/linux32/proc type procfs (hidden, local)

(/emul/linux/proc is symlinked to the linux32/proc for the moment)

Linux binaries and libs are from the suse100 package.

Any ideas?

	ScottE