You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Dmitry A. Durnev (JIRA)" <ji...@apache.org> on 2006/10/27 13:47:04 UTC

[jira] Updated: (HARMONY-1647) [classlib][awt][gifdecoder] Memory corruption while decoding non-interlaced GIF

     [ http://issues.apache.org/jira/browse/HARMONY-1647?page=all ]

Dmitry A. Durnev updated HARMONY-1647:
--------------------------------------

    Patch Info: [Patch Available]

> [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