-
Bug
-
Resolution: Fixed
-
Blocker
-
None
There probably possible cycle call of rebuildDependencyGraph(),
Ivy calls
Hudson.getInstance().rebuildDependencyGraph();
which starts following cycle:
getModuleDescriptor() -> recomputeModuleDescriptor() -> setModuleDescriptor() -> hudson.model.Hudson.rebuildDependencyGraph()
which results into StackOverflowError, for whole exception, see
http://groups.google.com/group/jenkinsci-users/browse_thread/thread/3c6b67b448c98379#
[JENKINS-10025] Calling rebuildDependencyGraph() in cycle
Priority | Original: Major [ 3 ] | New: Blocker [ 1 ] |
Assignee | Original: Timothy Bingaman [ tbingaman ] | New: Andrew Bayer [ abayer ] |
Assignee | Original: Andrew Bayer [ abayer ] | New: Gregory Boissinot [ gbois ] |
Assignee | Original: Gregory Boissinot [ gbois ] | New: Andrew Bayer [ abayer ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 140213 ] | New: JNJira + In-Review [ 188909 ] |