Guest User

Untitled

a guest
Dec 20th, 2017
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. $ ./a.out
  2. mysql_real_connect, Error: SSL connection error: (null)
  3. mysql_real_connect, Error: SSL connection error: (null)
  4. mysql_real_connect, Error: SSL connection error: (null)
  5. mysql_real_connect, Error: SSL connection error: (null)
  6. mysql_real_connect, Error: SSL connection error: (null)
  7. mysql_real_connect, Error: SSL connection error: (null)
  8. Success!
  9. Success!
  10. $ ./a.out
  11. Segmentation fault (core dumped)
  12.  
  13. (gdb) bt
  14. #0 0x0000000000483d4f in sha1_block_data_order_avx ()
  15. #1 0xca62c1d6ca62c1d6 in ?? ()
  16. #2 0xca62c1d6ca62c1d6 in ?? ()
  17. #3 0xca62c1d6ca62c1d6 in ?? ()
  18. #4 0xca62c1d6ca62c1d6 in ?? ()
  19. #5 0xca62c1d6ca62c1d6 in ?? ()
  20. #6 0xca62c1d6ca62c1d6 in ?? ()
  21. #7 0xca62c1d6ca62c1d6 in ?? ()
  22. #8 0xca62c1d6ca62c1d6 in ?? ()
  23. #9 0x00007fd6199644e0 in ?? ()
  24. #10 0x00007fd61abfb10c in malloc () from /lib64/libc.so.6
  25. #11 0x0000000000477e68 in CRYPTO_malloc ()
  26. #12 0x000000000047e1af in SHA1_Update ()
  27. #13 0x0000000000566852 in ssleay_rand_bytes ()
  28. #14 0x000000000044210d in SSL_CTX_new ()
  29. #15 0x000000000041f5a4 in new_VioSSLFd ()
  30. #16 0x000000000041f9a9 in new_VioSSLConnectorFd ()
  31. #17 0x000000000040b53f in send_client_reply_packet ()
  32. #18 0x000000000040b82d in client_mpvio_write_packet ()
  33. #19 0x000000000040a935 in native_password_auth_client ()
  34. #20 0x000000000040d5d0 in run_plugin_auth ()
  35. #21 0x000000000040e189 in mysql_real_connect ()
  36. #22 0x00000000004039ce in thread_func() ()
  37. #23 0x0000000000404ee3 in void std::_Bind_simple<void (*())()>::_M_invoke<>(std::_Index_tuple<>) ()
  38. #24 0x0000000000404e3d in std::_Bind_simple<void (*())()>::operator()() ()
  39. #25 0x0000000000404dd6 in std::thread::_Impl<std::_Bind_simple<void (*())()> >::_M_run() ()
  40. #26 0x00007fd61b7272b0 in ?? () from /lib64/libstdc++.so.6
  41. #27 0x00007fd61af45e25 in start_thread () from /lib64/libpthread.so.0
  42. #28 0x00007fd61ac7334d in clone () from /lib64/libc.so.6
Advertisement
Add Comment
Please, Sign In to add comment