START	sys/kern/stackpivot	2025-03-19T19:22:37Z

===> syscall
==== run-regress-stackpivot ====
cc -O2 -pipe  -g  -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  -g  -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 0m00.39s