===> syscall ==== run-regress-stackpivot ==== cc -O2 -pipe -MD -MP -c /home/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 /home/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