Currently segmentation faults or core dumps do not result in a stacktrace. This is problematic when debugging issues, such as #29889 (comment)
Fix it by running everything in Nulgrind, which has less overhead than Valgrind, unless Valgrind is already selected.