summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2008-03-08 21:47:27 +0000
committerRoland McGrath <roland@gnu.org>2008-03-08 21:47:27 +0000
commit2b965f1b4e83257ff5cc87babf9ffb455efc4e5c (patch)
tree0c53f20b0f616d5ab9ef2d4ee6641ae1efd8f4f7 /ChangeLog
parenta8fd84d4500b26e44005b6a535c322b757a4b233 (diff)
downloadglibc-2b965f1b4e83257ff5cc87babf9ffb455efc4e5c.tar.gz
* hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
ignore a signal that came from a machine exception, treat it as a fatal core-dump signal instead. Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38cbb4cb63..128d395d4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-03-08 Roland McGrath <roland@frob.com>
+ * hurd/hurdsig.c (_hurd_internal_post_signal): When normal rules would
+ ignore a signal that came from a machine exception, treat it as a
+ fatal core-dump signal instead.
+ Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
+
* sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
Clear DF bit in thread state's eflags.
Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.