1
0
mirror of https://passt.top/passt synced 2024-07-01 23:42:41 +00:00

test/lib/setup: Increase --max-stackframe in commented-out valgrind command

...so that I don't keep fighting with this for pasta clone() calls.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2021-10-05 19:57:53 +02:00
parent d565082f84
commit 8ec5adc989

View File

@ -138,7 +138,7 @@ setup_passt_in_ns() {
[ ${PCAP} -eq 1 ] && __opts="${__opts} -p /tmp/passt_in_pasta.pcap"
[ ${DEBUG} -eq 1 ] && __opts="${__opts} -d"
#pane_run PASST "valgrind --max-stackframe=2097208 ./passt -f ${__opts} -t 10001,10011 -u 10001,10011"
#pane_run PASST "valgrind --max-stackframe=3000000 ./passt -f ${__opts} -t 10001,10011 -u 10001,10011"
pane_run PASST "./passt -f ${__opts} -t 10001,10011 -u 10001,10011"
sleep 1