START sys/kern/stackpivot 2024-09-25T03:52:30Z ===> 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 0m00.52s