-
Bug
-
Resolution: Fixed
-
P2
-
1.3.1_13
-
b01
-
sparc
-
solaris_8
The following source code crashes at 1.3.1_13
public class NoneTest extends Thread {
void foo(String x) {
try {
x.toString();
} catch (Exception ee) { }
}
public void run() {
for (;;) {
for (int i = 1; i < 10000; i++) {
foo((i % 100 == 0)? "" : null);
}
}
}
public static void main(String[] args) throws InterruptedException {
Thread t = new NoneTest();
t.start();
Thread.sleep(20000); // 20 sec
System.out.println("bye");
// t.interrupt();
Thread.sleep(2000); // 2 sec
System.exit(0);
}
}
Another exception has been detected while we were handling last error.
Unexpected Signal : 11 occurred at PC=0xFED2C8CC
Function name=JVM_GetCPFieldSignatureUTF
Library=/net/nemo.singapore/export/home/fschoong/bin/j2sdk1_3_1_13/jre/lib/sparc/server/libjvm.so
Current Java thread:
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0xfed2c8cc
SIGNAL = 11
FUNCTION NAME = JVM_GetCPFieldSignatureUTF
LIBRARY NAME = /net/nemo.singapore/export/home/fschoong/bin/j2sdk1_3_1_13/jre/lib/sparc/server/libjvm.so
Please check ERROR REPORT FILE for further information, if there is any.
Good bye.
Abort (core dumped)
###@###.### 2004-11-16 06:22:53 GMT
public class NoneTest extends Thread {
void foo(String x) {
try {
x.toString();
} catch (Exception ee) { }
}
public void run() {
for (;;) {
for (int i = 1; i < 10000; i++) {
foo((i % 100 == 0)? "" : null);
}
}
}
public static void main(String[] args) throws InterruptedException {
Thread t = new NoneTest();
t.start();
Thread.sleep(20000); // 20 sec
System.out.println("bye");
// t.interrupt();
Thread.sleep(2000); // 2 sec
System.exit(0);
}
}
Another exception has been detected while we were handling last error.
Unexpected Signal : 11 occurred at PC=0xFED2C8CC
Function name=JVM_GetCPFieldSignatureUTF
Library=/net/nemo.singapore/export/home/fschoong/bin/j2sdk1_3_1_13/jre/lib/sparc/server/libjvm.so
Current Java thread:
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0xfed2c8cc
SIGNAL = 11
FUNCTION NAME = JVM_GetCPFieldSignatureUTF
LIBRARY NAME = /net/nemo.singapore/export/home/fschoong/bin/j2sdk1_3_1_13/jre/lib/sparc/server/libjvm.so
Please check ERROR REPORT FILE for further information, if there is any.
Good bye.
Abort (core dumped)
###@###.### 2004-11-16 06:22:53 GMT
- relates to
-
JDK-6340858 1.3.1_17 Nigtly build failed
-
- Resolved
-
-
JDK-5035395 assert in DWhet test with -server -Xcomp on sparc
-
- Resolved
-
-
JDK-5064230 jit/common/misctests/whet crashed
-
- Resolved
-
-
JDK-6599650 regression: java_g failed on assert(i < _max, "oob")
-
- Resolved
-
-
JDK-5040973 SIGSEGV in Type*Type::meet(const Type*)const+0x0
-
- Resolved
-
-
JDK-5030922 BugFixes from Azul Systems
-
- Resolved
-
-
JDK-4481501 CTW assertion at os.cpp, 727
-
- Closed
-
(2 relates to)