You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ivan Volosyuk (JIRA)" <ji...@apache.org> on 2006/12/07 19:53:23 UTC

[jira] Created: (HARMONY-2529) [DRLVM] crash, very large arrays used incorrectly

[DRLVM] crash, very large arrays used incorrectly
-------------------------------------------------

                 Key: HARMONY-2529
                 URL: http://issues.apache.org/jira/browse/HARMONY-2529
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: All
            Reporter: Ivan Volosyuk
            Priority: Minor


Use of very large arrays leads to integer overflow in implementation and crash.

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

        

[jira] Updated: (HARMONY-2529) [DRLVM] crash, very large arrays used incorrectly

Posted by "Ivan Volosyuk (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2529?page=all ]

Ivan Volosyuk updated HARMONY-2529:
-----------------------------------

    Attachment: Test.java

Test attached.

> [DRLVM] crash, very large arrays used incorrectly
> -------------------------------------------------
>
>                 Key: HARMONY-2529
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2529
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: All
>            Reporter: Ivan Volosyuk
>            Priority: Minor
>         Attachments: h-2529-fix.diff, Test.java
>
>
> Use of very large arrays leads to integer overflow in implementation and crash.

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

        

[jira] Resolved: (HARMONY-2529) [drlvm] crash, very large arrays used incorrectly

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2529?page=all ]

Gregory Shimansky resolved HARMONY-2529.
----------------------------------------

    Resolution: Fixed

Your patch doesn't compile on win32. I had to make a change in Class.h:1681 line - length was changed to (unsigned)length.

Attached test passes after the patch.

Patch applied at 487928. Please check that it was applied as expected.

> [drlvm] crash, very large arrays used incorrectly
> -------------------------------------------------
>
>                 Key: HARMONY-2529
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2529
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: All
>            Reporter: Ivan Volosyuk
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: h-2529-fix.diff, Test.java
>
>
> Use of very large arrays leads to integer overflow in implementation and crash.

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

        

[jira] Updated: (HARMONY-2529) [DRLVM] crash, very large arrays used incorrectly

Posted by "Ivan Volosyuk (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2529?page=all ]

Ivan Volosyuk updated HARMONY-2529:
-----------------------------------

    Attachment: h-2529-fix.diff

Fix attached.

> [DRLVM] crash, very large arrays used incorrectly
> -------------------------------------------------
>
>                 Key: HARMONY-2529
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2529
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: All
>            Reporter: Ivan Volosyuk
>            Priority: Minor
>         Attachments: h-2529-fix.diff, Test.java
>
>
> Use of very large arrays leads to integer overflow in implementation and crash.

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

        

[jira] Closed: (HARMONY-2529) [drlvm] crash, very large arrays used incorrectly

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-2529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky closed HARMONY-2529.
--------------------------------------


No response, assuming ok.

> [drlvm] crash, very large arrays used incorrectly
> -------------------------------------------------
>
>                 Key: HARMONY-2529
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2529
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: All
>            Reporter: Ivan Volosyuk
>            Assignee: Gregory Shimansky
>            Priority: Minor
>         Attachments: h-2529-fix.diff, Test.java
>
>
> Use of very large arrays leads to integer overflow in implementation and crash.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-2529) [drlvm] crash, very large arrays used incorrectly

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2529?page=all ]

Gregory Shimansky updated HARMONY-2529:
---------------------------------------

    Summary: [drlvm] crash, very large arrays used incorrectly  (was: [DRLVM] crash, very large arrays used incorrectly)

> [drlvm] crash, very large arrays used incorrectly
> -------------------------------------------------
>
>                 Key: HARMONY-2529
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2529
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: All
>            Reporter: Ivan Volosyuk
>            Priority: Minor
>         Attachments: h-2529-fix.diff, Test.java
>
>
> Use of very large arrays leads to integer overflow in implementation and crash.

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

        

[jira] Assigned: (HARMONY-2529) [drlvm] crash, very large arrays used incorrectly

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2529?page=all ]

Gregory Shimansky reassigned HARMONY-2529:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm] crash, very large arrays used incorrectly
> -------------------------------------------------
>
>                 Key: HARMONY-2529
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2529
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: All
>            Reporter: Ivan Volosyuk
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: h-2529-fix.diff, Test.java
>
>
> Use of very large arrays leads to integer overflow in implementation and crash.

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