|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)
- [JIRA] (JENKINS-15652) All executors... [email protected] (JIRA)

Kinda same error for us too after we upgrad from 1.486 to 1.493.
java.lang.ArrayIndexOutOfBoundsException: Assertion error: failing to load #249 DESC: lo=247,hi=244,size=414,size2=414
Find out the cause was we had our projects "build trigger" define both in "post build" task and "Build after other projects are built". For example if Project A depend on Project B. In project B configuration we state as a Post Build task to trigger build of project A. And in Project A we also state as build trigger to build after Project B success build. Although it's a bad configuration we never noticed it because it was fine until version 1.493 (or earlier since we jump straight from 1.486 to 1.493).