Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 96271 invoked from network); 27 Nov 2006 22:34:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2006 22:34:45 -0000 Received: (qmail 36258 invoked by uid 500); 27 Nov 2006 22:34:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 36234 invoked by uid 500); 27 Nov 2006 22:34:54 -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 36225 invoked by uid 99); 27 Nov 2006 22:34:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 14:34:54 -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, 27 Nov 2006 14:34:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 668EE7142F8 for ; Mon, 27 Nov 2006 14:34:24 -0800 (PST) Message-ID: <18836653.1164666864415.JavaMail.jira@brutus> Date: Mon, 27 Nov 2006 14:34:24 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-2324) [drlvm] Native stack contains wrong frame In-Reply-To: <29889589.1164577701060.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 [ http://issues.apache.org/jira/browse/HARMONY-2324?page=all ] Gregory Shimansky resolved HARMONY-2324. ---------------------------------------- Resolution: Fixed Patch applied at 479789. Please check that it was applied as expected. > [drlvm] Native stack contains wrong frame > ----------------------------------------- > > Key: HARMONY-2324 > URL: http://issues.apache.org/jira/browse/HARMONY-2324 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: all > Reporter: Ilya Berezhniuk > Assigned To: Gregory Shimansky > Priority: Minor > Attachments: wrong-JNI-frame.diff > > > When native stack is requested from walk_native_stack_jit() function, and thread is stopped (is in native code), but not in JNI code, resulting stack trace contains wrong JNI frame among top frames. > With such invalid JNI frame, st_print() function fails to syncronize native frames with Java frames obtained using StackIterator. -- 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