On Thu, Jan 12, 2012 at 9:57 PM, MIURA Masahiro <echocham...@gmail.com>wrote:

> On Fri, Jan 13, 2012 at 02:47, Stephan Beal <sgb...@googlemail.com> wrote:
> >> Closing SSH tunnel: Killed by signal 2.
> > FWIW: 'man 7 signal' says that signal 2 is SIGINT, which is normally
> > triggered by Ctrl-C.
>
> No idea what causes this.  I certainly didn't do that by hand.
>
>
It's fossil that send SIGINT signal to the ssh process after the job is
finish. Done on the pclose2() function here: [1]. Called from here: [2].


[1]
http://www.fossil-scm.org/index.html/artifact/bb42b2da7e7815804428537ddb690862e7d99e0b?ln=215-215
[2]
http://www.fossil-scm.org/index.html/artifact/b2f3fa631e707dcfffd51aeec4443aab6382877f?ln=168-168

-- 
Martin Gagnon
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to