Guest User

Untitled

a guest
Nov 27th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. bt
  2. #0 lssh2_channel_close (conn=0x8e85338, channel=0x8eb3a28, exitcode=0x0) at remote_executor_libssh2.c:479
  3. #1 0x08059520 in lssh2_execute_command (conn=0x8e85338, command=<value optimized out>, data=0xbf884764) at remote_executor_libssh2.c:923
  4. #2 0x08059c22 in lssh2_session_free (conn=0x8e85338) at remote_executor_libssh2.c:557
  5. #3 0x0805528d in executor_close () at executor.c:1038
  6. #4 0x0804d095 in main (argc=10, argv=0xbf884b54, envp=0xbf884b80) at main.c:1306
  7. (gdb) p *conn
  8. $1 = {host = 0xb76e2540, timeout = {tv_sec = 3, tv_nsec = 0}, sin = {sin_family = 2, sin_port = 5632, sin_addr = {s_addr = 4030465290}, sin_zero = "r\000: 1\n\000"},
  9. hostname = 0x8e85288 "ss01.intra.sofica.fi", username = 0x8e852f0 "ssaaristo", password = 0x805da54 "", fingerprint = 0x8e8cc90 "",
  10. priv_key = 0x8e85458 "/home/sampos/.ssh/id_rsa", pub_key = 0x8e85748 "/home/sampos/.ssh/id_rsa.pub", hostaddr = 4294967295, port = 0, sock = 3, nfd = {fds_bits = {8,
  11. 0 <repeats 31 times>}}, writefd = 0x0, readfd = 0x8e85378, ssh2_session = 0x8e86b08, status = SESSION_OK, signaled = 0}
Add Comment
Please, Sign In to add comment