diff --git a/src/.gdbinit b/src/.gdbinit index 0a6412149bf..a03ff85d2fe 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -52,9 +52,7 @@ end # Pass on signals used by MPS to suspend threads. if defined_HAVE_MPS - # Print SIGSEGV for now, since it makes the logs more useful. Don't - # stop, though. - handle SIGSEGV nostop print pass + handle SIGSEGV nostop noprint pass handle SIGXFSZ nostop noprint pass handle SIGXCPU nostop noprint pass end