You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Manuel Carrasco Moñino (JIRA)" <ji...@apache.org> on 2010/03/03 21:52:29 UTC

[jira] Created: (INFRA-2524) Hupa-trunk compilation fails because of problems with the JVM

Hupa-trunk compilation fails because of problems with the JVM
-------------------------------------------------------------

                 Key: INFRA-2524
                 URL: https://issues.apache.org/jira/browse/INFRA-2524
             Project: Infrastructure
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Hudson
            Reporter: Manuel Carrasco Moñino


Java Virtual Machine fails when compiling Hupa in master server (solaris) with the error below (see build #91). Nevertheless it compiles fine for me in any linux and windows machine, and some builds ago, it used to compile fine in some hudson nodes like minerva but used to fail in other nodes like vesta (see builds #61 and #21), please could you tie the project to node/s able to compile the project.  

BTW: This project uses GWT compiler which demands a high amount of memory.

Thanks 
Manolo

[INFO] #
[INFO] # An unexpected error has been detected by Java Runtime Environment:
[INFO] #
[INFO] #  SIGSEGV (0xb) at pc=0xfe8dfa8d, pid=21231, tid=10
[INFO] #
[INFO] # Java VM: Java HotSpot(TM) Server VM (10.0-b22 mixed mode solaris-x86)
[INFO] # Problematic frame:
[INFO] # V  [libjvm.so+0x2dfa8d]
[INFO] #
[INFO] # An error report file with more information is saved as:
[INFO] # /zonestorage/hudson/home/hudson/hudson/jobs/hupa-trunk/workspace/trunk/hs_err_pid21231.log
[INFO] #
[INFO] # If you would like to submit a bug report, please visit:
[INFO] #   http://java.sun.com/webapps/bugreport/crash.jsp
[INFO] # The crash happened outside the Java Virtual Machine in native code.
[INFO] # See problematic frame for where to report the bug.
[INFO] #
[ERROR] Abort - core dumped
[HUDSON] Archiving /export/home/hudson/hudson/jobs/hupa-trunk/workspace/trunk/client/pom.xml to /export/home/hudson/hudson/jobs/hupa-trunk/modules/org.apache.hupa$hupa-client/builds/2010-03-03_15-41-23/archive/org.apache.hupa/hupa-client/0.0.1-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------

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


[jira] Resolved: (INFRA-2524) Hupa-trunk compilation fails because of problems with the JVM

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

Jukka Zitting resolved INFRA-2524.
----------------------------------

      Assignee: Jukka Zitting
    Resolution: Won't Fix

Resolving as Won't Fix. See the above comment for instructions on how to fix this.

> Hupa-trunk compilation fails because of problems with the JVM
> -------------------------------------------------------------
>
>                 Key: INFRA-2524
>                 URL: https://issues.apache.org/jira/browse/INFRA-2524
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hudson
>            Reporter: Manuel Carrasco Moñino
>            Assignee: Jukka Zitting
>
> Java Virtual Machine fails when compiling Hupa in master server (solaris) with the error below (see build #91). Nevertheless it compiles fine for me in any linux and windows machine, and some builds ago, it used to compile fine in some hudson nodes like minerva but used to fail in other nodes like vesta (see builds #61 and #21), please could you tie the project to node/s able to compile the project.  
> BTW: This project uses GWT compiler which demands a high amount of memory.
> Thanks 
> Manolo
> [INFO] #
> [INFO] # An unexpected error has been detected by Java Runtime Environment:
> [INFO] #
> [INFO] #  SIGSEGV (0xb) at pc=0xfe8dfa8d, pid=21231, tid=10
> [INFO] #
> [INFO] # Java VM: Java HotSpot(TM) Server VM (10.0-b22 mixed mode solaris-x86)
> [INFO] # Problematic frame:
> [INFO] # V  [libjvm.so+0x2dfa8d]
> [INFO] #
> [INFO] # An error report file with more information is saved as:
> [INFO] # /zonestorage/hudson/home/hudson/hudson/jobs/hupa-trunk/workspace/trunk/hs_err_pid21231.log
> [INFO] #
> [INFO] # If you would like to submit a bug report, please visit:
> [INFO] #   http://java.sun.com/webapps/bugreport/crash.jsp
> [INFO] # The crash happened outside the Java Virtual Machine in native code.
> [INFO] # See problematic frame for where to report the bug.
> [INFO] #
> [ERROR] Abort - core dumped
> [HUDSON] Archiving /export/home/hudson/hudson/jobs/hupa-trunk/workspace/trunk/client/pom.xml to /export/home/hudson/hudson/jobs/hupa-trunk/modules/org.apache.hupa$hupa-client/builds/2010-03-03_15-41-23/archive/org.apache.hupa/hupa-client/0.0.1-SNAPSHOT/pom.xml
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------

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


[jira] Commented: (INFRA-2524) Hupa-trunk compilation fails because of problems with the JVM

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846490#action_12846490 ] 

Jukka Zitting commented on INFRA-2524:
--------------------------------------

There should be someone in the Hupa team with the required Hudson access to fix issues like this. If not, see [1] on how to request such an account.

[1] http://wiki.apache.org/general/Hudson#How_do_I_get_an_account_.2BAC8_report_a_bug_.2BAC8_contact_the_maintainers.3F

> Hupa-trunk compilation fails because of problems with the JVM
> -------------------------------------------------------------
>
>                 Key: INFRA-2524
>                 URL: https://issues.apache.org/jira/browse/INFRA-2524
>             Project: Infrastructure
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hudson
>            Reporter: Manuel Carrasco Moñino
>
> Java Virtual Machine fails when compiling Hupa in master server (solaris) with the error below (see build #91). Nevertheless it compiles fine for me in any linux and windows machine, and some builds ago, it used to compile fine in some hudson nodes like minerva but used to fail in other nodes like vesta (see builds #61 and #21), please could you tie the project to node/s able to compile the project.  
> BTW: This project uses GWT compiler which demands a high amount of memory.
> Thanks 
> Manolo
> [INFO] #
> [INFO] # An unexpected error has been detected by Java Runtime Environment:
> [INFO] #
> [INFO] #  SIGSEGV (0xb) at pc=0xfe8dfa8d, pid=21231, tid=10
> [INFO] #
> [INFO] # Java VM: Java HotSpot(TM) Server VM (10.0-b22 mixed mode solaris-x86)
> [INFO] # Problematic frame:
> [INFO] # V  [libjvm.so+0x2dfa8d]
> [INFO] #
> [INFO] # An error report file with more information is saved as:
> [INFO] # /zonestorage/hudson/home/hudson/hudson/jobs/hupa-trunk/workspace/trunk/hs_err_pid21231.log
> [INFO] #
> [INFO] # If you would like to submit a bug report, please visit:
> [INFO] #   http://java.sun.com/webapps/bugreport/crash.jsp
> [INFO] # The crash happened outside the Java Virtual Machine in native code.
> [INFO] # See problematic frame for where to report the bug.
> [INFO] #
> [ERROR] Abort - core dumped
> [HUDSON] Archiving /export/home/hudson/hudson/jobs/hupa-trunk/workspace/trunk/client/pom.xml to /export/home/hudson/hudson/jobs/hupa-trunk/modules/org.apache.hupa$hupa-client/builds/2010-03-03_15-41-23/archive/org.apache.hupa/hupa-client/0.0.1-SNAPSHOT/pom.xml
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------

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