Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 18660 invoked from network); 29 Sep 2006 13:25:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2006 13:25:44 -0000 Received: (qmail 12075 invoked by uid 500); 29 Sep 2006 13:25:44 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 12044 invoked by uid 500); 29 Sep 2006 13:25:44 -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 12031 invoked by uid 99); 29 Sep 2006 13:25:44 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Sep 2006 06:25:44 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:39961] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id F2/13-13110-7DE1D154 for ; Fri, 29 Sep 2006 06:25:43 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 383637141F7 for ; Fri, 29 Sep 2006 13:21:51 +0000 (GMT) Message-ID: <22096284.1159536111227.JavaMail.jira@brutus> Date: Fri, 29 Sep 2006 06:21:51 -0700 (PDT) From: "Oleg Khaschansky (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-1647) [classlib][awt][gifdecoder] Memory corruption while decoding non-interlaced GIF In-Reply-To: <28462826.1159531372933.JavaMail.jira@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-1647?page=all ] Oleg Khaschansky updated HARMONY-1647: -------------------------------------- Attachment: harmony-1647.patch Patch for revision 450834. > [classlib][awt][gifdecoder] Memory corruption while decoding non-interlaced GIF > ------------------------------------------------------------------------------- > > Key: HARMONY-1647 > URL: http://issues.apache.org/jira/browse/HARMONY-1647 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: DRLVM/debug > Reporter: Dmitry A. Durnev > Attachments: disable_pinning.diff, gray.gif, harmony-1647.patch > > > Compile the following test: > import javax.swing.ImageIcon; > public class GIFDecoderTest { > > public static void main(String[] args) { > System.out.println(new ImageIcon("gray.gif").getIconHeight()); > } > } > Put attached image "gray.gif" into GIFDecoderTest working directory. Run the test > on DRLVM with gc pinning disabled on Windows. Debug error messagebox appears. > [To disable gc pinning apply > attached disable_pinning.diff to drlvm sources and build debug drlvm]. -- 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