Issue Type: Bug Bug
Assignee: Kohsuke Kawaguchi
Components: core
Created: 02/Jul/13 10:39 PM
Description:

The following two threads cause a dead lock:

	at hudson.model.AbstractProject.save(AbstractProject.java:268)
	-  blocked on hudson.maven.MavenModuleSet@57164bd1
	at hudson.plugins.copyartifact.CopyArtifact$ListenerImpl.onRenamed(CopyArtifact.java:331)
	at hudson.model.AbstractItem.renameTo(AbstractItem.java:296)
	-  locked hudson.model.FreeStyleProject@29a74e2b
	-  locked com.cloudbees.hudson.plugins.folder.Folder@29a1da29
	at hudson.model.Job.renameTo(Job.java:577)
	at hudson.model.Job.doDoRename(Job.java:1311)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
	at org.kohsuke.stapler.interceptor.RequirePOST$Processor.invoke(RequirePOST.java:29)
	at org.kohsuke.stapler.Function$InterceptedFunction.invoke(Function.java:389)

	at hudson.model.Project.getPublishersList(Project.java:114)
	-  blocked on hudson.model.FreeStyleProject@29a74e2b
	at hudson.model.Project.buildDependencyGraph(Project.java:172)
	at hudson.model.DependencyGraph.build(DependencyGraph.java:90)
	at jenkins.model.Jenkins.rebuildDependencyGraph(Jenkins.java:3563)
	at hudson.model.AbstractItem.delete(AbstractItem.java:515)
	-  locked hudson.maven.MavenModuleSet@57164bd1
	at hudson.model.Job.delete(Job.java:587)
	-  locked hudson.maven.MavenModuleSet@57164bd1
	at com.cloudbees.hudson.plugins.folder.Folder.performDelete(Folder.java:505)
	at hudson.model.AbstractItem.delete(AbstractItem.java:507)
	-  locked com.cloudbees.hudson.plugins.folder.Folder@44bf68c1
	at hudson.model.AbstractItem.doDoDelete(AbstractItem.java:484)
Project: Jenkins
Priority: Major Major
Reporter: Kohsuke Kawaguchi
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to