Name: lb4072 Date: 04/24/97
I've installed JWS 2.0 prebeta on a
sparcstation 20 running Solaris 2.5
When I try to start JWS up, I get a core dump:
oliva@sunsite% /n/case/Java-WorkShop2.0/JWS/sparc-S2/bin/jws
Segmentation Fault (core dumped)
Here's a stack trace I obtained by restarting
JWS, waiting for the java interpreter to be
started and attaching to the running process:
Program received signal SIGSEGV, Segmentation fault.
0xb6a10 in ?? ()
(gdb) where
#0 0xb6a10 in ?? ()
#1 0xdf26b824 in ?? ()
from /n/case/Java-WorkShop2.0/JDK/lib/sparc/green_threads/libsunwjit.so
#2 0xdf7592e8 in notJavaInvocation ()
#3 0xdf7247e0 in do_execute_java_method_vararg ()
#4 0xdf724158 in execute_java_constructor ()
#5 0xdf742c7c in makeJavaString ()
#6 0xdf744814 in InitializeMainThread ()
#7 0xdf74cc24 in sysInitializeJavaVM ()
#8 0xdf739da0 in JNI_CreateJavaVM ()
#9 0xdf74bf60 in java_main ()
The problem is reproducible, and it occurs
always exactly at the same point.
The program will continue after this first
error, and will fail again with another
segmentation fault:
(gdb) c
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0xdf24e880 in ?? ()
from /n/case/Java-WorkShop2.0/JDK/lib/sparc/green_threads/libsunwjit.so
(gdb) where
#0 0xdf24e880 in ?? ()
from /n/case/Java-WorkShop2.0/JDK/lib/sparc/green_threads/libsunwjit.so
#1 0xdf24e7ec in ?? ()
from /n/case/Java-WorkShop2.0/JDK/lib/sparc/green_threads/libsunwjit.so
#2 0xdf718df4 in fillInStackTrace ()
#3 0xdf715f8c in SignalError ()
#4 0xdf24e66c in ?? ()
from /n/case/Java-WorkShop2.0/JDK/lib/sparc/green_threads/libsunwjit.so
#5 0xdf75023c in signalHandlerPanic ()
#6 <signal handler called>
#7 0xb6a10 in ?? ()
#8 0xdf7592e8 in notJavaInvocation ()
#9 0xdf7247e0 in do_execute_java_method_vararg ()
#10 0xdf724158 in execute_java_constructor ()
#11 0xdf742c7c in makeJavaString ()
#12 0xdf744814 in InitializeMainThread ()
#13 0xdf74cc24 in sysInitializeJavaVM ()
#14 0xdf739da0 in JNI_CreateJavaVM ()
#15 0xdf74bf60 in java_main ()
*** NOTE:
If setenv JAVA_HOME NONE , then JWS works as expected.
======================================================================