diff options
| author | Martin Schwenke <martin@meltin.net> | 2014-11-14 13:31:03 +1100 |
|---|---|---|
| committer | Amitay Isaacs <amitay@samba.org> | 2014-11-18 04:17:10 +0100 |
| commit | 2ebc305be64cd59ad8cb4ccb6beb6ec6e66bf07a (patch) | |
| tree | d1afb9cfe6dbbaf740f1fb4f2448561f04fd736f /ctdb/tests | |
| parent | 0062a2f5fb464b7c0991ccefd2f9d146fca54a0e (diff) | |
| download | samba-2ebc305be64cd59ad8cb4ccb6beb6ec6e66bf07a.tar.gz samba-2ebc305be64cd59ad8cb4ccb6beb6ec6e66bf07a.tar.xz samba-2ebc305be64cd59ad8cb4ccb6beb6ec6e66bf07a.zip | |
ctdb-scripts: Factor out new function program_stack_traces()
In the process, fix a bug where an extra trace would be printed.
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/tests')
| -rw-r--r-- | ctdb/tests/eventscripts/scripts/local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/eventscripts/scripts/local.sh b/ctdb/tests/eventscripts/scripts/local.sh index d14e42ec84..2c5738eefa 100644 --- a/ctdb/tests/eventscripts/scripts/local.sh +++ b/ctdb/tests/eventscripts/scripts/local.sh @@ -861,7 +861,7 @@ Trying to restart NFS service" for _pid in $FAKE_NFSD_THREAD_PIDS ; do _t="\ $_t -${_bg}Stack trace for stuck nfsd thread [${_pid}]: +${_bg}Stack trace for nfsd[${_pid}]: ${_bg}[<ffffffff87654321>] fake_stack_trace_for_pid_${_pid}/stack+0x0/0xff" done fi |
