From 6f3119250196a38a3fe8ca435c6ba6e020da1bfb Mon Sep 17 00:00:00 2001 From: rachida Date: Fri, 6 Aug 2021 17:41:36 -0400 Subject: [PATCH] SWDEV-295878 Fix for seg fault when using --trace-start off Change-Id: I94d95dd4fb49aace5f1ee006c47b94573f997b85 --- bin/rpl_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rpl_run.sh b/bin/rpl_run.sh index 87b36a1ed1..d70ca45b6a 100755 --- a/bin/rpl_run.sh +++ b/bin/rpl_run.sh @@ -423,7 +423,7 @@ while [ 1 ] ; do HIP_TRACE=1 elif [ "$1" = "--trace-start" ] ; then if [ "$2" = "off" ] ; then - export ROCP_CTRL_RATE="-1" + export ROCP_CTRL_RATE="-1:0:0" fi elif [ "$1" = "--trace-period" ] ; then period_expr="^\([^:]*\):\([^:]*\):\([^:]*\)$"