Branch: refs/heads/JENKINS-29705
Home: https://github.com/jenkinsci/workflow-plugin
Commit: f8d061981f19a553aeb38cfbd1ae7bbd823777c5
https://github.com/jenkinsci/workflow-plugin/commit/f8d061981f19a553aeb38cfbd1ae7bbd823777c5
Author: Jesse Glick <[email protected]>
Date: 2015-11-25 (Wed, 25 Nov 2015)
Changed paths:
M
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/CpsThreadDumpTest.java
Log Message:
-----------
Documenting current lack of support for native thread dump inspection.
Commit: 20f32e7ca1718b974932066ed8cb4453107c499f
https://github.com/jenkinsci/workflow-plugin/commit/20f32e7ca1718b974932066ed8cb4453107c499f
Author: Jesse Glick <[email protected]>
Date: 2015-11-25 (Wed, 25 Nov 2015)
Changed paths:
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsVmExecutorService.java
Log Message:
-----------
Pending integration of native stack trace elements into CPS stack trace, at
least set a meaningful thread name.
A thread dump prior to doKill in CpsThreadDumpTest.nativeMethods will now show,
e.g.:
"Running CpsFlowExecution[Owner[p/1:p #1]]" #41 daemon …
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at java_lang_Thread$sleep.call(Unknown Source)
at …
at WorkflowScript.untransformed(WorkflowScript:1)
at WorkflowScript$untransformed.call(Unknown Source)
at …
which is enough to see which build is hung and why.
Compare:
https://github.com/jenkinsci/workflow-plugin/compare/0bbe36181626...20f32e7ca171
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" 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/d/optout.