diff options
author | Roland McGrath <roland@gnu.org> | 2008-03-08 21:47:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2008-03-08 21:47:27 +0000 |
commit | 2b965f1b4e83257ff5cc87babf9ffb455efc4e5c (patch) | |
tree | 0c53f20b0f616d5ab9ef2d4ee6641ae1efd8f4f7 /ChangeLog | |
parent | a8fd84d4500b26e44005b6a535c322b757a4b233 (diff) | |
download | glibc-2b965f1b4e83257ff5cc87babf9ffb455efc4e5c.zip glibc-2b965f1b4e83257ff5cc87babf9ffb455efc4e5c.tar.gz glibc-2b965f1b4e83257ff5cc87babf9ffb455efc4e5c.tar.bz2 |
* 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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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>. |