bugzilla-daemon@dp3.samba.org
2006-Feb-02 02:48 UTC
DO NOT REPLY [Bug 2499] rsync fails to exit when run from an environment with a signal mask
https://bugzilla.samba.org/show_bug.cgi?id=2499 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Comment #4 from wayned@samba.org 2006-02-01 19:47 MST ------- OK, I just checked in some changes that make rsync use sigaction() and sigprocmask() if they are available (otherwise signal() continues to be used). -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
Carson Gaspar
2006-Feb-03 11:11 UTC
DO NOT REPLY [Bug 2499] rsync fails to exit when run from an environment with a signal mask
--On Wednesday, February 01, 2006 7:47 PM -0700 bugzilla-daemon@dp3.samba.org wrote:> ------- Comment #4 from wayned@samba.org 2006-02-01 19:47 MST ------- > OK, I just checked in some changes that make rsync use sigaction() and > sigprocmask() if they are available (otherwise signal() continues to be > used).Thanks, Wayne! signal() needs to die (thanks to the major semantic differences between OS versions). The SYSV/BSD signal() divergence is definitely on my list of "If I could go back in time and slap some sense into people" list. -- Carson
Seemingly Similar Threads
- post ino64: lockd no runs?
- [Bug 2499] rsync fails to exit when run from an environment with a signal mask
- [Bug 2499] New: rsync fails to exit when run from an environment with a signal mask
- Add new user -> swat core dump
- [klibc:ia64-signal-fix] ia64: sigaction: Make signal updates atomic