Bugzilla – Attachment 1803 Details for
Bug 1118
Annoying "Killed by signal 1" message with ProxyCommand
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
debug() and cleanup_exit() on signal rather than fatal()
quieter-signals.patch (text/plain), 468 bytes, created by
Colin Watson
on 2010-03-02 02:50:08 AEDT
(
hide
)
Description:
debug() and cleanup_exit() on signal rather than fatal()
Filename:
MIME Type:
Creator:
Colin Watson
Created:
2010-03-02 02:50:08 AEDT
Size:
468 bytes
patch
obsolete
>Index: b/clientloop.c >=================================================================== >--- a/clientloop.c >+++ b/clientloop.c >@@ -1526,8 +1526,10 @@ > exit_status = 0; > } > >- if (received_signal) >- fatal("Killed by signal %d.", (int) received_signal); >+ if (received_signal) { >+ debug("Killed by signal %d.", (int) received_signal); >+ cleanup_exit((int) received_signal + 128); >+ } > > /* > * In interactive mode (with pseudo tty) display a message indicating
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1118
: 1803