Skip to content

Commit 55531eb

Browse files
committed
Nothing obvious in gdb backtraces. Let's check strace
1 parent 805eae6 commit 55531eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function waitAndDump {
1010
exit 1
1111
fi
1212

13-
sudo gdb -batch -ex "thread apply all bt" -p ${NODE_PID}
13+
sudo strace -p ${NODE_PID}
1414
}
1515

1616
function updateStatus {

0 commit comments

Comments
 (0)