ROOT Version: 6.26/00
Platform: linuxx8664gcc
Compiler: g++ (GCC) 12.0.1 20220308 (Red Hat 12.0.1-0)
I am writing some small program that is using and linked to ROOT, I noticed a mechanism that when program (linked to ROOT) gets a SIGSEGV, it will spawn a GDB and print backtrace, instead of just crashing and letting kernel/systemd-coredumpd to kick in to grab a coredump file. (Nevertheless to say the backtrace printing is broken on my Fedora 36 machine, but this specific problem should be reported to Fedora maintainers I think.)
While the built in SIGSEGV handler can be distrubing when I want to get a coredump from systemd-coredumpd for further debugging, is there anyway to disable/bypass it?