START	sys/kern/stackpivot	2024-09-06T00:13:58Z

===> syscall
==== run-regress-stackpivot ====
cc -O2 -pipe   -MD -MP  -c /usr/src/regress/sys/kern/stackpivot/syscall/stackpivot.c
cc   -o stackpivot stackpivot.o 
rm -f ./stackpivot.core
ulimit -c unlimited && ! ./stackpivot
Segmentation fault (core dumped) 
if [ ! -e ./stackpivot.core ]; then echo "No coredump"; false; fi

===> pagefault
==== run-regress-stackpivot ====
cc -O2 -pipe   -MD -MP  -c /usr/src/regress/sys/kern/stackpivot/pagefault/stackpivot.c
cc   -o stackpivot stackpivot.o 
rm -f ./stackpivot.core
ulimit -c unlimited && ! ./stackpivot
Segmentation fault (core dumped) 
if [ ! -e ./stackpivot.core ]; then echo "No coredump"; false; fi

PASS	sys/kern/stackpivot	Duration 0m02.86s