We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48c79f6 commit 7f00df3Copy full SHA for 7f00df3
1 file changed
examples/MQ/pixelSimSplit/run/scripts/test-splitMQ.sh.in
@@ -82,7 +82,10 @@ for DEVICE in "${!DEVICES[@]}"
82
do
83
LOGS[$DEVICE]="$(pwd)/$DEVICE.log"
84
printf "%12s: " $DEVICE
85
+ export LD_PRELOAD=libc_malloc_debug.so
86
+ export MALLOC_CHECK_=3
87
${DEVICES[$DEVICE]} > ${LOGS[$DEVICE]} 2>&1 & # Run device
88
+ unset LD_PRELOAD MALLOC_CHECK_
89
PIDS[$DEVICE]=$!
90
echo "PID=${PIDS[$DEVICE]}, LOG=${LOGS[$DEVICE]}"
91
done
0 commit comments