Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-06 | debug: Remove catchsegv and libSegfault (BZ #14913) | Adhemerval Zanella | |
Trapping SIGSEGV within the process is error-prone, adds security issues, and modern analysis design tends to happen out of the process (either by attaching a debugger or by post-mortem analysis). The libSegfault also has some design problems, it uses non async-signal-safe function (backtrace) on signal handler. There are multiple alternatives if users do want to use similar functionality, such as sigsegv gnulib module or libsegfault. | |||
2005-12-14 | 2005-12-13 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper | |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | |
2002-11-03 | Update. | Ulrich Drepper | |
2002-11-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF is defined write out memory map. * sysdeps/unix/sysv/linux/segfault.c: New file. |