Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 65425 invoked from network); 5 Oct 2006 08:09:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2006 08:09:09 -0000 Received: (qmail 80408 invoked by uid 500); 5 Oct 2006 08:09:09 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 80386 invoked by uid 500); 5 Oct 2006 08:09:09 -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 80375 invoked by uid 99); 5 Oct 2006 08:09:09 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Oct 2006 01:09:09 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:56004] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 92/01-20288-3ADB4254 for ; Thu, 05 Oct 2006 01:09:08 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D075C7142D6 for ; Thu, 5 Oct 2006 01:08:20 -0700 (PDT) Message-ID: <17291416.1160035700851.JavaMail.root@brutus> Date: Thu, 5 Oct 2006 01:08:20 -0700 (PDT) From: "Naveen Neelakantam (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-1707) find_stack_* signals_em64t.cpp patch In-Reply-To: <13562031.1160034920780.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-1707?page=comments#action_12440060 ] Naveen Neelakantam commented on HARMONY-1707: --------------------------------------------- FYI, pthread_attr_getstack returns the lowest addressable byte as the stack_addr. However (as far as I can tell) find_stack_addr is expected to return the highest addressable byte. This patch makes find_stack_addr return the expected value. > find_stack_* signals_em64t.cpp patch > ------------------------------------ > > Key: HARMONY-1707 > URL: http://issues.apache.org/jira/browse/HARMONY-1707 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Naveen Neelakantam > Attachments: find_stack_info.patch > > > My pthread_attr_getstackaddr (HARMONY-990) patch was applied to signals_em64t.cpp. However, my patch is not quite right. Gregory Shimansky's patch (HARMONY-977) contains the correct modifications. > Therefore, I've attached a patch that makes the em64t find_stack_size() and find_stack_addr() methods the same as their ia32 equivalents (which use Gregory's patch). > Sorry, I should have noted this before. -- 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