summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/segfault.c
Commit message (Collapse)AuthorAgeFilesLines
* debug: Remove catchsegv and libSegfault (BZ #14913)Adhemerval Zanella2022-01-061-2/+0
| | | | | | | | | | | | 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-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2005-12-141-1/+1
|
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-1/+1
|
* 2.5-18.1Jakub Jelinek2007-07-121-1/+1
|
* Update.Ulrich Drepper2002-11-031-0/+2
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.