Bug 409 - "Killed by signal 15" when using subversion
"Killed by signal 15" when using subversion
Status: RESOLVED FIXED
Product: OpenSSH
Classification: Unclassified
Component: ssh
trunk
x86 Ubuntu 7.04
: P5 normal
Assigned To: David Leonard
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-10-10 22:09 MDT by David Leonard
Modified: 2007-10-10 23:44 MDT (History)
2 users (show)

See Also:
VAS: ---
Case ID assoicated to bug:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Leonard 2007-10-10 22:09:42 MDT
On Ubuntu, svn sends a SIGTERM to the child process when it wants to close the connection.

SSH traps this, treats it as an error and writes 
   Killed by signal 15
to standard error. This is really annoying output.

After discussing with Ted, we suspect that SIGTERM should continue to be trapped but instead interpreted as a legitimate way to terminate the session. That is, do the cleanup, send no error output, and exit success.
Comment 2 David Leonard 2007-10-10 23:44:01 MDT
fixed in revision 222