Advertisement
Gingeropolous

Untitled

Feb 20th, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.29 KB | None | 0 0
  1. Notes:
  2. git clone https://www.github.com/tewinget/bitmonero.git -b blockchain
  3. build debug
  4.  
  5.  
  6. Log level 2:
  7.  
  8.  
  9. 2015-Feb-20 13:33:59.951245 [P2P6][62.210.245.87:33749 INC]NOTIFY_NEW_BLOCK (hop 4)
  10. 2015-Feb-20 13:33:59.959356 [P2P0][195.154.181.121:8180 OUT]NOTIFY_NEW_BLOCK (hop 0)
  11. 2015-Feb-20 13:34:01.716273 [P2P8][88.135.249.23:18080 OUT]-->>NOTIFY_RESPONSE_GET_OBJECTS: blocks.size()=200, txs.size()=0, rsp.m_current_blockchain_height=444871, missed_ids.size()=0
  12. 2015-Feb-20 13:34:01.716287 [P2P3]Block with hash 22cffbe1a75fb624f6207354b18dfc662a8ea57cbb5c47dbc42c8ef144627202not found in db
  13. 2015-Feb-20 13:34:01.716354 [P2P8][88.135.249.23:18080 OUT] post N10cryptonote27NOTIFY_RESPONSE_GET_OBJECTSE -->
  14. 2015-Feb-20 13:34:01.720149 [P2P8][62.210.245.87:34861 INC]NOTIFY_NEW_BLOCK (hop 4)
  15. 2015-Feb-20 13:34:02.524525 [P2P3]+++++ BLOCK SUCCESSFULLY ADDED
  16. id: <22cffbe1a75fb624f6207354b18dfc662a8ea57cbb5c47dbc42c8ef144627202>
  17. PoW: <3cd645b56e4577ab26197cb9fe48c1c61a3220db4d5a21006dca5ba404000000>
  18. HEIGHT 444872, difficulty: 815422682
  19. block reward: 11.538293503615(11.538293503615 + 0.000000000000), coinbase_blob_size: 211, cumulative size: 211, 65(4/60)ms
  20. 2015-Feb-20 13:34:02.524704 [P2P2][188.168.20.179:18080 OUT]NOTIFY_NEW_TRANSACTIONS
  21. 2015-Feb-20 13:34:02.524777 [P2P9][95.24.16.72:18080 OUT]NOTIFY_NEW_BLOCK (hop 2)
  22. 2015-Feb-20 13:34:02.524885 [P2P5][134.208.10.198:53457 INC]NOTIFY_NEW_BLOCK (hop 2)
  23. 2015-Feb-20 13:34:02.525498 [P2P9][107.152.130.98:35401 INC]COMMAND_TIMED_SYNC
  24. 2015-Feb-20 13:34:02.525565 [P2P5][95.24.16.72:18080 cf77f92a-d3b1-4883-ad8f-a6e328822ef3 OUT] CLOSE CONNECTION
  25. 2015-Feb-20 13:34:02.524716 [P2P4][46.8.52.59:52945 INC]NOTIFY_NEW_TRANSACTIONS
  26. 2015-Feb-20 13:34:02.524949 [P2P1][95.67.220.184:18080 OUT]NOTIFY_NEW_BLOCK (hop 1)
  27. 2015-Feb-20 13:34:02.525790 [P2P9][95.83.45.247:18080 OUT]NOTIFY_NEW_BLOCK (hop 2)
  28. 2015-Feb-20 13:34:02.525956 [P2P9][95.83.45.247:18080 OUT]NOTIFY_NEW_TRANSACTIONS
  29. 2015-Feb-20 13:34:02.524797 [P2P3][104.207.128.235:18080 OUT] post relay N10cryptonote16NOTIFY_NEW_BLOCKE -->
  30. 2015-Feb-20 13:34:02.524830 [P2P7]tx <dc6928a010490f90d3286384af6d5a571b7ad5ff74e80e5fea89dbdeaf601822>already have transaction in tx_pool
  31. bitmonerod: /usr/include/boost/thread/pthread/recursive_mutex.hpp:101: boost::recursive_mutex::~recursive_mutex(): Assertion `!pthread_mutex_destroy(&m)' failed.
  32. 2015-Feb-20 13:34:02.525006 [P2P6][109.161.50.249:18080 OUT]NOTIFY_NEW_TRANSACTIONS
  33. 2015-Feb-20 13:34:02.525956 [P2P1][134.208.10.198:53457 04eef4fa-c68b-4fd5-9f71-7b3f436a3153 INC] CLOSE CONNECTION
  34. 2015-Feb-20 13:34:02.526607 [P2P2]tx <dc6928a010490f90d3286384af6d5a571b7ad5ff74e80e5fea89dbdeaf601822>already have transaction in tx_pool
  35.  
  36. Program received signal SIGABRT, Aborted.
  37. [Switching to Thread 0x7fffe97f7700 (LWP 2176)]
  38. 0x00007ffff5944cc9 in __GI_raise (sig=sig@entry=6)
  39. at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  40. 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  41.  
  42.  
  43. **And the backtrace**
  44.  
  45. Program received signal SIGABRT, Aborted.
  46. [Switching to Thread 0x7fffe97f7700 (LWP 2176)]
  47. 0x00007ffff5944cc9 in __GI_raise (sig=sig@entry=6)
  48. at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  49. 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  50. (gdb) tb 20
  51. Temporary breakpoint 1 at 0x7ffff5944c90: file ../nptl/sysdeps/unix/sysv/linux/raise.c, line 20.
  52. (gdb) bt 20
  53. #0 0x00007ffff5944cc9 in __GI_raise (sig=sig@entry=6)
  54. at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  55. #1 0x00007ffff59480d8 in __GI_abort () at abort.c:89
  56. #2 0x00007ffff593db86 in __assert_fail_base (
  57. fmt=0x7ffff5a8f3d0 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n",
  58. assertion=assertion@entry=0x6df7b7 "!pthread_mutex_destroy(&m)",
  59. file=file@entry=0x6e1cc0 "/usr/include/boost/thread/pthread/recursive_mutex.hpp", line=line@entry=101,
  60. function=function@entry=0x7161c0 <boost::recursive_mutex::~recursive_mutex()::__PRETTY_FUNCTION__> "boost::recursive_mutex::~recursive_mutex()")
  61. at assert.c:92
  62. #3 0x00007ffff593dc32 in __GI___assert_fail (
  63. assertion=0x6df7b7 "!pthread_mutex_destroy(&m)",
  64. file=0x6e1cc0 "/usr/include/boost/thread/pthread/recursive_mutex.hpp",
  65. line=101,
  66. function=0x7161c0 <boost::recursive_mutex::~recursive_mutex()::__PRETTY_FUNCTION__> "boost::recursive_mutex::~recursive_mutex()") at assert.c:101
  67. #4 0x00000000005bd5c1 in ~recursive_mutex (this=0x7ffbc8014458,
  68. __in_chrg=<optimized out>)
  69. at /usr/include/boost/thread/pthread/recursive_mutex.hpp:101
  70. #5 ~critical_section (this=0x7ffbc8014458, __in_chrg=<optimized out>)
  71. at /home/e5405/bitmonero_LMDB/bitmonero/contrib/epee/include/syncobj.h:86
  72. #6 epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2---Type <return> to continue, or q <return> to quit---
  73. p_connection_context_t<cryptonote::cryptonote_connection_context> > >::~connection (this=0x7ffbc80121c0, __in_chrg=<optimized out>)
  74. at /home/e5405/bitmonero_LMDB/bitmonero/contrib/epee/include/net/abstract_tcp_server2.inl:76
  75. #7 0x00000000005bd6a9 in epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >::~connection (this=0x7ffbc80121c0, __in_chrg=<optimized out>)
  76. at /home/e5405/bitmonero_LMDB/bitmonero/contrib/epee/include/net/abstract_tcp_server2.inl:76
  77. #8 0x000000000055810d in checked_delete<epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > > (x=<optimized out>)
  78. at /usr/include/boost/checked_delete.hpp:34
  79. #9 boost::detail::sp_counted_impl_p<epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > >::dispose (this=<optimized out>)
  80. at /usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp:78
  81. #10 0x000000000055f677 in boost::detail::sp_counted_base::release (this=0x86c)
  82. at /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp:146
  83. #11 0x00000000005f79ad in ~shared_count (this=0x7fffe97f6758,
  84. __in_chrg=<optimized out>)
  85. at /usr/include/boost/smart_ptr/detail/shared_count.hpp:371
  86. #12 ~shared_ptr (this=0x7fffe97f6750, __in_chrg=<optimized out>)
  87. ---Type <return> to continue, or q <return> to quit---
  88.  
  89. at /usr/include/boost/smart_ptr/shared_ptr.hpp:328
  90. #13 ~value (this=0x7fffe97f6750, __in_chrg=<optimized out>)
  91. at /usr/include/boost/bind/bind.hpp:112
  92. #14 ~storage1 (this=0x7fffe97f6750, __in_chrg=<optimized out>)
  93. at /usr/include/boost/bind/storage.hpp:40
  94. #15 ~storage2 (this=0x7fffe97f6750, __in_chrg=<optimized out>)
  95. at /usr/include/boost/bind/storage.hpp:107
  96. #16 ~storage3 (this=0x7fffe97f6750, __in_chrg=<optimized out>)
  97. at /usr/include/boost/bind/storage.hpp:156
  98. #17 ~list3 (this=0x7fffe97f6750, __in_chrg=<optimized out>)
  99. at /usr/include/boost/bind/bind.hpp:352
  100. #18 ~bind_t (this=0x7fffe97f6740, __in_chrg=<optimized out>)
  101. at /usr/include/boost/bind/bind.hpp:864
  102. #19 ~rewrapped_handler (this=0x7fffe97f6740, __in_chrg=<optimized out>)
  103. at /usr/include/boost/asio/detail/wrapped_handler.hpp:160
  104. #20 boost::asio::detail::completion_handler<boost::asio::detail::rewrapped_handler<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > > >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::asio::detail::is_continuation_if_running>, boost::system::error_code, unsigned long>, boost::_bi::bind_t<void, boost::_mfi::mf2<void, epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > > >, boost::arg<1> (*)(), boost::arg<2> (*)()> > > >::do_complete (owner=0xa46740, base=base@entry=0x7ffbc80299f0)
  105. at /usr/include/boost/asio/detail/completion_handler.hpp:59
  106. #21 0x00000000005f7d47 in boost::asio::detail::strand_service::dispatch<boost::a---Type <return> to continue, or q <return> to quit---
  107. sio::detail::rewrapped_handler<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > > >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::asio::detail::is_continuation_if_running>, boost::system::error_code, unsigned long>, boost::_bi::bind_t<void, boost::_mfi::mf2<void, epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > > >, boost::arg<1> (*)(), boost::arg<2> (*)()> > > > (this=0xa48bc0, impl=@0x7fffe97f68c8: 0x7ffbc0022740,
  108. handler=...) at /usr/include/boost/asio/detail/impl/strand_service.hpp:88
  109. #22 0x00000000005f8057 in dispatch<boost::asio::detail::rewrapped_handler<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<epee::ne---Type <return> to continue, or q <return> to quit---
  110. t_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > > >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::asio::detail::is_continuation_if_running>, boost::system::error_code, unsigned long>, boost::_bi::bind_t<void, boost::_mfi::mf2<void, epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > > >, boost::arg<1> (*)(), boost::arg<2> (*)()> > > > (
  111. handler=<unknown type in /home/e5405/bitmonero_LMDB/bitmonero/build/debug/bin/bitmonerod, CU 0x0, DIE 0x4fc853>, this=0x7fffe97f68c0)
  112. at /usr/include/boost/asio/strand.hpp:158
  113. #23 asio_handler_invoke<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > > >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::asio::detail::is_continuation_if_running>, boost::system::error_code, unsigned long>, boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, epee::ne---Type <return> to continue, or q <return> to quit---
  114. t_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > > >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::asio::detail::is_continuation_if_running> (this_handler=0x7fffe97f68c0, function=...)
  115. at /usr/include/boost/asio/detail/wrapped_handler.hpp:232
  116. #24 invoke<boost::asio::detail::binder2<boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > > >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::asio::detail::is_continuation_if_running>, boost::system::error_code, unsigned long>, boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_---Type <return> to continue, or q <return> to quit---
  117. context> > > > >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::asio::detail::is_continuation_if_running> > (context=..., function=...)
  118. at /usr/include/boost/asio/detail/handler_invoke_helpers.hpp:37
  119. #25 boost::asio::detail::reactive_socket_recv_op<boost::asio::mutable_buffers_1, boost::asio::detail::wrapped_handler<boost::asio::io_service::strand, boost::_bi::bind_t<void, boost::_mfi::mf2<void, epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >, boost::system::error_code const&, unsigned long>, boost::_bi::list3<boost::_bi::value<boost::shared_ptr<epee::net_utils::connection<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > > >, boost::arg<1> (*)(), boost::arg<2> (*)()> >, boost::asio::detail::is_continuation_if_running> >::do_complete (
  120. owner=0xa46740, base=<optimized out>)
  121. at /usr/include/boost/asio/detail/reactive_socket_recv_op.hpp:110
  122. #26 0x000000000056154a in complete (bytes_transferred=0, ec=..., owner=...,
  123. this=0x7ffbc80299f0)
  124. at /usr/include/boost/asio/detail/task_io_service_operation.hpp:38
  125. #27 boost::asio::detail::task_io_service::do_run_one (
  126. this=this@entry=0xa46740, lock=..., this_thread=..., ec=...)
  127. at /usr/include/boost/asio/detail/impl/task_io_service.ipp:384
  128. #28 0x00000000005833ec in run (ec=..., this=0xa46740)
  129. at /usr/include/boost/asio/detail/impl/task_io_service.ipp:153
  130. #29 run (this=<optimized out>)
  131. ---Type <return> to continue, or q <return> to quit---
  132. at /usr/include/boost/asio/impl/io_service.ipp:59
  133. #30 epee::net_utils::boosted_tcp_server<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >::worker_thread (this=0x7fffffffd860)
  134. at /home/e5405/bitmonero_LMDB/bitmonero/contrib/epee/include/net/abstract_tcp_server2.inl:498
  135. #31 0x00000000005583d4 in operator() (p=<optimized out>, this=<optimized out>)
  136. at /usr/include/boost/bind/mem_fn_template.hpp:49
  137. #32 operator()<bool, boost::_mfi::mf0<bool, epee::net_utils::boosted_tcp_server<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > >, boost::_bi::list0> (
  138. a=<synthetic pointer>, f=..., this=<optimized out>)
  139. at /usr/include/boost/bind/bind.hpp:243
  140. #33 operator() (this=<optimized out>)
  141. at /usr/include/boost/bind/bind_template.hpp:20
  142. #34 boost::detail::thread_data<boost::_bi::bind_t<bool, boost::_mfi::mf0<bool, epee::net_utils::boosted_tcp_server<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > > >, boost::_bi::list1<boost::_bi::value<epee::net_utils::boosted_tcp_server<epee::levin::async_protocol_handler<nodetool::p2p_connection_context_t<cryptonote::cryptonote_connection_context> > >*> > > >::run (this=<optimized out>)
  143. at /usr/include/boost/thread/detail/thread.hpp:117
  144. #35 0x00007ffff6e2fe7a in ?? ()
  145. ---Type <return> to continue, or q <return> to quit---
  146. from /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0
  147. #36 0x00007ffff6c0e182 in start_thread (arg=0x7fffe97f7700)
  148. at pthread_create.c:312
  149. #37 0x00007ffff5a0900d in clone ()
  150. at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement