Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 27871 invoked from network); 9 Dec 2006 00:45:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Dec 2006 00:45:45 -0000 Received: (qmail 39174 invoked by uid 500); 9 Dec 2006 00:45:53 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 39153 invoked by uid 500); 9 Dec 2006 00:45:53 -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 39144 invoked by uid 99); 9 Dec 2006 00:45:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2006 16:45:53 -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; Fri, 08 Dec 2006 16:45:44 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 48F667142FB for ; Fri, 8 Dec 2006 16:45:24 -0800 (PST) Message-ID: <29256460.1165625124296.JavaMail.jira@brutus> Date: Fri, 8 Dec 2006 16:45:24 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-2392) [drlvm][jvmti] Breakpoints refer to deleted methods when deleting Global_Env In-Reply-To: <19118203.1164975861331.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-2392?page=all ] Gregory Shimansky resolved HARMONY-2392. ---------------------------------------- Resolution: Fixed Patch applied at 484853. > [drlvm][jvmti] Breakpoints refer to deleted methods when deleting Global_Env > ---------------------------------------------------------------------------- > > Key: HARMONY-2392 > URL: http://issues.apache.org/jira/browse/HARMONY-2392 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: All > Reporter: Ilya Berezhniuk > Assigned To: Gregory Shimansky > Attachments: remove_breakpoints.patch, remove_breakpoints.patch > > > When JVMTI breakpoints are used JIT mode, and not deleted on PHASE_LIVE, VM fails on assertions or access violations while deleting Global_Env. > It's because TI deletes breakpoints when some classes are deleted already, and breakpoint->method fields refer to deallocated memory regions. -- 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