You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sergey Salishev (JIRA)" <ji...@apache.org> on 2008/02/06 11:05:11 UTC

[jira] Created: (HARMONY-5463) [drlvm] VM crashes with -server

[drlvm] VM crashes with -server
-------------------------------

                 Key: HARMONY-5463
                 URL: https://issues.apache.org/jira/browse/HARMONY-5463
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
    Affects Versions: 5.0M4
         Environment: Windows
            Reporter: Sergey Salishev


VM crashes with the attached test. If the test is moved for my.util to default package it doesn't crash.

Command line:
\harmony-jdk-610460\jre\bin\java.exe -Xem:server my.util.SequentialGetMark

Windows reported exception: 0xc0000005
Registers:
    EAX: 0x00000001, EBX: 0x12dcb1d8, ECX: 0x12da6c64, EDX: 0x021e4720
    ESI: 0x00000000, EDI: 0x00000000, ESP: 0x01b4f374, EBP: 0x12dcb1b8
    EIP: 0x0212cef4
Stack trace:
  0: ?? (??:-1)
  1: java/lang/EMThreadSupport.onTimeout()V (EMThreadSupport.java:-2)
  2: java/lang/EMThreadSupport.run()V (EMThreadSupport.java:68)
  3: java/lang/EMThreadSupport$1.run()V (EMThreadSupport.java:44)
  4: java/lang/Thread.run()V (Thread.java:-1)
  5: java/lang/Thread.runImpl()V (Thread.java:668)
<end of stack trace>


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


[jira] Commented: (HARMONY-5463) [drlvm] VM crashes with -server

Posted by "Aleksey Shipilev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566554#action_12566554 ] 

Aleksey Shipilev commented on HARMONY-5463:
-------------------------------------------

As for stability: I had run this test for 60 times (~85 min) on my dual-core T61p - no problems.

> [drlvm] VM crashes with -server
> -------------------------------
>
>                 Key: HARMONY-5463
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5463
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>    Affects Versions: 5.0M4
>         Environment: Windows
>            Reporter: Sergey Salishev
>         Attachments: test.zip
>
>
> VM crashes with the attached test. 
> Command line:
> \harmony-jdk-610460\jre\bin\java.exe -Xem:server my.util.SequentialGetMark
> Windows reported exception: 0xc0000005
> Registers:
>     EAX: 0x00000001, EBX: 0x12dcb1d8, ECX: 0x12da6c64, EDX: 0x021e4720
>     ESI: 0x00000000, EDI: 0x00000000, ESP: 0x01b4f374, EBP: 0x12dcb1b8
>     EIP: 0x0212cef4
> Stack trace:
>   0: ?? (??:-1)
>   1: java/lang/EMThreadSupport.onTimeout()V (EMThreadSupport.java:-2)
>   2: java/lang/EMThreadSupport.run()V (EMThreadSupport.java:68)
>   3: java/lang/EMThreadSupport$1.run()V (EMThreadSupport.java:44)
>   4: java/lang/Thread.run()V (Thread.java:-1)
>   5: java/lang/Thread.runImpl()V (Thread.java:668)
> <end of stack trace>

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


[jira] Updated: (HARMONY-5463) [drlvm][jit][opt] VM crashes with -server

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

Mikhail Fursov updated HARMONY-5463:
------------------------------------

    Summary: [drlvm][jit][opt] VM crashes with -server  (was: [drlvm] VM crashes with -server)

> [drlvm][jit][opt] VM crashes with -server
> -----------------------------------------
>
>                 Key: HARMONY-5463
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5463
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>    Affects Versions: 5.0M4
>         Environment: Windows
>            Reporter: Sergey Salishev
>            Assignee: Mikhail Fursov
>         Attachments: test.zip
>
>
> VM crashes with the attached test. 
> Command line:
> \harmony-jdk-610460\jre\bin\java.exe -Xem:server my.util.SequentialGetMark
> Windows reported exception: 0xc0000005
> Registers:
>     EAX: 0x00000001, EBX: 0x12dcb1d8, ECX: 0x12da6c64, EDX: 0x021e4720
>     ESI: 0x00000000, EDI: 0x00000000, ESP: 0x01b4f374, EBP: 0x12dcb1b8
>     EIP: 0x0212cef4
> Stack trace:
>   0: ?? (??:-1)
>   1: java/lang/EMThreadSupport.onTimeout()V (EMThreadSupport.java:-2)
>   2: java/lang/EMThreadSupport.run()V (EMThreadSupport.java:68)
>   3: java/lang/EMThreadSupport$1.run()V (EMThreadSupport.java:44)
>   4: java/lang/Thread.run()V (Thread.java:-1)
>   5: java/lang/Thread.runImpl()V (Thread.java:668)
> <end of stack trace>

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


[jira] Closed: (HARMONY-5463) [drlvm][jit][opt] VM crashes with -server

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

Mikhail Fursov closed HARMONY-5463.
-----------------------------------

    Resolution: Cannot Reproduce

I can't reproduce the problem too neither on release nor debug builds.

Closing as Can't reproduce.

> [drlvm][jit][opt] VM crashes with -server
> -----------------------------------------
>
>                 Key: HARMONY-5463
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5463
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>    Affects Versions: 5.0M4
>         Environment: Windows
>            Reporter: Sergey Salishev
>            Assignee: Mikhail Fursov
>         Attachments: test.zip
>
>
> VM crashes with the attached test. 
> Command line:
> \harmony-jdk-610460\jre\bin\java.exe -Xem:server my.util.SequentialGetMark
> Windows reported exception: 0xc0000005
> Registers:
>     EAX: 0x00000001, EBX: 0x12dcb1d8, ECX: 0x12da6c64, EDX: 0x021e4720
>     ESI: 0x00000000, EDI: 0x00000000, ESP: 0x01b4f374, EBP: 0x12dcb1b8
>     EIP: 0x0212cef4
> Stack trace:
>   0: ?? (??:-1)
>   1: java/lang/EMThreadSupport.onTimeout()V (EMThreadSupport.java:-2)
>   2: java/lang/EMThreadSupport.run()V (EMThreadSupport.java:68)
>   3: java/lang/EMThreadSupport$1.run()V (EMThreadSupport.java:44)
>   4: java/lang/Thread.run()V (Thread.java:-1)
>   5: java/lang/Thread.runImpl()V (Thread.java:668)
> <end of stack trace>

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


[jira] Updated: (HARMONY-5463) [drlvm] VM crashes with -server

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

Sergey Salishev updated HARMONY-5463:
-------------------------------------

    Description: 
VM crashes with the attached test. 

Command line:
\harmony-jdk-610460\jre\bin\java.exe -Xem:server my.util.SequentialGetMark

Windows reported exception: 0xc0000005
Registers:
    EAX: 0x00000001, EBX: 0x12dcb1d8, ECX: 0x12da6c64, EDX: 0x021e4720
    ESI: 0x00000000, EDI: 0x00000000, ESP: 0x01b4f374, EBP: 0x12dcb1b8
    EIP: 0x0212cef4
Stack trace:
  0: ?? (??:-1)
  1: java/lang/EMThreadSupport.onTimeout()V (EMThreadSupport.java:-2)
  2: java/lang/EMThreadSupport.run()V (EMThreadSupport.java:68)
  3: java/lang/EMThreadSupport$1.run()V (EMThreadSupport.java:44)
  4: java/lang/Thread.run()V (Thread.java:-1)
  5: java/lang/Thread.runImpl()V (Thread.java:668)
<end of stack trace>


  was:
VM crashes with the attached test. If the test is moved for my.util to default package it doesn't crash.

Command line:
\harmony-jdk-610460\jre\bin\java.exe -Xem:server my.util.SequentialGetMark

Windows reported exception: 0xc0000005
Registers:
    EAX: 0x00000001, EBX: 0x12dcb1d8, ECX: 0x12da6c64, EDX: 0x021e4720
    ESI: 0x00000000, EDI: 0x00000000, ESP: 0x01b4f374, EBP: 0x12dcb1b8
    EIP: 0x0212cef4
Stack trace:
  0: ?? (??:-1)
  1: java/lang/EMThreadSupport.onTimeout()V (EMThreadSupport.java:-2)
  2: java/lang/EMThreadSupport.run()V (EMThreadSupport.java:68)
  3: java/lang/EMThreadSupport$1.run()V (EMThreadSupport.java:44)
  4: java/lang/Thread.run()V (Thread.java:-1)
  5: java/lang/Thread.runImpl()V (Thread.java:668)
<end of stack trace>



> [drlvm] VM crashes with -server
> -------------------------------
>
>                 Key: HARMONY-5463
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5463
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>    Affects Versions: 5.0M4
>         Environment: Windows
>            Reporter: Sergey Salishev
>
> VM crashes with the attached test. 
> Command line:
> \harmony-jdk-610460\jre\bin\java.exe -Xem:server my.util.SequentialGetMark
> Windows reported exception: 0xc0000005
> Registers:
>     EAX: 0x00000001, EBX: 0x12dcb1d8, ECX: 0x12da6c64, EDX: 0x021e4720
>     ESI: 0x00000000, EDI: 0x00000000, ESP: 0x01b4f374, EBP: 0x12dcb1b8
>     EIP: 0x0212cef4
> Stack trace:
>   0: ?? (??:-1)
>   1: java/lang/EMThreadSupport.onTimeout()V (EMThreadSupport.java:-2)
>   2: java/lang/EMThreadSupport.run()V (EMThreadSupport.java:68)
>   3: java/lang/EMThreadSupport$1.run()V (EMThreadSupport.java:44)
>   4: java/lang/Thread.run()V (Thread.java:-1)
>   5: java/lang/Thread.runImpl()V (Thread.java:668)
> <end of stack trace>

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


[jira] Commented: (HARMONY-5463) [drlvm] VM crashes with -server

Posted by "Sergey Salishev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566070#action_12566070 ] 

Sergey Salishev commented on HARMONY-5463:
------------------------------------------

If the main method body is wrapped in non-static method test doesn't crash.

> [drlvm] VM crashes with -server
> -------------------------------
>
>                 Key: HARMONY-5463
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5463
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>    Affects Versions: 5.0M4
>         Environment: Windows
>            Reporter: Sergey Salishev
>         Attachments: test.zip
>
>
> VM crashes with the attached test. 
> Command line:
> \harmony-jdk-610460\jre\bin\java.exe -Xem:server my.util.SequentialGetMark
> Windows reported exception: 0xc0000005
> Registers:
>     EAX: 0x00000001, EBX: 0x12dcb1d8, ECX: 0x12da6c64, EDX: 0x021e4720
>     ESI: 0x00000000, EDI: 0x00000000, ESP: 0x01b4f374, EBP: 0x12dcb1b8
>     EIP: 0x0212cef4
> Stack trace:
>   0: ?? (??:-1)
>   1: java/lang/EMThreadSupport.onTimeout()V (EMThreadSupport.java:-2)
>   2: java/lang/EMThreadSupport.run()V (EMThreadSupport.java:68)
>   3: java/lang/EMThreadSupport$1.run()V (EMThreadSupport.java:44)
>   4: java/lang/Thread.run()V (Thread.java:-1)
>   5: java/lang/Thread.runImpl()V (Thread.java:668)
> <end of stack trace>

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


[jira] Updated: (HARMONY-5463) [drlvm] VM crashes with -server

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

Sergey Salishev updated HARMONY-5463:
-------------------------------------

    Attachment: test.zip

> [drlvm] VM crashes with -server
> -------------------------------
>
>                 Key: HARMONY-5463
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5463
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>    Affects Versions: 5.0M4
>         Environment: Windows
>            Reporter: Sergey Salishev
>         Attachments: test.zip
>
>
> VM crashes with the attached test. 
> Command line:
> \harmony-jdk-610460\jre\bin\java.exe -Xem:server my.util.SequentialGetMark
> Windows reported exception: 0xc0000005
> Registers:
>     EAX: 0x00000001, EBX: 0x12dcb1d8, ECX: 0x12da6c64, EDX: 0x021e4720
>     ESI: 0x00000000, EDI: 0x00000000, ESP: 0x01b4f374, EBP: 0x12dcb1b8
>     EIP: 0x0212cef4
> Stack trace:
>   0: ?? (??:-1)
>   1: java/lang/EMThreadSupport.onTimeout()V (EMThreadSupport.java:-2)
>   2: java/lang/EMThreadSupport.run()V (EMThreadSupport.java:68)
>   3: java/lang/EMThreadSupport$1.run()V (EMThreadSupport.java:44)
>   4: java/lang/Thread.run()V (Thread.java:-1)
>   5: java/lang/Thread.runImpl()V (Thread.java:668)
> <end of stack trace>

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


[jira] Assigned: (HARMONY-5463) [drlvm] VM crashes with -server

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

Mikhail Fursov reassigned HARMONY-5463:
---------------------------------------

    Assignee: Mikhail Fursov

> [drlvm] VM crashes with -server
> -------------------------------
>
>                 Key: HARMONY-5463
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5463
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>    Affects Versions: 5.0M4
>         Environment: Windows
>            Reporter: Sergey Salishev
>            Assignee: Mikhail Fursov
>         Attachments: test.zip
>
>
> VM crashes with the attached test. 
> Command line:
> \harmony-jdk-610460\jre\bin\java.exe -Xem:server my.util.SequentialGetMark
> Windows reported exception: 0xc0000005
> Registers:
>     EAX: 0x00000001, EBX: 0x12dcb1d8, ECX: 0x12da6c64, EDX: 0x021e4720
>     ESI: 0x00000000, EDI: 0x00000000, ESP: 0x01b4f374, EBP: 0x12dcb1b8
>     EIP: 0x0212cef4
> Stack trace:
>   0: ?? (??:-1)
>   1: java/lang/EMThreadSupport.onTimeout()V (EMThreadSupport.java:-2)
>   2: java/lang/EMThreadSupport.run()V (EMThreadSupport.java:68)
>   3: java/lang/EMThreadSupport$1.run()V (EMThreadSupport.java:44)
>   4: java/lang/Thread.run()V (Thread.java:-1)
>   5: java/lang/Thread.runImpl()V (Thread.java:668)
> <end of stack trace>

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


[jira] Commented: (HARMONY-5463) [drlvm] VM crashes with -server

Posted by "Aleksey Shipilev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566506#action_12566506 ] 

Aleksey Shipilev commented on HARMONY-5463:
-------------------------------------------

As for revision r618316 this test does not crashes.

 $ ./run.sh  | tee output.log
../../builds/shade.r618316.P.clean/bin/java -server my.util.SequentialGetMark
85127

> [drlvm] VM crashes with -server
> -------------------------------
>
>                 Key: HARMONY-5463
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5463
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>    Affects Versions: 5.0M4
>         Environment: Windows
>            Reporter: Sergey Salishev
>         Attachments: test.zip
>
>
> VM crashes with the attached test. 
> Command line:
> \harmony-jdk-610460\jre\bin\java.exe -Xem:server my.util.SequentialGetMark
> Windows reported exception: 0xc0000005
> Registers:
>     EAX: 0x00000001, EBX: 0x12dcb1d8, ECX: 0x12da6c64, EDX: 0x021e4720
>     ESI: 0x00000000, EDI: 0x00000000, ESP: 0x01b4f374, EBP: 0x12dcb1b8
>     EIP: 0x0212cef4
> Stack trace:
>   0: ?? (??:-1)
>   1: java/lang/EMThreadSupport.onTimeout()V (EMThreadSupport.java:-2)
>   2: java/lang/EMThreadSupport.run()V (EMThreadSupport.java:68)
>   3: java/lang/EMThreadSupport$1.run()V (EMThreadSupport.java:44)
>   4: java/lang/Thread.run()V (Thread.java:-1)
>   5: java/lang/Thread.runImpl()V (Thread.java:668)
> <end of stack trace>

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