-
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#
Andrew,
I took freedom to reassign it to you hoping that you know somebody who could take a look at the problem described, as it seems that Timothy having no time to deal with it.
Thanks in advance!