-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2, 1.4.2_02, 1.4.2_03, 1.4.2_04, 1.4.2_05
-
06
-
generic, sparc
-
generic, solaris_8, solaris_9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2117941 | 5.0 | Vladimir Kozlov | P2 | Resolved | Fixed | b56 |
BEA is seeing the following crash in J2SE 1.4.2_04 using -server
only on Solaris 9.
(dbx) where
current thread: t@10
=>[1] _libc_read(0x0, 0xff3435e4, 0x400, 0xff392528, 0xff340430,
0x0), at 0xff31e5c8
[2] __filbuf(0xff34027c, 0xff3439e4, 0xff33c000, 0x0, 0x400,
0x0), at 0xff30ea9c
[3] fgets(0xff343a4c, 0xff33fc40, 0xff34027c, 0xff33c000,
0xff3439e4, 0x3ff), at 0xff3112e4
[4] os::message_box(0xe13803d8, 0xfe5c3484, 0xb, 0xfe1cd0f4,
0x3191, 0x0), at 0xfe499f30
[5] os::handle_unexpected_exception(0xea9e8, 0xb, 0xfe1cd0f4,
0xe1380918, 0xb, 0x0), at 0xfe496688
[6] JVM_handle_solaris_signal(0xfe1cd0f4, 0xe1380918,
0xe1380660, 0x3400, 0x35ec, 0x0), at 0xfe1d90ac
[7] __sighndlr(0xb, 0xe1380918, 0xe1380660, 0xfe1d875c,
0xe1381e14, 0xe1381e04), at 0xff37b840
[8] sigacthandler(0xb, 0xe1381d70, 0x0, 0x0, 0x0, 0xff38e000),
at 0xff3784e0
---- called from signal handler with signal 11 (SIGSEGV) ------
[9] PhaseCFG::ScheduleLate(0x1, 0x0, 0xe1380d28, 0x1d48b70,
0x1169058, 0x1ce7b34), at 0xfe1cd0f4
[10] PhaseCFG::GlobalCodeMotion(0xe1380ac8, 0x1d48b70, 0x3400,
0xe1380ec0, 0x366c, 0x0), at 0xfe1ce01c
[11] Compile::Code_Gen(0xe1381270, 0xfe5335c4, 0xe1381184,
0xfe570000, 0x0, 0x0), at 0xfe1d2bc0
[12] Compile::Compile(0xfe5333f9, 0xb237bc, 0x210d5a4, 0x60d9a8,
0xffffffff, 0x1), at 0xfe2008e8
[13] C2Compiler::compile_method(0x2bb78, 0xe1381a8c, 0x0,
0x244b290, 0xffffffff, 0x0), at 0xfe1fd08c
[14] CompileBroker::invoke_compiler_on_method(0xada, 0x0,
0xffffffff, 0xfe5aee50, 0xfe5bbbe4, 0xea9e8),
at 0xfe1fc850
[15] CompileBroker::compiler_thread_loop(0xfe533c01, 0xfe5af218,
0xea9e8, 0xeaf98, 0x306d10, 0xfe269254
), at 0xfe2ac1f8
[16] JavaThread::run(0xea9e8, 0xb, 0x40, 0x0, 0xa, 0xff38e000),
at 0xfe26927c
[17] _start(0xea9e8, 0xff38f688, 0x1, 0x1, 0xff38e000, 0x0), at
0xfe26575c
---------------------------------------------------------------------------------------------------------
-
Unexpected Signal : 11 occurred at PC=0xFE1CD0F4
Function=[Unknown. Nearest: JVM_FillInStackTrace+0x4CE8]
Library=/export/home/posys/81sp3L6/jdk142_04/jre/lib/sparc/server/libjvm.so
- backported by
-
JDK-2117941 1.4.2_04 Server VM - C2 crash in PhaseCFG::ScheduleLate on Solaris
- Resolved
- relates to
-
JDK-4799414 1.4.1 C2 crashes in PhaseCFG::DFS
- Closed