https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64721
David Malcolm <dmalcolm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|SIGABRT becomes a SIGSEGV |SIGABRT becomes a SIGSEGV |in jit testsuite |after invoking | |gcc_jit_context_compile[_to | |_file] within a process --- Comment #3 from David Malcolm <dmalcolm at gcc dot gnu.org> --- (retitling; it appears that any use of gcc_jit_context_compile[_to_file] that makes it as far as toplev::main will install the signal-handlers into the process, leading to SIGSEGV inside libgccjit due e.g. to assert failures in other DSOs within the process)