Commit b7659241 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

torture: Print PID in hung-kernel diagnostic message

parent 38706bc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ then
		fi
		if test $kruntime -ge $((seconds + grace))
		then
			echo "!!! Hang at $kruntime vs. $seconds seconds" >> $resdir/Warnings 2>&1
			echo "!!! PID $qemu_pid hung at $kruntime vs. $seconds seconds" >> $resdir/Warnings 2>&1
			kill -KILL $qemu_pid
			break
		fi