Skip to content

Commit

Permalink
demangle that stack
Browse files Browse the repository at this point in the history
  • Loading branch information
leftwo committed Oct 9, 2024
1 parent 17548cd commit 2c0786a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/buildomat/jobs/test-up-2region-encrypted.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ done
export BINDIR=/var/tmp/bins

# Give this test one hour to finish
jobpid=$$; (sleep $(( 60 * 60 )); banner fail-timeout; ps -ef; zfs list; pstack $(ps -ef | grep "dsc start" | grep -v grep | awk '{print $2}') ;kill $jobpid) &
jobpid=$$; (sleep $(( 60 * 60 )); banner fail-timeout; ps -ef; zfs list; pstack $(ps -ef | grep "dsc start" | grep -v grep | awk '{print $2}') | demangle ;kill $jobpid) &

echo "Setup debug logging"
mkdir /tmp/debug
Expand Down

0 comments on commit 2c0786a

Please sign in to comment.