Issue Type: Bug Bug
Assignee: Unassigned
Attachments: jenkins_slave_lockup.jstack.txt
Components: core
Created: 07/Dec/12 12:46 PM
Description:

My build locked up whilst calling hudson.Util.deleteContentsRecursive

deleteContentsRecursive calls hudson.util.jna.Kernel32Utils.isJunctionOrSymlink
isJunctionOrSymlink uses hudson.util.jna.Kernel32
Kernel32 uses com.sun.jna.Native
Native deadlocked at Native.java:122 in Native.<clinit> calling initIDs (Native method).

In another thread, hudson.node_monitors.SwapSpaceMonitor$MonitorTask.call was calling org.jvnet.hudson.Windows.monitor which then used com.sun.jna.Structure
Structure deadlocked at Structure.java:134 in Structure.<clinit>

Environment: Jenkins 1.480.1 LTS
Slave running Windows 7x64 & Sun JDK 1.6.0_23
Master on Windows 2008R2.
Project: Jenkins
Priority: Major Major
Reporter: pjdarton
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

Reply via email to