Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 46721 invoked from network); 5 Mar 2007 10:47:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2007 10:47:12 -0000 Received: (qmail 61901 invoked by uid 500); 5 Mar 2007 10:47:21 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 61798 invoked by uid 500); 5 Mar 2007 10:47:20 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 61784 invoked by uid 99); 5 Mar 2007 10:47:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 02:47:20 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2007 02:47:11 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7837871433F for ; Mon, 5 Mar 2007 02:46:51 -0800 (PST) Message-ID: <585395.1173091611490.JavaMail.jira@brutus> Date: Mon, 5 Mar 2007 02:46:51 -0800 (PST) From: "Ilya Berezhniuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-1912) [drlvm][jit][opt] SIGSEGV during stack dump on Linux MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Berezhniuk updated HARMONY-1912: ------------------------------------- Attachment: crash_handler.diff The same patch with one small correction... > [drlvm][jit][opt] SIGSEGV during stack dump on Linux > ---------------------------------------------------- > > Key: HARMONY-1912 > URL: https://issues.apache.org/jira/browse/HARMONY-1912 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: SUSE9 > Reporter: Alexey Varlamov > Assigned To: Alexey Varlamov > Priority: Minor > Attachments: 1912_workarround.patch, crash_handler.diff, crash_handler.diff, crash_handler.diff, log_lnx_ia32_after.txt, log_lnx_ia32_before.txt, log_win_ia32_after.txt, stack_test.zip > > > There is some issue in StackInfo, manifesting itself as a segmentation fault during stack dump. > For example, see HARMONY-1911, HARMONY-1908, HARMONY-1908, HARMONY-1905. > Typical backtrace is as follows: > SIGSEGV in VM code. > Stack trace: > 41: Jitrino::Ia32::StackInfo::readByteSize(unsigned char const*) const (/export/users2/avarlamo/linux.ia32/svn-repo/drlvm/vm/jitrino/src/codegenerator/ia32/Ia32StackInfo.cpp:107) > 42: Jitrino::Ia32::RuntimeInterface::getBcLocationForNative(Jitrino::MethodDesc*, unsigned long long, unsigned short*) (/export/users2/avarlamo/linux.ia32/svn-repo/drlvm/vm/jitrino/src/codegenerator/ia32/Ia32RuntimeInterface.cpp:78) > 43: Jitrino::Jitrino::GetBcLocationForNative(Jitrino::MethodDesc*, unsigned long long, unsigned short*) (/export/users2/avarlamo/linux.ia32/svn-repo/drlvm/vm/jitrino/src/main/Jitrino.cpp:358) > 44: get_bc_location_for_native (/export/users2/avarlamo/linux.ia32/svn-repo/drlvm/vm/jitrino/src/vm/drl/DrlJITInterface.cpp:590) > 45: Dll_JIT::get_bc_location_for_native(Method*, void*, unsigned short*) (/export/users2/avarlamo/linux.ia32/svn-repo/drlvm/vm/vmcore/include/dll_jit_intf.h:240) > 46: get_file_and_line (/export/users2/avarlamo/linux.ia32/svn-repo/drlvm/vm/vmcore/src/stack/stack_trace.cpp:60) > 47: st_get_java_method_info (/export/users2/avarlamo/linux.ia32/svn-repo/drlvm/vm/vmcore/src/stack/stack_dump.cpp:196) > 48: st_print_stack(Registers*) (/export/users2/avarlamo/linux.ia32/svn-repo/drlvm/vm/vmcore/src/stack/stack_dump.cpp:242) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.