Segmentaiton fault with JDK1.2beta4 "B" build on Solaris X86
Steps to reporduce:
1) set up your enviroment variable to point to the appropriate build
setenv JAVA_HOME /usr/local/java/jdk1.2/x86
setenv CLASSPATH $JAVA_HOME/lib/classes.zip:.
setenv PATH $JAVA_HOME/bin:$PATH
java -fullversion
cd $JAVA_HOME/demo/applets/Animator
appletviewer example1.html
Results:
You get "Segmentaion Fault (core dumped)"
eve.medina@eng 1998-05-05
UPDATE: I've tried this with the "D" build, and it appears to work now.
-----------------------------------------------------------------------------
Carlos.Lucasius@Canada (August 4, 1998):
Similar bug reported by Jeremiah Lott (Vision Systems , email
###@###.###) for current public 1.2beta4 ("K" build):
Java 1.2beta4 dumps its core when I envoke it.
The production release of beta3 works fine, as
does 1.1.5 . Solaris 2.6 for x86 with no patches
installed.
A transcript and debugging info follow:
@coltrane$ uname -a
SunOS coltrane 5.6 Generic i86pc i386 i86pc
@coltrane$ cd jdk1.2beta4
@coltrane$ bin/java -version
Segmentation Fault (core dumped)
@coltrane$ adb jre/bin/i386/native_threads/java ./core
core file './core' from program 'java' on platform 'i86pc'
SIGSEGV: Segmentation Fault
$c
strcmp(0x545f687a,0xdffdb7cc) + 150
sysGetProperties() + 493
getSysThreadName(0x8047b04) + 39
JNI_CreateJavaVM() + 74
InitializeJavaVM() + b0
main() + 1a2
$q
Steps to reporduce:
1) set up your enviroment variable to point to the appropriate build
setenv JAVA_HOME /usr/local/java/jdk1.2/x86
setenv CLASSPATH $JAVA_HOME/lib/classes.zip:.
setenv PATH $JAVA_HOME/bin:$PATH
java -fullversion
cd $JAVA_HOME/demo/applets/Animator
appletviewer example1.html
Results:
You get "Segmentaion Fault (core dumped)"
eve.medina@eng 1998-05-05
UPDATE: I've tried this with the "D" build, and it appears to work now.
-----------------------------------------------------------------------------
Carlos.Lucasius@Canada (August 4, 1998):
Similar bug reported by Jeremiah Lott (Vision Systems , email
###@###.###) for current public 1.2beta4 ("K" build):
Java 1.2beta4 dumps its core when I envoke it.
The production release of beta3 works fine, as
does 1.1.5 . Solaris 2.6 for x86 with no patches
installed.
A transcript and debugging info follow:
@coltrane$ uname -a
SunOS coltrane 5.6 Generic i86pc i386 i86pc
@coltrane$ cd jdk1.2beta4
@coltrane$ bin/java -version
Segmentation Fault (core dumped)
@coltrane$ adb jre/bin/i386/native_threads/java ./core
core file './core' from program 'java' on platform 'i86pc'
SIGSEGV: Segmentation Fault
$c
strcmp(0x545f687a,0xdffdb7cc) + 150
sysGetProperties() + 493
getSysThreadName(0x8047b04) + 39
JNI_CreateJavaVM() + 74
InitializeJavaVM() + b0
main() + 1a2
$q
- duplicates
-
JDK-4032715 Solaris Runtime crash on java.lang.Runtime.loadLibrary()
-
- Closed
-