Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4435333

Linux: crash when building merlin JDK with 1.3.1 to bootstrap

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.3.1
    • 1.3.1
    • hotspot
    • None
    • rc2
    • generic
    • linux

        While chasing 4432433, I ran into this crash when using ladybird to bootstrap:

        #10 0x40444c60 in __restore_rt () at ../sysdeps/unix/sysv/linux/i386/sigaction.c:127
        #11 0x401e526d in os::handle_unexpected_exception () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #12 0x401e8e12 in JVM_handle_linux_signal () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #13 0x401e7b94 in signalHandler () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #14 0x40444c60 in __restore_rt () at ../sysdeps/unix/sysv/linux/i386/sigaction.c:127
        #15 0x4026bf83 in ValueGen::invoke_do_result () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #16 0x4026c229 in ValueGen::do_Invoke () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #17 0x4029d0bb in Invoke::visit () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #18 0x4026195c in ValueGen::do_root () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #19 0x40261828 in CodeGenerator::block_do () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #20 0x4025451b in BlockCollection::iterate_forward () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #21 0x40291d70 in Compilation::emit_code_body () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #22 0x40291fa5 in Compilation::compile_java_method () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #23 0x4029246e in Compilation::compile_method () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #24 0x40292567 in Compilation::Compilation () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #25 0x40253c6b in Compiler::compile_method () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #26 0x4023e3c2 in CompileBroker::invoke_compiler_on_method () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #27 0x4023deb8 in CompileBroker::compiler_thread_loop () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #28 0x4021b2aa in compiler_thread_entry () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #29 0x40217f9f in JavaThread::thread_main_inner () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #30 0x40217f4b in JavaThread::run () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #31 0x401e5f43 in _start () from /home/huanghui/jdk1.3.1/jre/lib/i386/client/libjvm.so
        #32 0x40021b85 in pthread_start_thread (arg=0xbebffe40) at manager.c:241(gdb)

        to reproduce:
        1. set ALT_BOOTDIR to /usr/local/java/jdk1.3.1/linux-i386
        2. in <merlin_sdk>/make, run "make all docs".

        It is reliably reproducible on my dual PIII-866 with Redhat 6.2 SMP kernel
        just a few minutes into make. And when it crashes, it seems to crash while
        executing java -cp ../../../tools/javac/jstyle.jar jstyle.JSFormatter -fs -ll80.

        I did not see crashes when using 1.3 or 1.4 in ALT_BOOTDIR nor building on
        Solaris with 1.3.1.

        Another run shows slightly different stack trace (but essentially the same):

        #13 0x402f28d5 in signalHandler (sig=11, info=0xbfe0fe90, uc=0xbfe0ff10)
            at /home/huanghui/ladybird_baseline/build/linux/../../src/os/linux/vm/os_linux.cpp:1840
        #14 0x4137dc60 in __restore_rt ()
        ---Type <return> to continue, or q <return> to quit---
          at ../sysdeps/unix/sysv/linux/i386/sigaction.c:127
        #15 0x404101d5 in Runtime1::entry_for (id=resolve_invoke_id)
            at /home/huanghui/ladybird_baseline/build/linux/../../src/share/vm/c1/c1_Runtime1.hpp:180
        #16 0x403d4fb6 in CodeEmitter::call_op (this=0xbebffa04, code=_invokevirtual, sig_types=0x0, size_of_arguments=2, info=0xbebff774, optimized=1, needs_null_check=1,receiver=0x0)
            at /home/huanghui/ladybird_baseline/build/linux/../../src/cpu/i486/vm/c1_CodeEmitter_i486.cpp:1995
        #17 0x403c69e7 in ValueGen::invoke_do_result (this=0xbebff924, x=0x80d2750,needs_null_check=1, receiver=0x0)
            at /home/huanghui/ladybird_baseline/build/linux/../../src/cpu/i486/vm/c1_CodeGenerator_i486.cpp:1348
        #18 0x403c6d9b in ValueGen::do_Invoke (this=0xbebff924, x=0x80d2750)
            at /home/huanghui/ladybird_baseline/build/linux/../../src/cpu/i486/vm/c1_CodeGenerator_i486.cpp:1410
        #19 0x40447bc4 in Invoke::visit (this=0x80d2750, v=0xbebff924)
            at /home/huanghui/ladybird_baseline/build/linux/../../src/share/vm/c1/c1_Instruction.hpp:947
        #20 0x403bae30 in ValueGen::do_root (this=0xbebff924, instr=0x80d2750)
            at /home/huanghui/ladybird_baseline/build/linux/../../src/share/vm/c1/c1_CodeGenerator.cpp:177
        #21 0x403ba867 in CodeGenerator::block_do (this=0xbebff914, block=0x80b0b64)
            at /home/huanghui/ladybird_baseline/build/linux/../../src/share/vm/c1/c1_CodeGenerator.cpp:95
        #22 0x403a9927 in BlockCollection::iterate_forward (this=0x80ff83c,closure=0xbebff914)
            at /home/huanghui/ladybird_baseline/build/linux/../../src/share/vm/c1/c1_Instruction.cpp:345
        #23 0x403fd578 in Compilation::emit_code_body (this=0xbebffb30,
            offsets=0xbebffad0, cached_locals=0x0)
            at /home/huanghui/ladybird_baseline/build/linux/../../src/share/vm/c1/c1_Compilation.cpp:261
        ... ... ...


        hui.huang@Eng 2001-04-06


        mohammad.gharahgouzloo@Eng 2001-04-08

              acorn Karen Kinnear (Inactive)
              hhuangsunw Hui Huang (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: