Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Feb 11th, 2012  |  syntax: GDB  |  size: 35.79 KB  |  hits: 98  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [New Thread 0x7f7524c39700 (LWP 1897)]
  2. [New Thread 0x7f751ffff700 (LWP 1898)]
  3. [New Thread 0x7f751f7fe700 (LWP 1899)]
  4. [New Thread 0x7f75041d1700 (LWP 1900)]
  5. [New Thread 0x7f75039d0700 (LWP 1901)]
  6. [New Thread 0x7f75031cf700 (LWP 1902)]
  7. [New Thread 0x7f75029ce700 (LWP 1903)]
  8. [New Thread 0x7f74fba09700 (LWP 1904)]
  9. [New Thread 0x7f74fb201700 (LWP 1905)]
  10.  
  11. Program received signal SIGSEGV, Segmentation fault.
  12. [Switching to Thread 0x7f75039d0700 (LWP 1901)]
  13. 0x0000000000b945ee in std::list<ArenaTeamMember, std::allocator<ArenaTeamMember> >::begin (this=0x30) at /usr/include/c++/4.4/bits/stl_list.h:690
  14. 690             { return iterator(this->_M_impl._M_node._M_next); }
  15. "== START info threads =="
  16.   11 Thread 0x7f74fb201700 (LWP 1905)  0x00007f7525b3a623 in epoll_wait ()
  17.    from /lib/libc.so.6
  18.   10 Thread 0x7f74fba09700 (LWP 1904)  0x00007f7525b3a623 in epoll_wait ()
  19.    from /lib/libc.so.6
  20.   9 Thread 0x7f75029ce700 (LWP 1903)  0x00007f7525dda7dd in nanosleep ()
  21.    from /lib/libpthread.so.0
  22.   8 Thread 0x7f75031cf700 (LWP 1902)  0x00007f7525dda0bd in read ()
  23.    from /lib/libpthread.so.0
  24. * 7 Thread 0x7f75039d0700 (LWP 1901)  0x0000000000b945ee in std::list<ArenaTeamMember, std::allocator<ArenaTeamMember> >::begin (this=0x30)
  25.         at /usr/include/c++/4.4/bits/stl_list.h:690
  26.   6 Thread 0x7f75041d1700 (LWP 1900)  0x00007f7525dd716c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  27.   5 Thread 0x7f751f7fe700 (LWP 1899)  0x00007f7525dd716c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  28.   4 Thread 0x7f751ffff700 (LWP 1898)  0x00007f7525dd716c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  29.   3 Thread 0x7f7524c39700 (LWP 1897)  0x00007f7525dd716c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  30.   1 Thread 0x7f7527832720 (LWP 1893)  0x00007f7525dd3be5 in pthread_join ()
  31.    from /lib/libpthread.so.0
  32. "== END info threads ==""== START bt =="
  33. #0  0x0000000000b945ee in std::list<ArenaTeamMember, std::allocator<ArenaTeamMember> >::begin (this=0x30) at /usr/include/c++/4.4/bits/stl_list.h:690
  34. #1  0x0000000000b9388c in ArenaTeam::MemberLost (this=0x0, plr=0x7f75235b3d30,
  35.         againstRating=1517)
  36.         at /home/oregon/src/oregoncore/src/game/ArenaTeam.cpp:587
  37. #2  0x00000000009f72ae in Player::LeaveBattleground (this=0x7f75235b3d30,
  38.         teleportToEntryPoint=true)
  39.         at /home/oregon/src/oregoncore/src/game/Player.cpp:18657
  40. #3  0x0000000000a960df in WorldSession::HandleBattleGroundLeaveOpcode (
  41.         this=0xd28a9b0, recv_data=@0x7f7521e7baf0)
  42.         at /home/oregon/src/oregoncore/src/game/BattleGroundHandler.cpp:540
  43. #4  0x0000000000939130 in WorldSession::ExecuteOpcode (this=0xd28a9b0,
  44.         opHandle=@0x14265e0, packet=0x7f7521e7baf0)
  45.         at /home/oregon/src/oregoncore/src/game/WorldSession.cpp:562
  46. #5  0x0000000000937aa8 in WorldSession::Update (this=0xd28a9b0, diff=60)
  47.         at /home/oregon/src/oregoncore/src/game/WorldSession.cpp:209
  48. #6  0x000000000099d6c4 in World::UpdateSessions (this=0x191d950, diff=60)
  49.         at /home/oregon/src/oregoncore/src/game/World.cpp:2275
  50. #7  0x000000000099b131 in World::Update (this=0x191d950, diff=60)
  51.         at /home/oregon/src/oregoncore/src/game/World.cpp:1718
  52. #8  0x000000000087db7c in WorldRunnable::run (this=0x7f752001cad0)
  53.         at /home/oregon/src/oregoncore/src/oregoncore/WorldRunnable.cpp:56
  54. #9  0x0000000000ca4589 in ACE_Based::Thread::ThreadTask (param=0x7f752001cad0)
  55.         at /home/oregon/src/oregoncore/src/shared/Threading.cpp:185
  56. #10 0x00007f7525dd28ba in start_thread () from /lib/libpthread.so.0
  57. #11 0x00007f7525b3a02d in clone () from /lib/libc.so.6
  58. #12 0x0000000000000000 in ?? ()
  59. "== END bt ==""== START bt full =="
  60. #0  0x0000000000b945ee in std::list<ArenaTeamMember, std::allocator<ArenaTeamMember> >::begin (this=0x30) at /usr/include/c++/4.4/bits/stl_list.h:690
  61. No locals.
  62. #1  0x0000000000b9388c in ArenaTeam::MemberLost (this=0x0, plr=0x7f75235b3d30,
  63.         againstRating=1517)
  64.         at /home/oregon/src/oregoncore/src/game/ArenaTeam.cpp:587
  65.     itr = {_M_node = 0xe1d207d9720}
  66. #2  0x00000000009f72ae in Player::LeaveBattleground (this=0x7f75235b3d30,
  67.         teleportToEntryPoint=true)
  68.         at /home/oregon/src/oregoncore/src/game/Player.cpp:18657
  69.     Loser = ALLIANCE
  70.     Winner = HORDE
  71.     WinnerTeam = (ArenaTeam *) 0x2758d30
  72.     LoserTeam = (ArenaTeam *) 0x0
  73.     bg = (class BattleGround *) 0xc2d1ee0
  74. #3  0x0000000000a960df in WorldSession::HandleBattleGroundLeaveOpcode (
  75.         this=0xd28a9b0, recv_data=@0x7f7521e7baf0)
  76.         at /home/oregon/src/oregoncore/src/game/BattleGroundHandler.cpp:540
  77. No locals.
  78. #4  0x0000000000939130 in WorldSession::ExecuteOpcode (this=0xd28a9b0,
  79.         opHandle=@0x14265e0, packet=0x7f7521e7baf0)
  80.         at /home/oregon/src/oregoncore/src/game/WorldSession.cpp:562
  81. No locals.
  82. #5  0x0000000000937aa8 in WorldSession::Update (this=0xd28a9b0, diff=60)
  83.         at /home/oregon/src/oregoncore/src/game/WorldSession.cpp:209
  84.     opHandle = (OpcodeHandler &) @0x14265e0: {
  85.   name = 0xf8b4d9 "CMSG_LEAVE_BATTLEFIELD", status = STATUS_LOGGEDIN,
  86.   handler = 0xa9602e <WorldSession::HandleBattleGroundLeaveOpcode(WorldPacket&)>}
  87.     packet = (WorldPacket *) 0x7f7521e7baf0
  88.     currTime = 1318246435
  89. #6  0x000000000099d6c4 in World::UpdateSessions (this=0x191d950, diff=60)
  90.         at /home/oregon/src/oregoncore/src/game/World.cpp:2275
  91.     itr = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<const unsigned int, WorldSession*>, false>> = {_M_cur_node = 0x7f74ec09ebb0,
  92.         _M_cur_bucket = 0x7f74f593cee0}, <No data fields>}
  93.     next = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<const unsigned int, WorldSession*>, false>> = {_M_cur_node = 0x7f74f49d9380,
  94.         _M_cur_bucket = 0x7f74f593cee0}, <No data fields>}
  95.     sess = (WorldSession *) 0x32d54
  96. #7  0x000000000099b131 in World::Update (this=0x191d950, diff=60)
  97.         at /home/oregon/src/oregoncore/src/game/World.cpp:1718
  98. No locals.
  99. #8  0x000000000087db7c in WorldRunnable::run (this=0x7f752001cad0)
  100.         at /home/oregon/src/oregoncore/src/oregoncore/WorldRunnable.cpp:56
  101.     diff = 60
  102.     realCurrTime = 3986442632
  103.     realPrevTime = 3986442572
  104.     prevSleepTime = 47
  105. #9  0x0000000000ca4589 in ACE_Based::Thread::ThreadTask (param=0x7f752001cad0)
  106.         at /home/oregon/src/oregoncore/src/shared/Threading.cpp:185
  107.     _task = (class ACE_Based::Runnable *) 0x7f752001cad0
  108. #10 0x00007f7525dd28ba in start_thread () from /lib/libpthread.so.0
  109. No symbol table info available.
  110. #11 0x00007f7525b3a02d in clone () from /lib/libc.so.6
  111. No symbol table info available.
  112. #12 0x0000000000000000 in ?? ()
  113. No symbol table info available.
  114. "== END bt full ==""== START thread apply all bt full =="
  115. Thread 11 (Thread 0x7f74fb201700 (LWP 1905)):
  116. #0  0x00007f7525b3a623 in epoll_wait () from /lib/libc.so.6
  117. No symbol table info available.
  118. #1  0x00007f75271012b4 in ACE_Dev_Poll_Reactor::work_pending_i (
  119.         this=0x7f75200643f0, max_wait_time=<value optimized out>)
  120.         at ../../ace/Dev_Poll_Reactor.cpp:983
  121.     timer_buf = {static zero = {
  122.         static zero = <same as static member of an already seen type>,
  123.         static max_time = {
  124.         static zero = <same as static member of an already seen type>,
  125.         static max_time = <same as static member of an already seen type>,
  126.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  127.         tv_sec = 0, tv_usec = 0}},
  128.   static max_time = <same as static member of an already seen type>, tv_ = {
  129.         tv_sec = 0, tv_usec = 8278}}
  130.     this_timeout = <value optimized out>
  131.     timeout = 8
  132.     nfds = <value optimized out>
  133. #2  0x00007f75271013a1 in ACE_Dev_Poll_Reactor::handle_events_i (
  134.         this=0x7f75200643f0, max_wait_time=0x7f74fb200e30, guard=@0x7f74fb200db0)
  135.         at ../../ace/Dev_Poll_Reactor.cpp:1056
  136.     result = <value optimized out>
  137. #3  0x00007f752710158e in ACE_Dev_Poll_Reactor::handle_events (
  138.         this=0x7f75200643f0, max_wait_time=0x7f74fb200e30)
  139.         at ../../ace/Dev_Poll_Reactor.cpp:1038
  140.     countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  141.   max_wait_time_ = 0x7f74fb200e30, start_time_ = {static zero = {
  142.         static zero = <same as static member of an already seen type>,
  143.         static max_time = {
  144.         static zero = <same as static member of an already seen type>,
  145.         static max_time = <same as static member of an already seen type>,
  146.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  147.         tv_sec = 0, tv_usec = 0}},
  148.         static max_time = <same as static member of an already seen type>, tv_ = {
  149.         tv_sec = 1318246435, tv_usec = 207469}}, stopped_ = false}
  150.     guard = {token_ = @0x7f7520064468, owner_ = 1}
  151.     result = -1
  152. #4  0x00007f752715802d in ACE_Reactor::run_reactor_event_loop (
  153.         this=0x7f7520087da0, tv=@0x7f74fb200e30, eh=0) at ../../ace/Reactor.cpp:271
  154.     result = 1
  155. #5  0x0000000000a6549f in ReactorRunnable::svc (this=0x3225750)
  156.         at /home/oregon/src/oregoncore/src/game/WorldSocketMgr.cpp:165
  157.     interval = {static zero = {
  158.         static zero = <same as static member of an already seen type>,
  159.         static max_time = {
  160.         static zero = <same as static member of an already seen type>,
  161.         static max_time = <same as static member of an already seen type>,
  162.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  163.         tv_sec = 0, tv_usec = 0}},
  164.   static max_time = <same as static member of an already seen type>, tv_ = {
  165.         tv_sec = 0, tv_usec = 8278}}
  166.     i = {_M_node = 0x3225800}
  167.     t = {_M_node = 0x7f74ee51c260}
  168. #6  0x00007f752717d027 in ACE_Task_Base::svc_run (args=<value optimized out>)
  169.         at ../../ace/Task.cpp:275
  170.     t = (ACE_Task_Base *) 0x3225750
  171.     svc_status = <value optimized out>
  172. #7  0x00007f752717e6d5 in ACE_Thread_Adapter::invoke (this=0x7f7520064d60)
  173.         at ../../ace/Thread_Adapter.cpp:98
  174.     exit_hook_instance = <value optimized out>
  175.     exit_hook_maybe = {instance_ = 0x0}
  176.     exit_hook_ptr = <value optimized out>
  177. #8  0x00007f7525dd28ba in start_thread () from /lib/libpthread.so.0
  178. No symbol table info available.
  179. #9  0x00007f7525b3a02d in clone () from /lib/libc.so.6
  180. No symbol table info available.
  181. #10 0x0000000000000000 in ?? ()
  182. No symbol table info available.
  183.  
  184. Thread 10 (Thread 0x7f74fba09700 (LWP 1904)):
  185. #0  0x00007f7525b3a623 in epoll_wait () from /lib/libc.so.6
  186. No symbol table info available.
  187. #1  0x00007f75271012b4 in ACE_Dev_Poll_Reactor::work_pending_i (
  188.         this=0x3225890, max_wait_time=<value optimized out>)
  189.         at ../../ace/Dev_Poll_Reactor.cpp:983
  190.     timer_buf = {static zero = {
  191.         static zero = <same as static member of an already seen type>,
  192.         static max_time = {
  193.         static zero = <same as static member of an already seen type>,
  194.         static max_time = <same as static member of an already seen type>,
  195.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  196.         tv_sec = 0, tv_usec = 0}},
  197.   static max_time = <same as static member of an already seen type>, tv_ = {
  198.         tv_sec = 0, tv_usec = 9997}}
  199.     this_timeout = <value optimized out>
  200.     timeout = 9
  201.     nfds = <value optimized out>
  202. #2  0x00007f75271013a1 in ACE_Dev_Poll_Reactor::handle_events_i (
  203.         this=0x3225890, max_wait_time=0x7f74fba08e30, guard=@0x7f74fba08db0)
  204.         at ../../ace/Dev_Poll_Reactor.cpp:1056
  205.     result = <value optimized out>
  206. #3  0x00007f752710158e in ACE_Dev_Poll_Reactor::handle_events (this=0x3225890,
  207.         max_wait_time=0x7f74fba08e30) at ../../ace/Dev_Poll_Reactor.cpp:1038
  208.     countdown = {<ACE_Copy_Disabled> = {<No data fields>},
  209.   max_wait_time_ = 0x7f74fba08e30, start_time_ = {static zero = {
  210.         static zero = <same as static member of an already seen type>,
  211.         static max_time = {
  212.         static zero = <same as static member of an already seen type>,
  213.         static max_time = <same as static member of an already seen type>,
  214.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  215.         tv_sec = 0, tv_usec = 0}},
  216.         static max_time = <same as static member of an already seen type>, tv_ = {
  217.         tv_sec = 1318246435, tv_usec = 205717}}, stopped_ = false}
  218.     guard = {token_ = @0x3225908, owner_ = 1}
  219.     result = -1
  220. #4  0x00007f752715802d in ACE_Reactor::run_reactor_event_loop (
  221.         this=0x7f7520062a40, tv=@0x7f74fba08e30, eh=0) at ../../ace/Reactor.cpp:271
  222.     result = 52581912
  223. #5  0x0000000000a6549f in ReactorRunnable::svc (this=0x3225618)
  224.         at /home/oregon/src/oregoncore/src/game/WorldSocketMgr.cpp:165
  225.     interval = {static zero = {
  226.         static zero = <same as static member of an already seen type>,
  227.         static max_time = {
  228.         static zero = <same as static member of an already seen type>,
  229.         static max_time = <same as static member of an already seen type>,
  230.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  231.         tv_sec = 0, tv_usec = 0}},
  232.   static max_time = <same as static member of an already seen type>, tv_ = {
  233.         tv_sec = 0, tv_usec = 9997}}
  234.     i = {_M_node = 0x32256c8}
  235.     t = {_M_node = 0x0}
  236. #6  0x00007f752717d027 in ACE_Task_Base::svc_run (args=<value optimized out>)
  237.         at ../../ace/Task.cpp:275
  238.     t = (ACE_Task_Base *) 0x3225618
  239.     svc_status = <value optimized out>
  240. #7  0x00007f752717e6d5 in ACE_Thread_Adapter::invoke (this=0x7f7520064b10)
  241.         at ../../ace/Thread_Adapter.cpp:98
  242.     exit_hook_instance = <value optimized out>
  243.     exit_hook_maybe = {instance_ = 0x0}
  244.     exit_hook_ptr = <value optimized out>
  245. #8  0x00007f7525dd28ba in start_thread () from /lib/libpthread.so.0
  246. No symbol table info available.
  247. #9  0x00007f7525b3a02d in clone () from /lib/libc.so.6
  248. No symbol table info available.
  249. #10 0x0000000000000000 in ?? ()
  250. No symbol table info available.
  251.  
  252. Thread 9 (Thread 0x7f75029ce700 (LWP 1903)):
  253. #0  0x00007f7525dda7dd in nanosleep () from /lib/libpthread.so.0
  254. No symbol table info available.
  255. #1  0x0000000000bd8a76 in ACE_OS::sleep (tv=@0x7f75029cda90)
  256.         at /root/include/ace/OS_NS_unistd.inl:951
  257.     rqtp = {tv_sec = 0, tv_nsec = 10000000}
  258. #2  0x0000000000ca471b in ACE_Based::Thread::Sleep (msecs=10)
  259.         at /home/oregon/src/oregoncore/src/shared/Threading.cpp:233
  260. No locals.
  261. #3  0x000000000087f0b2 in RARunnable::run (this=0x7f7520060360)
  262.         at /home/oregon/src/oregoncore/src/oregoncore/Master.cpp:163
  263.     h = {<ISocketHandler> = {_vptr.ISocketHandler = 0x103cef0},
  264.   m_sockets = {_M_t = {
  265.         _M_impl = {<std::allocator<std::_Rb_tree_node<std::pair<const int, Socket*> > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<const int, Socket*> > >> = {<No data fields>}, <No data fields>},
  266.         _M_key_compare = {<std::binary_function<int, int, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red,
  267.         _M_parent = 0x0, _M_left = 0x7f75029cdae0,
  268.         _M_right = 0x7f75029cdae0}, _M_node_count = 0}}}, m_add = {_M_t = {
  269.         _M_impl = {<std::allocator<std::_Rb_tree_node<std::pair<const int, Socket*> > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<const int, Socket*> > >> = {<No data fields>}, <No data fields>},
  270.         _M_key_compare = {<std::binary_function<int, int, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red,
  271.         _M_parent = 0x0, _M_left = 0x7f75029cdb10,
  272.         _M_right = 0x7f75029cdb10}, _M_node_count = 0}}},
  273.   m_delete = {<std::_List_base<Socket*, std::allocator<Socket*> >> = {
  274.         _M_impl = {<std::allocator<std::_List_node<Socket*> >> = {<__gnu_cxx::new_allocator<std::_List_node<Socket*> >> = {<No data fields>}, <No data fields>},
  275.         _M_node = {_M_next = 0x7f75029cdb38,
  276.         _M_prev = 0x7f75029cdb38}}}, <No data fields>}, m_stdlog = 0x0,
  277.   m_mutex = @0x0, m_b_use_mutex = false, m_maxsock = 0, m_rfds = {fds_bits = {
  278.         0 <repeats 16 times>}}, m_wfds = {fds_bits = {0 <repeats 16 times>}},
  279.   m_efds = {fds_bits = {0 <repeats 16 times>}}, m_preverror = -1,
  280.   m_errcnt = 0, m_tlast = 0,
  281.   m_fds = {<std::_List_base<int, std::allocator<int> >> = {
  282.         _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>},
  283.         _M_node = {_M_next = 0x7f75029cdcf0,
  284.         _M_prev = 0x7f75029cdcf0}}}, <No data fields>},
  285.   m_fds_erase = {<std::_List_base<int, std::allocator<int> >> = {
  286.         _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>},
  287.         _M_node = {_M_next = 0x7f75029cdd00,
  288.         _M_prev = 0x7f75029cdd00}}}, <No data fields>},
  289.   m_fds_callonconnect = {<std::_List_base<int, std::allocator<int> >> = {
  290.         _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>},
  291.         _M_node = {_M_next = 0x7f75029cdd10,
  292.         _M_prev = 0x7f75029cdd10}}}, <No data fields>},
  293.   m_fds_detach = {<std::_List_base<int, std::allocator<int> >> = {
  294.         _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>},
  295.         _M_node = {_M_next = 0x7f75029cdd20,
  296.         _M_prev = 0x7f75029cdd20}}}, <No data fields>},
  297.   m_fds_timeout = {<std::_List_base<int, std::allocator<int> >> = {
  298.         _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>},
  299.         _M_node = {_M_next = 0x7f75029cdd30,
  300.         _M_prev = 0x7f75029cdd30}}}, <No data fields>},
  301.   m_fds_retry = {<std::_List_base<int, std::allocator<int> >> = {
  302.         _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>},
  303.         _M_node = {_M_next = 0x7f75029cdd40,
  304.         _M_prev = 0x7f75029cdd40}}}, <No data fields>},
  305.   m_fds_close = {<std::_List_base<int, std::allocator<int> >> = {
  306.         _M_impl = {<std::allocator<std::_List_node<int> >> = {<__gnu_cxx::new_allocator<std::_List_node<int> >> = {<No data fields>}, <No data fields>},
  307.         _M_node = {_M_next = 0x7f75029cdd50,
  308.         _M_prev = 0x7f75029cdd50}}}, <No data fields>}, m_resolv_id = 0,
  309.   m_resolver = 0x0, m_resolver_port = 0, m_resolve_q = {_M_t = {
  310.         _M_impl = {<std::allocator<std::_Rb_tree_node<std::pair<Socket* const, bool> > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<Socket* const, bool> > >> = {<No data fields>}, <No data fields>},
  311.         _M_key_compare = {<std::binary_function<Socket*, Socket*, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red,
  312.         _M_parent = 0x0, _M_left = 0x7f75029cdd80,
  313.         _M_right = 0x7f75029cdd80}, _M_node_count = 0}}},
  314.   m_b_enable_pool = false, m_slave = false}
  315.     RAListenSocket = {<Socket> = {_vptr.Socket = 0xf197f0,
  316.         m_handler = @0x7f75029cdad0, m_socket = -1, m_bDel = false,
  317.         m_bClose = false, m_tCreate = 1318172506, m_parent = 0x0,
  318.         m_b_disable_read = false, m_connected = false,
  319.         m_b_erased_by_handler = false, m_tClose = 0, m_client_remote_address = {
  320.         _M_ptr = 0x0}, m_remote_address = {_M_ptr = 0x0},
  321.         m_traffic_monitor = 0x0, m_timeout_start = 0,
  322.         m_timeout_limit = 140141143470566, m_bLost = false, m_socket_type = 0,
  323.         m_socket_protocol = {static npos = <optimized out>,
  324.         _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7f7526777598 ""}},
  325.         m_bClient = false, m_bRetain = false, m_detach = false,
  326.         m_detached = false, m_pThread = 0x0, m_slave_handler = 0x0}, m_depth = 0,
  327.   m_creator = 0x7f7520063bc0, m_bHasCreate = false}
  328.     usera = false
  329.     socketSelecttime = 10000
  330. #4  0x0000000000ca4589 in ACE_Based::Thread::ThreadTask (param=0x7f7520060360)
  331.         at /home/oregon/src/oregoncore/src/shared/Threading.cpp:185
  332.     _task = (class ACE_Based::Runnable *) 0x7f7520060360
  333. #5  0x00007f7525dd28ba in start_thread () from /lib/libpthread.so.0
  334. No symbol table info available.
  335. #6  0x00007f7525b3a02d in clone () from /lib/libc.so.6
  336. No symbol table info available.
  337. #7  0x0000000000000000 in ?? ()
  338. No symbol table info available.
  339.  
  340. Thread 8 (Thread 0x7f75031cf700 (LWP 1902)):
  341. #0  0x00007f7525dda0bd in read () from /lib/libpthread.so.0
  342. No symbol table info available.
  343. #1  0x00007f752740e5ee in rl_getc () from /lib/libreadline.so.5
  344. No symbol table info available.
  345. #2  0x00007f75273fbda1 in readline_internal_char () from /lib/libreadline.so.5
  346. No symbol table info available.
  347. #3  0x00007f75273fc285 in readline () from /lib/libreadline.so.5
  348. No symbol table info available.
  349. #4  0x000000000087c15d in CliRunnable::run (this=0x7f7520060430)
  350.         at /home/oregon/src/oregoncore/src/oregoncore/CliRunnable.cpp:725
  351.     command_str = 0x0
  352.     commandbuf = "\000\000\000\000\000\000\000\000\020\020\000\000\000\000\000\000\230~Ь%u\177\000\000Ё~Ь%u\177\000\000\000\000\000\000\000\000\000\000\001\020\000\000\000\000\000\000\000\000\000\000c", '\0' <repeats 11 times>, "0\020\000\000\000\000\000\000\200\020\000\000\001\001\000\000\230~Ь%u\177\000\000\001\020\000\000\000\000\000\000@~Ь%u\177\000\000\001\020", '\0' <repeats 14 times>, "\210ц\034\003u\177\000\000\000ч\034\003u\177\000\0000\031&#174;%u\177\000\000\000\000\000\000\000\000\000\000\001\020\000\000\000\000\000\000\020\n\"\003\000\000\000\000P\t\217\001", '\0' <repeats 12 times>, "}ЦS&u\177\000\000\000\000\000\000\000\000\000\000ж1\023'u\177\000"...
  353.     canflush = true
  354. #5  0x0000000000ca4589 in ACE_Based::Thread::ThreadTask (param=0x7f7520060430)
  355.         at /home/oregon/src/oregoncore/src/shared/Threading.cpp:185
  356.     _task = (class ACE_Based::Runnable *) 0x7f7520060430
  357. #6  0x00007f7525dd28ba in start_thread () from /lib/libpthread.so.0
  358. No symbol table info available.
  359. #7  0x00007f7525b3a02d in clone () from /lib/libc.so.6
  360. No symbol table info available.
  361. #8  0x0000000000000000 in ?? ()
  362. No symbol table info available.
  363.  
  364. Thread 7 (Thread 0x7f75039d0700 (LWP 1901)):
  365. #0  0x0000000000b945ee in std::list<ArenaTeamMember, std::allocator<ArenaTeamMember> >::begin (this=0x30) at /usr/include/c++/4.4/bits/stl_list.h:690
  366. No locals.
  367. #1  0x0000000000b9388c in ArenaTeam::MemberLost (this=0x0, plr=0x7f75235b3d30,
  368.         againstRating=1517)
  369.         at /home/oregon/src/oregoncore/src/game/ArenaTeam.cpp:587
  370.     itr = {_M_node = 0xe1d207d9720}
  371. #2  0x00000000009f72ae in Player::LeaveBattleground (this=0x7f75235b3d30,
  372.         teleportToEntryPoint=true)
  373.         at /home/oregon/src/oregoncore/src/game/Player.cpp:18657
  374.     Loser = ALLIANCE
  375.     Winner = HORDE
  376.     WinnerTeam = (ArenaTeam *) 0x2758d30
  377.     LoserTeam = (ArenaTeam *) 0x0
  378.     bg = (class BattleGround *) 0xc2d1ee0
  379. #3  0x0000000000a960df in WorldSession::HandleBattleGroundLeaveOpcode (
  380.         this=0xd28a9b0, recv_data=@0x7f7521e7baf0)
  381.         at /home/oregon/src/oregoncore/src/game/BattleGroundHandler.cpp:540
  382. No locals.
  383. #4  0x0000000000939130 in WorldSession::ExecuteOpcode (this=0xd28a9b0,
  384.         opHandle=@0x14265e0, packet=0x7f7521e7baf0)
  385.         at /home/oregon/src/oregoncore/src/game/WorldSession.cpp:562
  386. No locals.
  387. #5  0x0000000000937aa8 in WorldSession::Update (this=0xd28a9b0, diff=60)
  388.         at /home/oregon/src/oregoncore/src/game/WorldSession.cpp:209
  389.     opHandle = (OpcodeHandler &) @0x14265e0: {
  390.   name = 0xf8b4d9 "CMSG_LEAVE_BATTLEFIELD", status = STATUS_LOGGEDIN,
  391.   handler = 0xa9602e <WorldSession::HandleBattleGroundLeaveOpcode(WorldPacket&)>}
  392.     packet = (WorldPacket *) 0x7f7521e7baf0
  393.     currTime = 1318246435
  394. #6  0x000000000099d6c4 in World::UpdateSessions (this=0x191d950, diff=60)
  395.         at /home/oregon/src/oregoncore/src/game/World.cpp:2275
  396.     itr = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<const unsigned int, WorldSession*>, false>> = {_M_cur_node = 0x7f74ec09ebb0,
  397.         _M_cur_bucket = 0x7f74f593cee0}, <No data fields>}
  398.     next = {<std::tr1::__detail::_Hashtable_iterator_base<std::pair<const unsigned int, WorldSession*>, false>> = {_M_cur_node = 0x7f74f49d9380,
  399.         _M_cur_bucket = 0x7f74f593cee0}, <No data fields>}
  400.     sess = (WorldSession *) 0x32d54
  401. #7  0x000000000099b131 in World::Update (this=0x191d950, diff=60)
  402.         at /home/oregon/src/oregoncore/src/game/World.cpp:1718
  403. No locals.
  404. #8  0x000000000087db7c in WorldRunnable::run (this=0x7f752001cad0)
  405.         at /home/oregon/src/oregoncore/src/oregoncore/WorldRunnable.cpp:56
  406.     diff = 60
  407.     realCurrTime = 3986442632
  408.     realPrevTime = 3986442572
  409.     prevSleepTime = 47
  410. #9  0x0000000000ca4589 in ACE_Based::Thread::ThreadTask (param=0x7f752001cad0)
  411.         at /home/oregon/src/oregoncore/src/shared/Threading.cpp:185
  412.     _task = (class ACE_Based::Runnable *) 0x7f752001cad0
  413. #10 0x00007f7525dd28ba in start_thread () from /lib/libpthread.so.0
  414. No symbol table info available.
  415. #11 0x00007f7525b3a02d in clone () from /lib/libc.so.6
  416. No symbol table info available.
  417. #12 0x0000000000000000 in ?? ()
  418. No symbol table info available.
  419.  
  420. Thread 6 (Thread 0x7f75041d1700 (LWP 1900)):
  421. #0  0x00007f7525dd716c in pthread_cond_wait@@GLIBC_2.3.2 ()
  422.    from /lib/libpthread.so.0
  423. No symbol table info available.
  424. #1  0x00007f75270edf55 in ACE_Condition_Thread_Mutex::wait (
  425.         this=0x7f75200239c4, mutex=@0x80, abstime=<value optimized out>)
  426.         at ../../ace/OS_NS_Thread.inl:362
  427. No locals.
  428. #2  0x000000000087790f in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  429.        (this=0x7f7520023940, timeout=0x0)
  430.         at /root/include/ace/Message_Queue_T.cpp:1746
  431.     result = 0
  432. #3  0x000000000087745e in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  433.         this=0x7f7520023940, first_item=@0x7f75041d0e38, timeout=0x0)
  434.         at /root/include/ace/Message_Queue_T.cpp:1938
  435.     ace_mon = {lock_ = 0x7f7520023990, owner_ = 0}
  436. #4  0x00007f75270d4205 in ACE_Activation_Queue::dequeue (
  437.         this=<value optimized out>, tv=0xfffffffffffffe00)
  438.         at ../../ace/Activation_Queue.cpp:91
  439.     mb = (class ACE_Message_Block *) 0x0
  440. #5  0x0000000000ca3391 in DelayExecutor::svc (this=0x7f7520023778)
  441.         at /home/oregon/src/oregoncore/src/shared/DelayExecutor.cpp:71
  442.     rq = (class ACE_Method_Request *) 0x7f74f59ccb90
  443. #6  0x00007f752717d027 in ACE_Task_Base::svc_run (args=<value optimized out>)
  444.         at ../../ace/Task.cpp:275
  445.     t = (ACE_Task_Base *) 0x7f7520023778
  446.     svc_status = <value optimized out>
  447. #7  0x00007f752717e6d5 in ACE_Thread_Adapter::invoke (this=0x7f7520023d20)
  448.         at ../../ace/Thread_Adapter.cpp:98
  449.     exit_hook_instance = <value optimized out>
  450.     exit_hook_maybe = {instance_ = 0x0}
  451.     exit_hook_ptr = <value optimized out>
  452. #8  0x00007f7525dd28ba in start_thread () from /lib/libpthread.so.0
  453. No symbol table info available.
  454. #9  0x00007f7525b3a02d in clone () from /lib/libc.so.6
  455. No symbol table info available.
  456. #10 0x0000000000000000 in ?? ()
  457. No symbol table info available.
  458.  
  459. Thread 5 (Thread 0x7f751f7fe700 (LWP 1899)):
  460. #0  0x00007f7525dd716c in pthread_cond_wait@@GLIBC_2.3.2 ()
  461.    from /lib/libpthread.so.0
  462. No symbol table info available.
  463. #1  0x00007f75270edf55 in ACE_Condition_Thread_Mutex::wait (
  464.         this=0x7f752001d114, mutex=@0x80, abstime=<value optimized out>)
  465.         at ../../ace/OS_NS_Thread.inl:362
  466. No locals.
  467. #2  0x000000000087790f in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  468.        (this=0x7f752001d090, timeout=0x0)
  469.         at /root/include/ace/Message_Queue_T.cpp:1746
  470.     result = 0
  471. #3  0x000000000087745e in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  472.         this=0x7f752001d090, first_item=@0x7f751f7fde48, timeout=0x0)
  473.         at /root/include/ace/Message_Queue_T.cpp:1938
  474.     ace_mon = {lock_ = 0x7f752001d0e0, owner_ = 0}
  475. #4  0x00007f75270d4205 in ACE_Activation_Queue::dequeue (
  476.         this=<value optimized out>, tv=0xfffffffffffffe00)
  477.         at ../../ace/Activation_Queue.cpp:91
  478.     mb = (class ACE_Message_Block *) 0x0
  479. #5  0x0000000000c9c8c6 in SqlDelayThread::run (this=0x7f7520015ff0)
  480.         at /home/oregon/src/oregoncore/src/shared/Database/SqlDelayThread.cpp:41
  481.     s = (SqlAsyncTask *) 0x7f74ed3a0470
  482.     _time = {static zero = {
  483.         static zero = <same as static member of an already seen type>,
  484.         static max_time = {
  485.         static zero = <same as static member of an already seen type>,
  486.         static max_time = <same as static member of an already seen type>,
  487.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  488.         tv_sec = 0, tv_usec = 0}},
  489.   static max_time = <same as static member of an already seen type>, tv_ = {
  490.         tv_sec = 2, tv_usec = 0}}
  491. #6  0x0000000000ca4589 in ACE_Based::Thread::ThreadTask (param=0x7f7520015ff0)
  492.         at /home/oregon/src/oregoncore/src/shared/Threading.cpp:185
  493.     _task = (class ACE_Based::Runnable *) 0x7f7520015ff0
  494. #7  0x00007f7525dd28ba in start_thread () from /lib/libpthread.so.0
  495. No symbol table info available.
  496. #8  0x00007f7525b3a02d in clone () from /lib/libc.so.6
  497. No symbol table info available.
  498. #9  0x0000000000000000 in ?? ()
  499. No symbol table info available.
  500.  
  501. Thread 4 (Thread 0x7f751ffff700 (LWP 1898)):
  502. #0  0x00007f7525dd716c in pthread_cond_wait@@GLIBC_2.3.2 ()
  503.    from /lib/libpthread.so.0
  504. No symbol table info available.
  505. #1  0x00007f75270edf55 in ACE_Condition_Thread_Mutex::wait (
  506.         this=0x7f7520016624, mutex=@0x80, abstime=<value optimized out>)
  507.         at ../../ace/OS_NS_Thread.inl:362
  508. No locals.
  509. #2  0x000000000087790f in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  510.        (this=0x7f75200165a0, timeout=0x0)
  511.         at /root/include/ace/Message_Queue_T.cpp:1746
  512.     result = 0
  513. #3  0x000000000087745e in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  514.         this=0x7f75200165a0, first_item=@0x7f751fffee48, timeout=0x0)
  515.         at /root/include/ace/Message_Queue_T.cpp:1938
  516.     ace_mon = {lock_ = 0x7f75200165f0, owner_ = 0}
  517. #4  0x00007f75270d4205 in ACE_Activation_Queue::dequeue (
  518.         this=<value optimized out>, tv=0xfffffffffffffe00)
  519.         at ../../ace/Activation_Queue.cpp:91
  520.     mb = (class ACE_Message_Block *) 0x0
  521. #5  0x0000000000c9c8c6 in SqlDelayThread::run (this=0x7f7520000990)
  522.         at /home/oregon/src/oregoncore/src/shared/Database/SqlDelayThread.cpp:41
  523.     s = (SqlAsyncTask *) 0x7f74ed2d4170
  524.     _time = {static zero = {
  525.         static zero = <same as static member of an already seen type>,
  526.         static max_time = {
  527.         static zero = <same as static member of an already seen type>,
  528.         static max_time = <same as static member of an already seen type>,
  529.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  530.         tv_sec = 0, tv_usec = 0}},
  531.   static max_time = <same as static member of an already seen type>, tv_ = {
  532.         tv_sec = 2, tv_usec = 0}}
  533. #6  0x0000000000ca4589 in ACE_Based::Thread::ThreadTask (param=0x7f7520000990)
  534.         at /home/oregon/src/oregoncore/src/shared/Threading.cpp:185
  535.     _task = (class ACE_Based::Runnable *) 0x7f7520000990
  536. #7  0x00007f7525dd28ba in start_thread () from /lib/libpthread.so.0
  537. No symbol table info available.
  538. #8  0x00007f7525b3a02d in clone () from /lib/libc.so.6
  539. No symbol table info available.
  540. #9  0x0000000000000000 in ?? ()
  541. No symbol table info available.
  542.  
  543. Thread 3 (Thread 0x7f7524c39700 (LWP 1897)):
  544. #0  0x00007f7525dd716c in pthread_cond_wait@@GLIBC_2.3.2 ()
  545.    from /lib/libpthread.so.0
  546. No symbol table info available.
  547. #1  0x00007f75270edf55 in ACE_Condition_Thread_Mutex::wait (this=0x1917264,
  548.         mutex=@0x80, abstime=<value optimized out>)
  549.         at ../../ace/OS_NS_Thread.inl:362
  550. No locals.
  551. #2  0x000000000087790f in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  552.        (this=0x19171e0, timeout=0x0) at /root/include/ace/Message_Queue_T.cpp:1746
  553.     result = 0
  554. #3  0x000000000087745e in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  555.         this=0x19171e0, first_item=@0x7f7524c38e48, timeout=0x0)
  556.         at /root/include/ace/Message_Queue_T.cpp:1938
  557.     ace_mon = {lock_ = 0x1917230, owner_ = 0}
  558. #4  0x00007f75270d4205 in ACE_Activation_Queue::dequeue (
  559.         this=<value optimized out>, tv=0xfffffffffffffe00)
  560.         at ../../ace/Activation_Queue.cpp:91
  561.     mb = (class ACE_Message_Block *) 0x0
  562. #5  0x0000000000c9c8c6 in SqlDelayThread::run (this=0x1915630)
  563.         at /home/oregon/src/oregoncore/src/shared/Database/SqlDelayThread.cpp:41
  564.     s = (SqlAsyncTask *) 0xc724c70
  565.     _time = {static zero = {
  566.         static zero = <same as static member of an already seen type>,
  567.         static max_time = {
  568.         static zero = <same as static member of an already seen type>,
  569.         static max_time = <same as static member of an already seen type>,
  570.         tv_ = {tv_sec = 9223372036854775807, tv_usec = 999999}}, tv_ = {
  571.         tv_sec = 0, tv_usec = 0}},
  572.   static max_time = <same as static member of an already seen type>, tv_ = {
  573.         tv_sec = 2, tv_usec = 0}}
  574. #6  0x0000000000ca4589 in ACE_Based::Thread::ThreadTask (param=0x1915630)
  575.         at /home/oregon/src/oregoncore/src/shared/Threading.cpp:185
  576.     _task = (class ACE_Based::Runnable *) 0x1915630
  577. #7  0x00007f7525dd28ba in start_thread () from /lib/libpthread.so.0
  578. No symbol table info available.
  579. #8  0x00007f7525b3a02d in clone () from /lib/libc.so.6
  580. No symbol table info available.
  581. #9  0x0000000000000000 in ?? ()
  582. No symbol table info available.
  583.  
  584. Thread 1 (Thread 0x7f7527832720 (LWP 1893)):
  585. #0  0x00007f7525dd3be5 in pthread_join () from /lib/libpthread.so.0
  586. No symbol table info available.
  587. #1  0x00007f752718102b in ACE_Thread_Manager::wait_task (this=0x7f7520023a50,
  588.         task=0x3225618) at ../../ace/OS_NS_Thread.inl:2798
  589.     i = 0
  590.     copy_count = 1
  591.     result = <value optimized out>
  592. #2  0x0000000000a65158 in ReactorRunnable::Wait (this=0x3225618)
  593.         at /home/oregon/src/oregoncore/src/game/WorldSocketMgr.cpp:100
  594. No locals.
  595. #3  0x0000000000a643ac in WorldSocketMgr::Wait (this=0x3225598)
  596.         at /home/oregon/src/oregoncore/src/game/WorldSocketMgr.cpp:308
  597.     i = 0
  598. #4  0x000000000087e315 in Master::Run (this=0x1915520)
  599.         at /home/oregon/src/oregoncore/src/oregoncore/Master.cpp:322
  600.     world_thread = {m_iThreadId = 140140548523776,
  601.   m_hThreadHandle = 140140548523776, m_task = 0x7f752001cad0,
  602.   static m_ThreadStorage = {_vptr.ACE_TSS = 0xfb5570, keylock_ = {lock_ = {
  603.         __data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0,
  604.         __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
  605.         __size = '\0' <repeats 39 times>, __align = 0}, removed_ = false},
  606.         once_ = true, key_ = 3}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0,
  607.         0, 0}}}
  608.     builds = {static npos = <optimized out>,
  609.   _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7f752008a328 "8606 "}}
  610.     rar_thread = {m_iThreadId = 140140531738368,
  611.   m_hThreadHandle = 140140531738368, m_task = 0x7f7520060360,
  612.   static m_ThreadStorage = {_vptr.ACE_TSS = 0xfb5570, keylock_ = {lock_ = {
  613.         __data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0,
  614.         __kind = 0, __spins = 0, __list = {__prev = 0x0, __next = 0x0}},
  615.         __size = '\0' <repeats 39 times>, __align = 0}, removed_ = false},
  616.         once_ = true, key_ = 3}, static m_TpEnum = {m_priority = {0, 0, 0, 0, 0,
  617.         0, 0}}}
  618.     socketSelecttime = 10000
  619.     freeze_thread = (ACE_Based::Thread *) 0x0
  620.     cliThread = (ACE_Based::Thread *) 0x7f7520089830
  621.     soap_thread = (ACE_Based::Thread *) 0x0
  622.     realCurrTime = 3912514217
  623.     realPrevTime = 3912514217
  624.     bind_ip = {static npos = <optimized out>,
  625.   _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x3197b08 "0.0.0.0"}}
  626.     pidfile = {static npos = <optimized out>,
  627.   _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7f7526777598 ""}}
  628.     wsport = 32675
  629. #5  0x000000000087da06 in main (argc=3, argv=0x7fff0f6cdfa8)
  630.         at /home/oregon/src/oregoncore/src/oregoncore/Main.cpp:169
  631.     cfg_file = 0x7fff0f6cfb4e "./oregoncore.conf"
  632.     options = 0xf18b3c ":c:"
  633.     cmd_opts = {argc_ = 3, argv_ = 0x7fff0f6cdfa8, optind = 3, opterr = 0,
  634.   optarg = 0x0, optstring_ = 0x18f9010, long_only_ = 0, has_colon_ = 1,
  635.   last_option_ = 0x18f8f50, nextchar_ = 0x0, optopt_ = 99, ordering_ = 2,
  636.   nonopt_start_ = 3, nonopt_end_ = 3, long_option_ = 0x0,
  637.   long_opts_ = {<ACE_Array_Base<ACE_Get_Opt::ACE_Get_Opt_Long_Option*>> = {
  638.         max_size_ = 1, cur_size_ = 1, array_ = 0x18f9d70,
  639.         allocator_ = 0x7f75273e4fd0}, <No data fields>}}
  640.     option = -1
  641.     confVersion = 2011020301
  642. 0x0000000000b945ee    690       { return iterator(this->_M_impl._M_node._M_next); }
  643. "== END thread apply all bt full =="