START misc/exceptions 2024-04-25T09:24:49Z ===> simple ==== run-regress-exceptions ==== c++ -O2 -pipe -MD -MP -c /usr/src/regress/misc/exceptions/simple/exceptions.cc c++ -o exceptions exceptions.o ./exceptions *** Signal SIGSEGV in simple (:40 'run-regress-exceptions') FAILED ===> simple2 ==== run-regress-simple2 ==== c++ -O0 -MD -MP -c /usr/src/regress/misc/exceptions/simple2/simple2.cc c++ -o simple2 simple2.o ./simple2 *** Signal SIGSEGV in simple2 (:40 'run-regress-simple2') FAILED ===> libbar c++ -O2 -pipe -g -MD -MP -c /usr/src/regress/misc/exceptions/libbar/bar.cc -o bar.o building standard bar library ranlib libbar.a c++ -O2 -pipe -g -MD -MP -c -p /usr/src/regress/misc/exceptions/libbar/bar.cc -o bar.po building profiled bar library ranlib libbar_p.a c++ -O2 -pipe -g -MD -MP -c -fpic -DPIC /usr/src/regress/misc/exceptions/libbar/bar.cc -o bar.so building shared bar library (version 1.0) cc -shared -Wl,-soname,libbar.so.1.0 -fpic -o libbar.so.1.0 `echo bar.so | tr ' ' '\n' | sort -R` ===> foo ==== run-regress-foo ==== c++ -O2 -pipe -MD -MP -c /usr/src/regress/misc/exceptions/foo/foo.cc c++ -o foo foo.o -Wl,-rpath,/usr/src/regress/misc/exceptions/foo/../libbar/obj -L/usr/src/regress/misc/exceptions/foo/../libbar/obj -lbar ./foo Throwing up *** Signal SIGSEGV in foo (:40 'run-regress-foo') FAILED ===> threads ==== runs ==== c++ -O2 -pipe -MD -MP -c /usr/src/regress/misc/exceptions/threads/exceptions.cc c++ -o exceptions exceptions.o -lpthread for i in $(jot 100); do ./exceptions; done Segmentation fault (core dumped) *** Error 139 in threads (Makefile:11 'runs') FAILED FAIL misc/exceptions *** Signal SIGSEGV in simple (:40 'run-regress-exceptions'), *** Signal SIGSEGV in simple2 (:40 'run-regress-simple2'), *** Signal SIGSEGV in foo (:40 'run-regress-foo'), *** Error 139 in threads (Makefile:11 'runs')