summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-12-03 13:24:07 -0500
committerRay Strode <rstrode@redhat.com>2013-01-22 11:56:26 -0500
commit59d705966a50fe796b5ba7414697aa503476a7ec (patch)
treeb640d55cd66ebc65c51031c8c3e8f6a378894603 /.gitignore
parent305df4a7b0f2dcf92024478ead7e37295b61c07e (diff)
downloadgdm-59d705966a50fe796b5ba7414697aa503476a7ec.tar.gz
Remove handling of SIGSEGV/SIGFPE/SIGILL etc.
Modern operating systems have "crash catching" functionality; for example, systemd comes with "systemd-coredump" which collects cores automatically. Attempting to handle these kinds of fatal signals internally is now much worse, because the original source of the problem will be masked. systemd won't collect a core file that would include a backtrace, for example. Also, with these removed, we can move forward porting to g_unix_signal_add(). https://bugzilla.gnome.org/show_bug.cgi?id=676181
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions