Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 62185 invoked from network); 2 Nov 2006 16:59:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 16:59:41 -0000 Received: (qmail 53867 invoked by uid 500); 2 Nov 2006 16:59:51 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 53808 invoked by uid 500); 2 Nov 2006 16:59:51 -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 53774 invoked by uid 99); 2 Nov 2006 16:59:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 08:59:51 -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; Thu, 02 Nov 2006 08:59:38 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5DC9A7141B8 for ; Thu, 2 Nov 2006 08:59:18 -0800 (PST) Message-ID: <23807557.1162486758381.JavaMail.root@brutus> Date: Thu, 2 Nov 2006 08:59:18 -0800 (PST) From: "Dmitry A. Durnev (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-1623) [classlib][awt] Wrong address passed to releasePrimitiveArrayCritical() in native o.a.h.awt.gl.windows.GDIBlitter.bltImage() corrupts memory In-Reply-To: <2885342.1159436390161.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-1623?page=comments#action_12446652 ] Dmitry A. Durnev commented on HARMONY-1623: ------------------------------------------- Checked - it's OK: correct patch was applied. > [classlib][awt] Wrong address passed to releasePrimitiveArrayCritical() in native o.a.h.awt.gl.windows.GDIBlitter.bltImage() corrupts memory > -------------------------------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-1623 > URL: http://issues.apache.org/jira/browse/HARMONY-1623 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: Windows/DRLVM/debug > Reporter: Dmitry A. Durnev > Assigned To: Alexey Petrenko > Attachments: H1623-fix.patch, H1623-fix.patch > > > Address of "C array" passed to releasePrimitiveArrayCritical() in line 211 in GDIBlitter.cpp differs from address returned by getPrimitiveArrayCritical() call in line 202 for the same array("matrix"). This sometimes causes debug VM crash with "debug error" messagebox. The problem can be easily reproduced on VM with no support for pinning... -- 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