Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 70487 invoked from network); 2 Aug 2006 20:41:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Aug 2006 20:41:56 -0000 Received: (qmail 87772 invoked by uid 500); 2 Aug 2006 20:41:56 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 87751 invoked by uid 500); 2 Aug 2006 20:41:56 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 87740 invoked by uid 99); 2 Aug 2006 20:41:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 13:41:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Aug 2006 13:41:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 57D5541000D for ; Wed, 2 Aug 2006 20:39:15 +0000 (GMT) Message-ID: <10728728.1154551155357.JavaMail.jira@brutus> Date: Wed, 2 Aug 2006 13:39:15 -0700 (PDT) From: "Geir Magnusson Jr (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Resolved: (HARMONY-853) [build/archive] DRLVM+classlib segfaults in hyzlib In-Reply-To: <9223648.1152711749772.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-853?page=all ] Geir Magnusson Jr resolved HARMONY-853. --------------------------------------- Resolution: Fixed committed. Don't know how to test. Committed in r428139 > [build/archive] DRLVM+classlib segfaults in hyzlib > -------------------------------------------------- > > Key: HARMONY-853 > URL: http://issues.apache.org/jira/browse/HARMONY-853 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: Linux/i686, SLES 9 (Suse Linux Enterprise Server), libc 2.3.3, gcc 3.3.3, libz 1.2.1 > Reporter: Salikh Zakirov > Assigned To: Geir Magnusson Jr > Attachments: 0001-added-overridable-LDFLAGS-in-rules.mk-use-Bsymbolic-for-hyzlib.patch > > > I do not know for sure what is the cause of the segfaults. > The stack trace of the segfault is below, though I doubt it means too much > #0 0x54e68cf7 in inflate () > from .../jre/bin/libhyzlib.so > #1 0x55b679a9 in inflateData () > from .../jre/bin/libhyarchive.so > #2 0x55b6989b in zip_getZipEntryData () > from .../jre/bin/libhyarchive.so > #3 0x55b6500c in Java_java_util_zip_ZipFile_inflateEntryImpl2 () > from .../jre/bin/libhyarchive.so > #4 0x40b30d4e in invokeJNI () > The problem has a known workaround: to compile hyzlib with -Bsymbolic linker flag > in order to perform internal linking in hyzlib at link time rather than at runtime. > I've heard informal reports from Gregory that the problem is not reproducible on Gentoo (with latest versions of all libraries) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira