You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2019/04/29 09:27:43 UTC

[jira] [Issue Comment Deleted] (MESOS-1559) Allow jenkins build machine to dump stack traces of all threads when timeout

     [ https://issues.apache.org/jira/browse/MESOS-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin updated MESOS-1559:
-------------------------
    Comment: was deleted

(was: www.rtat.net)

> Allow jenkins build machine to dump stack traces of all threads when timeout
> ----------------------------------------------------------------------------
>
>                 Key: MESOS-1559
>                 URL: https://issues.apache.org/jira/browse/MESOS-1559
>             Project: Mesos
>          Issue Type: Improvement
>          Components: build
>            Reporter: Jie Yu
>            Assignee: Yan Xu
>            Priority: Minor
>             Fix For: 0.20.0
>
>
> Many of the time, when jenkins build times out, we know that some test freezes at some place. However, most of the time, it's very hard to reproduce the deadlock on dev machines.
> I would be cool if we can dump the stack traces of all threads when jenkins build times out. Some command like the following:
> {noformat}
> echo thread apply all bt > tmp; gdb attach `pgrep lt-mesos-tests` < tmp
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)