Advertisement
Guest User

Untitled

a guest
Mar 5th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 53.33 KB | None | 0 0
  1. Program received signal SIGABRT, Aborted.
  2. [Switching to Thread 0x7fffe0bff700 (LWP 21165)]
  3. 0x00007ffff5902cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  4. #0 0x00007ffff5902cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  5. #1 0x00007ffff59060d8 in __GI_abort () at abort.c:89
  6. #2 0x00007ffff58fbb86 in __assert_fail_base (fmt=0x7ffff5a4c830 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0xd0af02 "\"IsInGrid()\" &&0", file=file@entry=0xcd7970 "/home/oregon/oregoncore/src/game/Object.h", line=line@entry=756, function=function@entry=0xd0c740 <GridObject<Creature>::RemoveFromGrid()::__PRETTY_FUNCTION__> "void GridObject<T>::RemoveFromGrid() [with T = Creature]") at assert.c:92
  7. #3 0x00007ffff58fbc32 in __GI___assert_fail (assertion=0xd0af02 "\"IsInGrid()\" &&0", file=0xcd7970 "/home/oregon/oregoncore/src/game/Object.h", line=756, function=0xd0c740 <GridObject<Creature>::RemoveFromGrid()::__PRETTY_FUNCTION__> "void GridObject<T>::RemoveFromGrid() [with T = Creature]") at assert.c:101
  8. #4 0x00000000005a8b8e in GridObject<Creature>::RemoveFromGrid (this=<optimized out>) at /home/oregon/oregoncore/src/game/Object.h:756
  9. #5 0x000000000074821f in RemoveFromGrid (this=<optimized out>) at /home/oregon/oregoncore/src/game/Map.cpp:856
  10. #6 Map::CreatureCellRelocation (this=0x7fffef087280, c=0x7fff64a36c00, new_cell=...) at /home/oregon/oregoncore/src/game/Map.cpp:809
  11. #7 0x000000000074854b in Map::MoveAllCreaturesInMoveList (this=this@entry=0x7fffef087280) at /home/oregon/oregoncore/src/game/Map.cpp:770
  12. #8 0x000000000074a756 in Map::Update (this=0x7fffef087280, t_diff=@0x7fff36f4be20: 100) at /home/oregon/oregoncore/src/game/Map.cpp:557
  13. #9 0x000000000075d5cf in MapUpdateRequest::call (this=0x7fff36f4be00) at /home/oregon/oregoncore/src/game/MapUpdater.cpp:73
  14. #10 0x00000000009e501d in DelayExecutor::svc (this=0x7fffe5c52cd8) at /home/oregon/oregoncore/src/shared/DelayExecutor.cpp:69
  15. #11 0x00007ffff7b678f7 in ACE_Task_Base::svc_run (args=0x7fffe5c52cd8) at Task.cpp:258
  16. #12 0x00007ffff7b68fe5 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at Thread_Adapter.cpp:159
  17. #13 0x00007ffff7b68f2f in ACE_Thread_Adapter::invoke (this=0x7fffe595e750) at Thread_Adapter.cpp:94
  18. #14 0x00007ffff5c99182 in start_thread (arg=0x7fffe0bff700) at pthread_create.c:312
  19. #15 0x00007ffff59c647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  20. #0 0x00007ffff5902cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  21. resultvar = 0
  22. pid = 21151
  23. selftid = 21165
  24. #1 0x00007ffff59060d8 in __GI_abort () at abort.c:89
  25. save_stage = 2
  26. act = {__sigaction_handler = {sa_handler = 0x7fffffffe5a7, sa_sigaction = 0x7fffffffe5a7}, sa_mask = {__val = {140737314589980, 13465968, 756, 4294967295, 140737313232099, 4, 140736964061936, 12600242816, 3251943506, 140737203696256, 0, 0, 0, 21474836480, 140737314589337, 140737354067968}}, sa_flags = -173750224, sa_restorer = 0xd0af02}
  27. sigs = {__val = {32, 0 <repeats 15 times>}}
  28. #2 0x00007ffff58fbb86 in __assert_fail_base (fmt=0x7ffff5a4c830 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0xd0af02 "\"IsInGrid()\" &&0", file=file@entry=0xcd7970 "/home/oregon/oregoncore/src/game/Object.h", line=line@entry=756, function=function@entry=0xd0c740 <GridObject<Creature>::RemoveFromGrid()::__PRETTY_FUNCTION__> "void GridObject<T>::RemoveFromGrid() [with T = Creature]") at assert.c:92
  29. str = 0x7fff1c1274a0 "oregon-core: /home/oregon/oregoncore/src/game/Object.h:756: void GridObject<T>::RemoveFromGrid() [with T = Creature]: Assertion `\"IsInGrid()\" &&0' failed.\n"
  30. total = 4096
  31. #3 0x00007ffff58fbc32 in __GI___assert_fail (assertion=0xd0af02 "\"IsInGrid()\" &&0", file=0xcd7970 "/home/oregon/oregoncore/src/game/Object.h", line=756, function=0xd0c740 <GridObject<Creature>::RemoveFromGrid()::__PRETTY_FUNCTION__> "void GridObject<T>::RemoveFromGrid() [with T = Creature]") at assert.c:101
  32. No locals.
  33. #4 0x00000000005a8b8e in GridObject<Creature>::RemoveFromGrid (this=<optimized out>) at /home/oregon/oregoncore/src/game/Object.h:756
  34. No locals.
  35. #5 0x000000000074821f in RemoveFromGrid (this=<optimized out>) at /home/oregon/oregoncore/src/game/Map.cpp:856
  36. No locals.
  37. #6 Map::CreatureCellRelocation (this=0x7fffef087280, c=0x7fff64a36c00, new_cell=...) at /home/oregon/oregoncore/src/game/Map.cpp:809
  38. No locals.
  39. #7 0x000000000074854b in Map::MoveAllCreaturesInMoveList (this=this@entry=0x7fffef087280) at /home/oregon/oregoncore/src/game/Map.cpp:770
  40. iter = <optimized out>
  41. c = 0x7fff64a36c00
  42. cm = {x = -1654.06006, y = 8000.45996, z = -26.5900002, ang = 3.36999989}
  43. new_val = {x_coord = 231, y_coord = 376}
  44. new_cell = {data = {Part = {grid_x = 28, grid_y = 47, cell_x = 7, cell_y = 0, nocreate = 0, reserved = 0}, All = 31708}}
  45. #8 0x000000000074a756 in Map::Update (this=0x7fffef087280, t_diff=@0x7fff36f4be20: 100) at /home/oregon/oregoncore/src/game/Map.cpp:557
  46. updater = {i_timeDiff = 100}
  47. grid_object_update = {i_visitor = @0x7fffe0bfed20}
  48. world_object_update = {i_visitor = @0x7fffe0bfed20}
  49. #9 0x000000000075d5cf in MapUpdateRequest::call (this=0x7fff36f4be00) at /home/oregon/oregoncore/src/game/MapUpdater.cpp:73
  50. No locals.
  51. #10 0x00000000009e501d in DelayExecutor::svc (this=0x7fffe5c52cd8) at /home/oregon/oregoncore/src/shared/DelayExecutor.cpp:69
  52. rq = 0x7fff36f4be00
  53. #11 0x00007ffff7b678f7 in ACE_Task_Base::svc_run (args=0x7fffe5c52cd8) at Task.cpp:258
  54. t = 0x7fffe5c52cd8
  55. svc_status = <optimized out>
  56. status = <optimized out>
  57. thr_mgr_ptr = <optimized out>
  58. #12 0x00007ffff7b68fe5 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at Thread_Adapter.cpp:159
  59. hook = <optimized out>
  60. func = 0x7ffff7b678c0 <ACE_Task_Base::svc_run(void*)>
  61. arg = 0x7fffe5c52cd8
  62. cancel_flags = <optimized out>
  63. status = 0x0
  64. #13 0x00007ffff7b68f2f in ACE_Thread_Adapter::invoke (this=0x7fffe595e750) at Thread_Adapter.cpp:94
  65. exit_hook_instance = <optimized out>
  66. exit_hook_maybe = {instance_ = 0x0}
  67. exit_hook_ptr = 0x7fffdf41c000
  68. exit_hook = @0x7fffdf41c000: {thread_control_ = {tm_ = 0x7fffeaa4a340, status_ = 0x0}, static is_constructed_ = true}
  69. #14 0x00007ffff5c99182 in start_thread (arg=0x7fffe0bff700) at pthread_create.c:312
  70. __res = <optimized out>
  71. pd = 0x7fffe0bff700
  72. now = <optimized out>
  73. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736964065024, 1463093764171986060, 1, 0, 140736964065728, 140736964065024, -1463048134936529780, -1463072200036354932}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  74. not_first_call = <optimized out>
  75. pagesize_m1 = <optimized out>
  76. sp = <optimized out>
  77. freesize = <optimized out>
  78. __PRETTY_FUNCTION__ = "start_thread"
  79. #15 0x00007ffff59c647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  80. No locals.
  81. Id Target Id Frame
  82. 27 Thread 0x7fffd55ff700 (LWP 21180) "oregon-core" 0x00007ffff59c6b13 in epoll_wait () at ../sysdeps/unix/syscall-template.S:81
  83. 26 Thread 0x7fffd61ff700 (LWP 21179) "oregon-core" 0x00007ffff59c6b13 in epoll_wait () at ../sysdeps/unix/syscall-template.S:81
  84. 25 Thread 0x7fffd6dff700 (LWP 21178) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  85. 24 Thread 0x7fffd79ff700 (LWP 21177) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  86. 23 Thread 0x7fffd85ff700 (LWP 21176) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  87. 22 Thread 0x7fffd93ff700 (LWP 21175) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  88. 21 Thread 0x7fffd9fff700 (LWP 21174) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  89. 20 Thread 0x7fffdabff700 (LWP 21173) "oregon-core" 0x00007ffff5ca0b9d in nanosleep () at ../sysdeps/unix/syscall-template.S:81
  90. 19 Thread 0x7fffdb7fe700 (LWP 21172) "oregon-core" 0x00007ffff59bdda3 in select () at ../sysdeps/unix/syscall-template.S:81
  91. 17 Thread 0x7fffdcfff700 (LWP 21170) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  92. 16 Thread 0x7fffddbff700 (LWP 21169) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  93. 15 Thread 0x7fffde7ff700 (LWP 21168) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  94. 14 Thread 0x7fffdf3ff700 (LWP 21167) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  95. 13 Thread 0x7fffdffff700 (LWP 21166) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  96. * 12 Thread 0x7fffe0bff700 (LWP 21165) "oregon-core" 0x00007ffff5902cc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  97. 11 Thread 0x7fffe17ff700 (LWP 21164) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  98. 10 Thread 0x7fffe23ff700 (LWP 21163) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  99. 9 Thread 0x7fffe2fff700 (LWP 21162) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  100. 8 Thread 0x7fffe3bff700 (LWP 21161) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  101. 7 Thread 0x7fffe47fe700 (LWP 21160) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  102. 6 Thread 0x7fffe4fff700 (LWP 21159) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  103. 5 Thread 0x7ffff35ff700 (LWP 21158) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  104. 4 Thread 0x7ffff41f3700 (LWP 21157) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  105. 3 Thread 0x7ffff4fff700 (LWP 21156) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  106. 1 Thread 0x7ffff7fe17c0 (LWP 21151) "oregon-core" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  107.  
  108. Thread 27 (Thread 0x7fffd55ff700 (LWP 21180)):
  109. #0 0x00007ffff59c6b13 in epoll_wait () at ../sysdeps/unix/syscall-template.S:81
  110. No locals.
  111. #1 0x00007ffff7b1b787 in ACE_Dev_Poll_Reactor::work_pending_i (this=this@entry=0x7fffeaa4b9c0, max_wait_time=max_wait_time@entry=0x7fffd55fed90) at Dev_Poll_Reactor.cpp:944
  112. timer_buf = {_vptr.ACE_Time_Value = 0x11365b0 <vtable for ACE_Time_Value+16>, static zero = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 35090}}
  113. this_timeout = <optimized out>
  114. timers_pending = <optimized out>
  115. nfds = <optimized out>
  116. #2 0x00007ffff7b1c86c in ACE_Dev_Poll_Reactor::handle_events_i (this=this@entry=0x7fffeaa4b9c0, max_wait_time=max_wait_time@entry=0x7fffd55fed90, guard=...) at Dev_Poll_Reactor.cpp:1017
  117. result = <optimized out>
  118. #3 0x00007ffff7b1dc59 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffeaa4b9c0, max_wait_time=0x7fffd55fed90) at Dev_Poll_Reactor.cpp:999
  119. countdown = {<ACE_Copy_Disabled> = {<No data fields>}, time_policy_ = {function_ = 0x7ffff7afa600 <ACE_OS::gettimeofday()>}, max_wait_time_ = 0x7fffd55fed90, max_wait_value_ = {_vptr.ACE_Time_Value = 0x11365b0 <vtable for ACE_Time_Value+16>, static zero = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 35090}}, start_time_ = {_vptr.ACE_Time_Value = 0x11365b0 <vtable for ACE_Time_Value+16>, static zero = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 1457219511, tv_usec = 240972}}, stopped_ = false}
  120. guard = {token_ = @0x7fffeaa4b9e0, owner_ = 1}
  121. result = <optimized out>
  122. #4 0x00007ffff7b5885d in ACE_Reactor::run_reactor_event_loop (this=0x7fffef0d2400, tv=..., eh=eh@entry=0x0) at Reactor.cpp:265
  123. result = <optimized out>
  124. #5 0x00000000005f4529 in ReactorRunnable::svc (this=0x7fffe5c53ec0) at /home/oregon/oregoncore/src/game/WorldSocketMgr.cpp:163
  125. interval = {_vptr.ACE_Time_Value = 0x11365b0 <vtable for ACE_Time_Value+16>, static zero = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 35090}}
  126. i = <optimized out>
  127. t = <optimized out>
  128. #6 0x00007ffff7b678f7 in ACE_Task_Base::svc_run (args=0x7fffe5c53ec0) at Task.cpp:258
  129. t = 0x7fffe5c53ec0
  130. svc_status = <optimized out>
  131. status = <optimized out>
  132. thr_mgr_ptr = <optimized out>
  133. #7 0x00007ffff7b68fe5 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at Thread_Adapter.cpp:159
  134. hook = <optimized out>
  135. func = 0x7ffff7b678c0 <ACE_Task_Base::svc_run(void*)>
  136. arg = 0x7fffe5c53ec0
  137. cancel_flags = <optimized out>
  138. status = 0x0
  139. #8 0x00007ffff7b68f2f in ACE_Thread_Adapter::invoke (this=0x7fffe595ffd0) at Thread_Adapter.cpp:94
  140. exit_hook_instance = <optimized out>
  141. exit_hook_maybe = {instance_ = 0x0}
  142. exit_hook_ptr = 0x7fffd481c000
  143. exit_hook = @0x7fffd481c000: {thread_control_ = {tm_ = 0x7fffeaa4a340, status_ = 0x0}, static is_constructed_ = true}
  144. #9 0x00007ffff5c99182 in start_thread (arg=0x7fffd55ff700) at pthread_create.c:312
  145. __res = <optimized out>
  146. pd = 0x7fffd55ff700
  147. now = <optimized out>
  148. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736773224192, 1463093764171986060, 1, 0, 140736773224896, 140736773224192, -1463002780081884020, -1463072200036354932}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  149. not_first_call = <optimized out>
  150. pagesize_m1 = <optimized out>
  151. sp = <optimized out>
  152. freesize = <optimized out>
  153. __PRETTY_FUNCTION__ = "start_thread"
  154. #10 0x00007ffff59c647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  155. No locals.
  156.  
  157. Thread 26 (Thread 0x7fffd61ff700 (LWP 21179)):
  158. #0 0x00007ffff59c6b13 in epoll_wait () at ../sysdeps/unix/syscall-template.S:81
  159. No locals.
  160. #1 0x00007ffff7b1b787 in ACE_Dev_Poll_Reactor::work_pending_i (this=this@entry=0x7fffeaa4b880, max_wait_time=max_wait_time@entry=0x7fffd61fed90) at Dev_Poll_Reactor.cpp:944
  161. timer_buf = {_vptr.ACE_Time_Value = 0x11365b0 <vtable for ACE_Time_Value+16>, static zero = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 100000}}
  162. this_timeout = <optimized out>
  163. timers_pending = <optimized out>
  164. nfds = <optimized out>
  165. #2 0x00007ffff7b1c86c in ACE_Dev_Poll_Reactor::handle_events_i (this=this@entry=0x7fffeaa4b880, max_wait_time=max_wait_time@entry=0x7fffd61fed90, guard=...) at Dev_Poll_Reactor.cpp:1017
  166. result = <optimized out>
  167. #3 0x00007ffff7b1dc59 in ACE_Dev_Poll_Reactor::handle_events (this=0x7fffeaa4b880, max_wait_time=0x7fffd61fed90) at Dev_Poll_Reactor.cpp:999
  168. countdown = {<ACE_Copy_Disabled> = {<No data fields>}, time_policy_ = {function_ = 0x7ffff7afa600 <ACE_OS::gettimeofday()>}, max_wait_time_ = 0x7fffd61fed90, max_wait_value_ = {_vptr.ACE_Time_Value = 0x11365b0 <vtable for ACE_Time_Value+16>, static zero = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 100000}}, start_time_ = {_vptr.ACE_Time_Value = 0x11365b0 <vtable for ACE_Time_Value+16>, static zero = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 1457219511, tv_usec = 231779}}, stopped_ = false}
  169. guard = {token_ = @0x7fffeaa4b8a0, owner_ = 1}
  170. result = <optimized out>
  171. #4 0x00007ffff7b5885d in ACE_Reactor::run_reactor_event_loop (this=0x7fffef0d23c0, tv=..., eh=eh@entry=0x0) at Reactor.cpp:265
  172. result = <optimized out>
  173. #5 0x00000000005f4529 in ReactorRunnable::svc (this=0x7fffe5c53d88) at /home/oregon/oregoncore/src/game/WorldSocketMgr.cpp:163
  174. interval = {_vptr.ACE_Time_Value = 0x11365b0 <vtable for ACE_Time_Value+16>, static zero = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = {_vptr.ACE_Time_Value = 0x0, static zero = <same as static member of an already seen type>, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 0}}, tv_ = {tv_sec = 0, tv_usec = 0}}, static max_time = <same as static member of an already seen type>, tv_ = {tv_sec = 0, tv_usec = 100000}}
  175. i = <optimized out>
  176. t = <optimized out>
  177. #6 0x00007ffff7b678f7 in ACE_Task_Base::svc_run (args=0x7fffe5c53d88) at Task.cpp:258
  178. t = 0x7fffe5c53d88
  179. svc_status = <optimized out>
  180. status = <optimized out>
  181. thr_mgr_ptr = <optimized out>
  182. #7 0x00007ffff7b68fe5 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at Thread_Adapter.cpp:159
  183. hook = <optimized out>
  184. func = 0x7ffff7b678c0 <ACE_Task_Base::svc_run(void*)>
  185. arg = 0x7fffe5c53d88
  186. cancel_flags = <optimized out>
  187. status = 0x0
  188. #8 0x00007ffff7b68f2f in ACE_Thread_Adapter::invoke (this=0x7fffe595fef0) at Thread_Adapter.cpp:94
  189. exit_hook_instance = <optimized out>
  190. exit_hook_maybe = {instance_ = 0x0}
  191. exit_hook_ptr = 0x7fffd4a1c000
  192. exit_hook = @0x7fffd4a1c000: {thread_control_ = {tm_ = 0x7fffeaa4a340, status_ = 0x0}, static is_constructed_ = true}
  193. #9 0x00007ffff5c99182 in start_thread (arg=0x7fffd61ff700) at pthread_create.c:312
  194. __res = <optimized out>
  195. pd = 0x7fffd61ff700
  196. now = <optimized out>
  197. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736785807104, 1463093764171986060, 1, 0, 140736785807808, 140736785807104, -1463009926907464564, -1463072200036354932}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  198. not_first_call = <optimized out>
  199. pagesize_m1 = <optimized out>
  200. sp = <optimized out>
  201. freesize = <optimized out>
  202. __PRETTY_FUNCTION__ = "start_thread"
  203. #10 0x00007ffff59c647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  204. No locals.
  205.  
  206. Thread 25 (Thread 0x7fffd6dff700 (LWP 21178)):
  207. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  208. No locals.
  209. #1 0x00007ffff7b0cb15 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=cv@entry=0x7fffda01f088) at /root/ACE_6.3.2/ace/OS_NS_Thread.inl:427
  210. result = 0
  211. ts = {tv_sec = 13356884, tv_nsec = 0}
  212. #2 ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffda01f088, mutex=..., abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:96
  213. No locals.
  214. #3 0x00007ffff7b0cb5c in ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffda01f088, abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:103
  215. No locals.
  216. #4 0x00000000005cb550 in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::wait_not_empty_cond (this=0x7fffda01f000, timeout=0x0) at /usr/local/lib/ACE/include/ace/Message_Queue_T.cpp:1776
  217. result = 0
  218. #5 0x00000000005ca7c8 in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::dequeue_head (this=0x7fffda01f000, first_item=@0x7fffd6dfedc0: 0x0, timeout=0x0) at /usr/local/lib/ACE/include/ace/Message_Queue_T.cpp:1968
  219. ace_mon = {lock_ = 0x7fffda01f050, owner_ = 0}
  220. #6 0x00000000005cb769 in getq (tv=0x0, mb=@0x7fffd6dfedc0: 0x0, this=0x7fffdb7d6460) at /usr/local/lib/ACE/include/ace/Task_T.inl:19
  221. No locals.
  222. #7 SOAPWorkingThread::svc (this=0x7fffdb7d6460) at /home/oregon/oregoncore/src/oregoncore/OCSoap.h:59
  223. mb = 0x0
  224. #8 0x00007ffff7b678f7 in ACE_Task_Base::svc_run (args=0x7fffdb7d6460) at Task.cpp:258
  225. t = 0x7fffdb7d6460
  226. svc_status = <optimized out>
  227. status = <optimized out>
  228. thr_mgr_ptr = <optimized out>
  229. #9 0x00007ffff7b68fe5 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at Thread_Adapter.cpp:159
  230. hook = <optimized out>
  231. func = 0x7ffff7b678c0 <ACE_Task_Base::svc_run(void*)>
  232. arg = 0x7fffdb7d6460
  233. cancel_flags = <optimized out>
  234. status = 0x0
  235. #10 0x00007ffff7b68f2f in ACE_Thread_Adapter::invoke (this=0x7fffda0243f0) at Thread_Adapter.cpp:94
  236. exit_hook_instance = <optimized out>
  237. exit_hook_maybe = {instance_ = 0x0}
  238. exit_hook_ptr = 0x7fffd561c000
  239. exit_hook = @0x7fffd561c000: {thread_control_ = {tm_ = 0x7fffeaa4a340, status_ = 0x0}, static is_constructed_ = true}
  240. #11 0x00007ffff5c99182 in start_thread (arg=0x7fffd6dff700) at pthread_create.c:312
  241. __res = <optimized out>
  242. pd = 0x7fffd6dff700
  243. now = <optimized out>
  244. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736798390016, 1463093764171986060, 1, 0, 140736798390720, 140736798390016, -1463008277640022900, -1463072200036354932}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  245. not_first_call = <optimized out>
  246. pagesize_m1 = <optimized out>
  247. sp = <optimized out>
  248. freesize = <optimized out>
  249. __PRETTY_FUNCTION__ = "start_thread"
  250. #12 0x00007ffff59c647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  251. No locals.
  252.  
  253. Thread 24 (Thread 0x7fffd79ff700 (LWP 21177)):
  254. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  255. No locals.
  256. #1 0x00007ffff7b0cb15 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=cv@entry=0x7fffda01f088) at /root/ACE_6.3.2/ace/OS_NS_Thread.inl:427
  257. result = 0
  258. ts = {tv_sec = 13356884, tv_nsec = 0}
  259. #2 ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffda01f088, mutex=..., abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:96
  260. No locals.
  261. #3 0x00007ffff7b0cb5c in ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffda01f088, abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:103
  262. No locals.
  263. #4 0x00000000005cb550 in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::wait_not_empty_cond (this=0x7fffda01f000, timeout=0x0) at /usr/local/lib/ACE/include/ace/Message_Queue_T.cpp:1776
  264. result = 0
  265. #5 0x00000000005ca7c8 in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::dequeue_head (this=0x7fffda01f000, first_item=@0x7fffd79fedc0: 0x0, timeout=0x0) at /usr/local/lib/ACE/include/ace/Message_Queue_T.cpp:1968
  266. ace_mon = {lock_ = 0x7fffda01f050, owner_ = 0}
  267. #6 0x00000000005cb769 in getq (tv=0x0, mb=@0x7fffd79fedc0: 0x0, this=0x7fffdb7d6460) at /usr/local/lib/ACE/include/ace/Task_T.inl:19
  268. No locals.
  269. #7 SOAPWorkingThread::svc (this=0x7fffdb7d6460) at /home/oregon/oregoncore/src/oregoncore/OCSoap.h:59
  270. mb = 0x0
  271. #8 0x00007ffff7b678f7 in ACE_Task_Base::svc_run (args=0x7fffdb7d6460) at Task.cpp:258
  272. t = 0x7fffdb7d6460
  273. svc_status = <optimized out>
  274. status = <optimized out>
  275. thr_mgr_ptr = <optimized out>
  276. #9 0x00007ffff7b68fe5 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at Thread_Adapter.cpp:159
  277. hook = <optimized out>
  278. func = 0x7ffff7b678c0 <ACE_Task_Base::svc_run(void*)>
  279. arg = 0x7fffdb7d6460
  280. cancel_flags = <optimized out>
  281. status = 0x0
  282. #10 0x00007ffff7b68f2f in ACE_Thread_Adapter::invoke (this=0x7fffda024310) at Thread_Adapter.cpp:94
  283. exit_hook_instance = <optimized out>
  284. exit_hook_maybe = {instance_ = 0x0}
  285. exit_hook_ptr = 0x7fffd621c000
  286. exit_hook = @0x7fffd621c000: {thread_control_ = {tm_ = 0x7fffeaa4a340, status_ = 0x0}, static is_constructed_ = true}
  287. #11 0x00007ffff5c99182 in start_thread (arg=0x7fffd79ff700) at pthread_create.c:312
  288. __res = <optimized out>
  289. pd = 0x7fffd79ff700
  290. now = <optimized out>
  291. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736810972928, 1463093764171986060, 1, 0, 140736810973632, 140736810972928, -1463006628372581236, -1463072200036354932}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  292. not_first_call = <optimized out>
  293. pagesize_m1 = <optimized out>
  294. sp = <optimized out>
  295. freesize = <optimized out>
  296. __PRETTY_FUNCTION__ = "start_thread"
  297. #12 0x00007ffff59c647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  298. No locals.
  299.  
  300. Thread 23 (Thread 0x7fffd85ff700 (LWP 21176)):
  301. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  302. No locals.
  303. #1 0x00007ffff7b0cb15 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=cv@entry=0x7fffda01f088) at /root/ACE_6.3.2/ace/OS_NS_Thread.inl:427
  304. result = 0
  305. ts = {tv_sec = 1, tv_nsec = 13279871}
  306. #2 ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffda01f088, mutex=..., abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:96
  307. No locals.
  308. #3 0x00007ffff7b0cb5c in ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffda01f088, abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:103
  309. No locals.
  310. #4 0x00000000005cb550 in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::wait_not_empty_cond (this=0x7fffda01f000, timeout=0x0) at /usr/local/lib/ACE/include/ace/Message_Queue_T.cpp:1776
  311. result = 0
  312. #5 0x00000000005ca7c8 in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::dequeue_head (this=0x7fffda01f000, first_item=@0x7fffd85fedc0: 0x0, timeout=0x0) at /usr/local/lib/ACE/include/ace/Message_Queue_T.cpp:1968
  313. ace_mon = {lock_ = 0x7fffda01f050, owner_ = 0}
  314. #6 0x00000000005cb769 in getq (tv=0x0, mb=@0x7fffd85fedc0: 0x0, this=0x7fffdb7d6460) at /usr/local/lib/ACE/include/ace/Task_T.inl:19
  315. No locals.
  316. #7 SOAPWorkingThread::svc (this=0x7fffdb7d6460) at /home/oregon/oregoncore/src/oregoncore/OCSoap.h:59
  317. mb = 0x0
  318. #8 0x00007ffff7b678f7 in ACE_Task_Base::svc_run (args=0x7fffdb7d6460) at Task.cpp:258
  319. t = 0x7fffdb7d6460
  320. svc_status = <optimized out>
  321. status = <optimized out>
  322. thr_mgr_ptr = <optimized out>
  323. #9 0x00007ffff7b68fe5 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at Thread_Adapter.cpp:159
  324. hook = <optimized out>
  325. func = 0x7ffff7b678c0 <ACE_Task_Base::svc_run(void*)>
  326. arg = 0x7fffdb7d6460
  327. cancel_flags = <optimized out>
  328. status = 0x0
  329. #10 0x00007ffff7b68f2f in ACE_Thread_Adapter::invoke (this=0x7fffda024230) at Thread_Adapter.cpp:94
  330. exit_hook_instance = <optimized out>
  331. exit_hook_maybe = {instance_ = 0x0}
  332. exit_hook_ptr = 0x7fffd6e1c000
  333. exit_hook = @0x7fffd6e1c000: {thread_control_ = {tm_ = 0x7fffeaa4a340, status_ = 0x0}, static is_constructed_ = true}
  334. #11 0x00007ffff5c99182 in start_thread (arg=0x7fffd85ff700) at pthread_create.c:312
  335. __res = <optimized out>
  336. pd = 0x7fffd85ff700
  337. now = <optimized out>
  338. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736823555840, 1463093764171986060, 1, 0, 140736823556544, 140736823555840, -1463031367384206196, -1463072200036354932}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  339. not_first_call = <optimized out>
  340. pagesize_m1 = <optimized out>
  341. sp = <optimized out>
  342. freesize = <optimized out>
  343. __PRETTY_FUNCTION__ = "start_thread"
  344. #12 0x00007ffff59c647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  345. No locals.
  346.  
  347. Thread 22 (Thread 0x7fffd93ff700 (LWP 21175)):
  348. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  349. No locals.
  350. #1 0x00007ffff7b0cb15 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=cv@entry=0x7fffda01f088) at /root/ACE_6.3.2/ace/OS_NS_Thread.inl:427
  351. result = 0
  352. ts = {tv_sec = 1, tv_nsec = 13279871}
  353. #2 ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffda01f088, mutex=..., abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:96
  354. No locals.
  355. #3 0x00007ffff7b0cb5c in ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffda01f088, abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:103
  356. No locals.
  357. #4 0x00000000005cb550 in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::wait_not_empty_cond (this=0x7fffda01f000, timeout=0x0) at /usr/local/lib/ACE/include/ace/Message_Queue_T.cpp:1776
  358. result = 0
  359. #5 0x00000000005ca7c8 in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::dequeue_head (this=0x7fffda01f000, first_item=@0x7fffd93fedc0: 0x0, timeout=0x0) at /usr/local/lib/ACE/include/ace/Message_Queue_T.cpp:1968
  360. ace_mon = {lock_ = 0x7fffda01f050, owner_ = 0}
  361. #6 0x00000000005cb769 in getq (tv=0x0, mb=@0x7fffd93fedc0: 0x0, this=0x7fffdb7d6460) at /usr/local/lib/ACE/include/ace/Task_T.inl:19
  362. No locals.
  363. #7 SOAPWorkingThread::svc (this=0x7fffdb7d6460) at /home/oregon/oregoncore/src/oregoncore/OCSoap.h:59
  364. mb = 0x0
  365. #8 0x00007ffff7b678f7 in ACE_Task_Base::svc_run (args=0x7fffdb7d6460) at Task.cpp:258
  366. t = 0x7fffdb7d6460
  367. svc_status = <optimized out>
  368. status = <optimized out>
  369. thr_mgr_ptr = <optimized out>
  370. #9 0x00007ffff7b68fe5 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at Thread_Adapter.cpp:159
  371. hook = <optimized out>
  372. func = 0x7ffff7b678c0 <ACE_Task_Base::svc_run(void*)>
  373. arg = 0x7fffdb7d6460
  374. cancel_flags = <optimized out>
  375. status = 0x0
  376. #10 0x00007ffff7b68f2f in ACE_Thread_Adapter::invoke (this=0x7fffda024150) at Thread_Adapter.cpp:94
  377. exit_hook_instance = <optimized out>
  378. exit_hook_maybe = {instance_ = 0x0}
  379. exit_hook_ptr = 0x7fffd7a1c000
  380. exit_hook = @0x7fffd7a1c000: {thread_control_ = {tm_ = 0x7fffeaa4a340, status_ = 0x0}, static is_constructed_ = true}
  381. #11 0x00007ffff5c99182 in start_thread (arg=0x7fffd93ff700) at pthread_create.c:312
  382. __res = <optimized out>
  383. pd = 0x7fffd93ff700
  384. now = <optimized out>
  385. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736838235904, 1463093764171986060, 1, 0, 140736838236608, 140736838235904, -1463029443238857588, -1463072200036354932}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  386. not_first_call = <optimized out>
  387. pagesize_m1 = <optimized out>
  388. sp = <optimized out>
  389. freesize = <optimized out>
  390. __PRETTY_FUNCTION__ = "start_thread"
  391. #12 0x00007ffff59c647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  392. No locals.
  393.  
  394. Thread 21 (Thread 0x7fffd9fff700 (LWP 21174)):
  395. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  396. No locals.
  397. #1 0x00007ffff7b0cb15 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=cv@entry=0x7fffda01f088) at /root/ACE_6.3.2/ace/OS_NS_Thread.inl:427
  398. result = 0
  399. ts = {tv_sec = 140736850948232, tv_nsec = 140736850948176}
  400. #2 ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffda01f088, mutex=..., abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:96
  401. No locals.
  402. #3 0x00007ffff7b0cb5c in ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffda01f088, abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:103
  403. No locals.
  404. #4 0x00000000005cb550 in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::wait_not_empty_cond (this=0x7fffda01f000, timeout=0x0) at /usr/local/lib/ACE/include/ace/Message_Queue_T.cpp:1776
  405. result = 0
  406. #5 0x00000000005ca7c8 in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::dequeue_head (this=0x7fffda01f000, first_item=@0x7fffd9ffedc0: 0x0, timeout=0x0) at /usr/local/lib/ACE/include/ace/Message_Queue_T.cpp:1968
  407. ace_mon = {lock_ = 0x7fffda01f050, owner_ = 0}
  408. #6 0x00000000005cb769 in getq (tv=0x0, mb=@0x7fffd9ffedc0: 0x0, this=0x7fffdb7d6460) at /usr/local/lib/ACE/include/ace/Task_T.inl:19
  409. No locals.
  410. #7 SOAPWorkingThread::svc (this=0x7fffdb7d6460) at /home/oregon/oregoncore/src/oregoncore/OCSoap.h:59
  411. mb = 0x0
  412. #8 0x00007ffff7b678f7 in ACE_Task_Base::svc_run (args=0x7fffdb7d6460) at Task.cpp:258
  413. t = 0x7fffdb7d6460
  414. svc_status = <optimized out>
  415. status = <optimized out>
  416. thr_mgr_ptr = <optimized out>
  417. #9 0x00007ffff7b68fe5 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at Thread_Adapter.cpp:159
  418. hook = <optimized out>
  419. func = 0x7ffff7b678c0 <ACE_Task_Base::svc_run(void*)>
  420. arg = 0x7fffdb7d6460
  421. cancel_flags = <optimized out>
  422. status = 0x0
  423. #10 0x00007ffff7b68f2f in ACE_Thread_Adapter::invoke (this=0x7fffda024070) at Thread_Adapter.cpp:94
  424. exit_hook_instance = <optimized out>
  425. exit_hook_maybe = {instance_ = 0x0}
  426. exit_hook_ptr = 0x7fffd881c000
  427. exit_hook = @0x7fffd881c000: {thread_control_ = {tm_ = 0x7fffeaa4a340, status_ = 0x0}, static is_constructed_ = true}
  428. #11 0x00007ffff5c99182 in start_thread (arg=0x7fffd9fff700) at pthread_create.c:312
  429. __res = <optimized out>
  430. pd = 0x7fffd9fff700
  431. now = <optimized out>
  432. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736850818816, 1463093764171986060, 1, 0, 140736850819520, 140736850818816, -1463027793971415924, -1463072200036354932}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  433. not_first_call = <optimized out>
  434. pagesize_m1 = <optimized out>
  435. sp = <optimized out>
  436. freesize = <optimized out>
  437. __PRETTY_FUNCTION__ = "start_thread"
  438. #12 0x00007ffff59c647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  439. No locals.
  440.  
  441. Thread 20 (Thread 0x7fffdabff700 (LWP 21173)):
  442. #0 0x00007ffff5ca0b9d in nanosleep () at ../sysdeps/unix/syscall-template.S:81
  443. No locals.
  444. #1 0x00000000009e9105 in sleep (tv=...) at /usr/local/lib/ACE/include/ace/OS_NS_unistd.inl:948
  445. rqtp = {tv_sec = 1, tv_nsec = 0}
  446. #2 ACE_Based::Thread::Sleep (msecs=msecs@entry=1000) at /home/oregon/oregoncore/src/shared/Threading.cpp:239
  447. No locals.
  448. #3 0x00000000005c95b4 in FreezeDetectorRunnable::run (this=0x7fffeba34aa0) at /home/oregon/oregoncore/src/oregoncore/Master.cpp:71
  449. No locals.
  450. #4 0x00000000009e8bb2 in ACE_Based::Thread::ThreadTask (param=0x7fffeba34aa0) at /home/oregon/oregoncore/src/shared/Threading.cpp:187
  451. ss = {__val = {18446744067267100671, 18446744073709551615 <repeats 15 times>}}
  452. _task = 0x7fffeba34aa0
  453. #5 0x00007ffff7b40756 in ACE_OS_Thread_Adapter::invoke (this=<optimized out>) at OS_Thread_Adapter.cpp:101
  454. hook = <optimized out>
  455. func = 0x9e8b70 <ACE_Based::Thread::ThreadTask(void*)>
  456. arg = 0x7fffeba34aa0
  457. cancel_flags = <optimized out>
  458. status = 0x0
  459. #6 0x00007ffff5c99182 in start_thread (arg=0x7fffdabff700) at pthread_create.c:312
  460. __res = <optimized out>
  461. pd = 0x7fffdabff700
  462. now = <optimized out>
  463. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736863401728, 1463093764171986060, 1, 0, 140736863402432, 140736863401728, -1463034940796996468, -1463072200036354932}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  464. not_first_call = <optimized out>
  465. pagesize_m1 = <optimized out>
  466. sp = <optimized out>
  467. freesize = <optimized out>
  468. __PRETTY_FUNCTION__ = "start_thread"
  469. #7 0x00007ffff59c647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  470. No locals.
  471.  
  472. Thread 19 (Thread 0x7fffdb7fe700 (LWP 21172)):
  473. #0 0x00007ffff59bdda3 in select () at ../sysdeps/unix/syscall-template.S:81
  474. No locals.
  475. #1 0x0000000000c6031c in tcp_select (s=s@entry=24, timeout=<optimized out>, soap=0x7fffdb7d6510, soap=0x7fffdb7d6510, flags=7) at /home/oregon/oregoncore/dep/gsoap/stdsoap2.cpp:4402
  476. tv = {tv_sec = 2, tv_usec = 289314}
  477. fd = {{fds_bits = {16777216, 0 <repeats 15 times>}}, {fds_bits = {16777216, 0 <repeats 15 times>}}, {fds_bits = {16777216, 0 <repeats 15 times>}}}
  478. sfd = 0x7fffdb7d6270
  479. efd = 0x7fffdb7d62f0
  480. r = <optimized out>
  481. rfd = 0x7fffdb7d61f0
  482. #2 0x0000000000c81da6 in soap_accept (soap=0x7fffdb7d6510) at /home/oregon/oregoncore/dep/gsoap/stdsoap2.cpp:4810
  483. r = <optimized out>
  484. err = <optimized out>
  485. n = 16
  486. len = 65536
  487. set = 1
  488. #3 0x00000000005ca235 in OCSoapRunnable::run (this=<optimized out>) at /home/oregon/oregoncore/src/oregoncore/OCSoap.cpp:50
  489. thread_soap = <optimized out>
  490. mb = <optimized out>
  491. pool = {<ACE_Task<ACE_MT_SYNCH, ACE_System_Time_Policy>> = {<ACE_Task_Base> = {<ACE_Service_Object> = {<ACE_Event_Handler> = {_vptr.ACE_Event_Handler = 0xcd1510 <vtable for SOAPWorkingThread+16>, reference_count_ = {<ACE_Atomic_Op_GCC<long>> = {value_ = 1}, <No data fields>}, priority_ = 0, reactor_ = 0x0, reference_counting_policy_ = {<ACE_Event_Handler::Policy> = {_vptr.Policy = 0x7ffff7dc81b0 <vtable for ACE_Event_Handler::Reference_Counting_Policy+16>}, value_ = ACE_Event_Handler::Reference_Counting_Policy::DISABLED}}, <ACE_Shared_Object> = {_vptr.ACE_Shared_Object = 0xcd1610 <vtable for SOAPWorkingThread+272>}, <No data fields>}, thr_count_ = 5, thr_mgr_ = 0x7fffeaa4a340, flags_ = 0, grp_id_ = 2, lock_ = {lock_ = {__data = {__lock = 0, __count = 0, __owner = 0, __nusers = 0, __kind = 0, __spins = 0, __elision = 0, __list = {__prev = 0x0, __next = 0x0}}, __size = '\000' <repeats 39 times>, __align = 0}, removed_ = false}, last_thread_id_ = 0}, msg_queue_ = 0x7fffda01f000, delete_msg_queue_ = true, mod_ = 0x0, next_ = 0x0}, <No data fields>}
  492. soap = {_vptr.soap = 0xde7730 <vtable for soap+16>, state = 1, version = 0, mode = 0, imode = 2097152, omode = 2097152, float_format = 0xde4a5b "%.9G", double_format = 0xde4a60 "%.17lG", dime_id_format = 0xde4a67 "cid:id%d", http_version = 0xde4a70 "1.1", http_content = 0x0, encodingStyle = 0xde7570 <soap_padding> "", actor = 0x0, lang = 0xde5493 "en", recv_timeout = 5, send_timeout = 5, connect_timeout = 0, accept_timeout = 3, socket_flags = 0, connect_flags = 0, bind_flags = 0, accept_flags = 0, linger_time = 0, namespaces = 0x1120400 <namespaces>, local_namespaces = 0x0, nlist = 0x0, blist = 0x0, clist = 0x7fffda02b020, alist = 0x0, iht = {0x0 <repeats 1999 times>}, pht = {0x0 <repeats 4096 times>}, pblk = 0x0, pidx = 0, header = 0x0, fault = 0x7fffda02c000, idnum = 0, user = 0x0, data = {0x0, 0x0, 0x0, 0x0}, plugins = 0x0, userid = 0x0, passwd = 0x0, fpost = 0xc7f738 <http_post(soap*, char const*, char const*, int, char const*, char const*, size_t)>, fget = 0xc5e0a1 <http_get(soap*)>, fput = 0xc7d9c0 <http_put(soap*)>, fdel = 0xc5e0a7 <http_405(soap*)>, fopt = 0xc5e0a7 <http_405(soap*)>, fhead = 0xc5e0a7 <http_405(soap*)>, fform = 0x0, fposthdr = 0xc61825 <http_post_header(soap*, char const*, char const*)>, fresponse = 0xc7f452 <http_response(soap*, int, size_t)>, fparse = 0xc7d143 <http_parse(soap*)>, fparsehdr = 0xc7e490 <http_parse_header(soap*, char const*, char const*)>, fheader = 0x0, fresolve = 0xc5e4bf <tcp_gethost(soap*, char const*, in_addr*)>, fconnect = 0x0, fdisconnect = 0x0, fclosesocket = 0xc5e4ab <tcp_closesocket(soap*, int)>, fshutdownsocket = 0xc5e4a2 <tcp_shutdownsocket(soap*, int, int)>, fopen = 0xc80ec5 <tcp_connect(soap*, char const*, char const*, int)>, faccept = 0xc5e4b2 <tcp_accept(soap*, int, sockaddr*, int*)>, fclose = 0xc5e060 <tcp_disconnect(soap*)>, fsend = 0xc5ff0c <fsend(soap*, char const*, size_t)>, frecv = 0xc5fb44 <frecv(soap*, char*, size_t)>, fpoll = 0xc60943 <soap_poll(soap*)>, fseterror = 0x0, fignore = 0x0, fserveloop = 0x0, fplugin = 0xc5e2f1 <fplugin(soap*, char const*)>, fmalloc = 0x0, feltbegin = 0x0, feltendin = 0x0, feltbegout = 0x0, feltendout = 0x0, fprepareinitsend = 0x0, fprepareinitrecv = 0x0, fpreparesend = 0x0, fpreparerecv = 0x0, fpreparefinalsend = 0x0, fpreparefinalrecv = 0x0, filterstop = 0, ffiltersend = 0x0, ffilterrecv = 0x0, fdimereadopen = 0x0, fdimewriteopen = 0x0, fdimereadclose = 0x0, fdimewriteclose = 0x0, fdimeread = 0x0, fdimewrite = 0x0, fmimereadopen = 0x0, fmimewriteopen = 0x0, fmimereadclose = 0x0, fmimewriteclose = 0x0, fmimeread = 0x0, fmimewrite = 0x0, master = 24, socket = -1, os = 0x0, is = 0x0, sendfd = 1, recvfd = 0, bufidx = 0, buflen = 0, ahead = 0, cdata = 0, body = 0, level = 0, count = 0, length = 0, labbuf = 0x0, lablen = 0, labidx = 0, buf = '\000' <repeats 65535 times>, msgbuf = '\000' <repeats 1023 times>, tmpbuf = '\000' <repeats 1023 times>, tag = '\000' <repeats 1023 times>, id = '\000' <repeats 1023 times>, href = '\000' <repeats 1023 times>, type = '\000' <repeats 1023 times>, arrayType = '\000' <repeats 1023 times>, arraySize = '\000' <repeats 1023 times>, arrayOffset = '\000' <repeats 1023 times>, other = 0, position = 0, positions = {0 <repeats 16 times>}, root = 0, attributes = 0x0, encoding = 0, mustUnderstand = 0, null = 0, ns = 0, part = 9, event = 0, alloced = 0, peeked = 0, chunksize = 0, chunkbuflen = 0, endpoint = '\000' <repeats 1023 times>, path = '\000' <repeats 1023 times>, host = '\000' <repeats 1023 times>, action = 0x0, authrealm = 0x0, prolog = 0x0, ip = 2130706433, port = 33083, keep_alive = 0, tcp_keep_alive = 0, tcp_keep_idle = 0, tcp_keep_intvl = 0, tcp_keep_cnt = 0, max_keep_alive = 100, proxy_http_version = 0xde4a74 "1.0", proxy_host = 0x0, proxy_port = 8080, proxy_userid = 0x0, proxy_passwd = 0x0, proxy_from = 0x0, status = 0, error = 0, errmode = 0, errnum = 0, dom = 0x0, dime = {count = 0, size = 0, chunksize = 0, buflen = 0, flags = 0 '\000', ptr = 0x0, id = 0x0, type = 0x0, options = 0x0, list = 0x0, first = 0x0, last = 0x0}, mime = {boundary = 0x0, start = 0x0, list = 0x0, first = 0x0, last = 0x0}, xlist = 0x0, logfile = {0x0, 0x0, 0x0}, fdebug = {0x0, 0x0, 0x0}, mht = {0x0 <repeats 3921 times>, 0xaaaaaaaaaaaaaaab, 0x3fffed000000, 0x7fffda0000e0, 0x7fffdb7fd320, 0x7ffff53916f0, 0x1200000000, 0x3, 0x7fffda0015a0, 0x1, 0x7ffff53916f8, 0xaaaaaaaaaaaaaaab, 0x3ffff2b01000, 0x7fffe56001e8, 0x7fffdb7fd370, 0xaaaaaaaaaaaaaaab, 0x3fffed000000, 0x7ffff53916f0, 0x7fffdb7fd390, 0x7ffff53916f0, 0x7fffda0016c0, 0x3, 0x7fffda0013c0, 0x7fff00000001, 0x7ffff53916f8, 0x3ffff2b01000, 0x7fffdb7fd3d0, 0x7ffff5200270, 0x35, 0xaaaaaaaaaaaaaaab, 0x3fffed000000, 0x7ffff53916f0, 0x7fffdb7fd400, 0x7ffff53916f0, 0x7fffda0015a0, 0x3, 0x7fffda001000, 0x7fff00000001, 0x7ffff53916f8, 0xffffffff, 0x7fffda001000, 0x115bba0 <base_avail_szad>, 0x7ffff5200000, 0x7fffdb7fd440, 0x7ffff5200000, 0x7ffff53916f0, 0x115bba8 <base_avail_szad+8>, 0x0, 0x7fffda0011e0, 0x0 <repeats 127 times>}, wsuid = 0x0, c14nexclude = 0x0, cookies = 0x0, cookie_domain = 0x0, cookie_path = 0x0, cookie_max = 32, ipv6_multicast_if = 0, ipv4_multicast_if = 0x0, ipv4_multicast_ttl = 0 '\000', peer = {sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0}, sin_zero = "\000\000\000\000\000\000\000"}, peerlen = 16, fsslauth = 0x0, fsslverify = 0x0, bio = 0x0, ssl = 0x0, ctx = 0x0, session = 0x0, dh_params = 0x0, rsa_params = 0x0, ssl_flags = 0, keyfile = 0x0, password = 0x0, cafile = 0x0, capath = 0x0, crlfile = 0x0, session_host = '\000' <repeats 208 times>..., session_port = 13279871, c_locale = 0x0, d_stream = 0xc9db0d <malloc+464>, z_crc = 48, z_dict = 0x3 <error: Cannot access memory at address 0x3>, z_dict_len = 2784, zlib_state = 0, zlib_in = 0, zlib_out = 40, z_buf = 0x7fffdb7fe700 "", z_buflen = 1, z_level = 8960, z_ratio_in = 4.59163468e-41, z_ratio_out = -7.20331299e+16}
  493. #4 0x00000000009e8bb2 in ACE_Based::Thread::ThreadTask (param=0x7fffef0d2300) at /home/oregon/oregoncore/src/shared/Threading.cpp:187
  494. ss = {__val = {18446744067267100671, 18446744073709551615 <repeats 15 times>}}
  495. _task = 0x7fffef0d2300
  496. #5 0x00007ffff7b40756 in ACE_OS_Thread_Adapter::invoke (this=<optimized out>) at OS_Thread_Adapter.cpp:101
  497. hook = <optimized out>
  498. func = 0x9e8b70 <ACE_Based::Thread::ThreadTask(void*)>
  499. arg = 0x7fffef0d2300
  500. cancel_flags = <optimized out>
  501. status = 0x0
  502. #6 0x00007ffff5c99182 in start_thread (arg=0x7fffdb7fe700) at pthread_create.c:312
  503. __res = <optimized out>
  504. pd = 0x7fffdb7fe700
  505. now = <optimized out>
  506. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736875980544, 1463093764171986060, 1, 0, 140736875981248, 140736875980544, -1463033289918942068, -1463072200036354932}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  507. not_first_call = <optimized out>
  508. pagesize_m1 = <optimized out>
  509. sp = <optimized out>
  510. freesize = <optimized out>
  511. __PRETTY_FUNCTION__ = "start_thread"
  512. #7 0x00007ffff59c647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  513. No locals.
  514.  
  515. Thread 17 (Thread 0x7fffdcfff700 (LWP 21170)):
  516. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  517. No locals.
  518. #1 0x00007ffff7b0cb15 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=cv@entry=0x7fffeaa4a288) at /root/ACE_6.3.2/ace/OS_NS_Thread.inl:427
  519. result = 0
  520. ts = {tv_sec = 140737130045952, tv_nsec = 140737348846176}
  521. #2 ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffeaa4a288, mutex=..., abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:96
  522. No locals.
  523. #3 0x00007ffff7b0cb5c in ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffeaa4a288, abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:103
  524. No locals.
  525. #4 0x00007ffff7af42bb in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::wait_not_empty_cond (this=0x7fffeaa4a200, timeout=0x0) at /root/ACE_6.3.2/ace/Message_Queue_T.cpp:1776
  526. result = 0
  527. #5 0x00007ffff7af34da in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::dequeue_head (this=0x7fffeaa4a200, first_item=@0x7fffdcffedb0: 0x0, timeout=0x0) at /root/ACE_6.3.2/ace/Message_Queue_T.cpp:1968
  528. ace_mon = {lock_ = 0x7fffeaa4a250, owner_ = 0}
  529. #6 0x00007ffff7af314d in ACE_Activation_Queue::dequeue (this=this@entry=0x7fffe5c52d68, tv=tv@entry=0x0) at Activation_Queue.cpp:87
  530. mb = 0x0
  531. #7 0x00000000009e5030 in DelayExecutor::svc (this=0x7fffe5c52cd8) at /home/oregon/oregoncore/src/shared/DelayExecutor.cpp:64
  532. rq = <optimized out>
  533. #8 0x00007ffff7b678f7 in ACE_Task_Base::svc_run (args=0x7fffe5c52cd8) at Task.cpp:258
  534. t = 0x7fffe5c52cd8
  535. svc_status = <optimized out>
  536. status = <optimized out>
  537. thr_mgr_ptr = <optimized out>
  538. #9 0x00007ffff7b68fe5 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at Thread_Adapter.cpp:159
  539. hook = <optimized out>
  540. func = 0x7ffff7b678c0 <ACE_Task_Base::svc_run(void*)>
  541. arg = 0x7fffe5c52cd8
  542. cancel_flags = <optimized out>
  543. status = 0x0
  544. #10 0x00007ffff7b68f2f in ACE_Thread_Adapter::invoke (this=0x7fffe595ebb0) at Thread_Adapter.cpp:94
  545. exit_hook_instance = <optimized out>
  546. exit_hook_maybe = {instance_ = 0x0}
  547. exit_hook_ptr = 0x7fffdc21c000
  548. exit_hook = @0x7fffdc21c000: {thread_control_ = {tm_ = 0x7fffeaa4a340, status_ = 0x0}, static is_constructed_ = true}
  549. #11 0x00007ffff5c99182 in start_thread (arg=0x7fffdcfff700) at pthread_create.c:312
  550. __res = <optimized out>
  551. pd = 0x7fffdcfff700
  552. now = <optimized out>
  553. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736901150464, 1463093764171986060, 1, 0, 140736901151168, 140736901150464, -1463021196901649268, -1463072200036354932}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  554. not_first_call = <optimized out>
  555. pagesize_m1 = <optimized out>
  556. sp = <optimized out>
  557. freesize = <optimized out>
  558. __PRETTY_FUNCTION__ = "start_thread"
  559. #12 0x00007ffff59c647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  560. No locals.
  561.  
  562. Thread 16 (Thread 0x7fffddbff700 (LWP 21169)):
  563. #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  564. No locals.
  565. #1 0x00007ffff7b0cb15 in cond_timedwait (timeout=0x0, external_mutex=<optimized out>, cv=cv@entry=0x7fffeaa4a288) at /root/ACE_6.3.2/ace/OS_NS_Thread.inl:427
  566. result = 0
  567. ts = {tv_sec = 140737130045952, tv_nsec = 140737348846176}
  568. #2 ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffeaa4a288, mutex=..., abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:96
  569. No locals.
  570. #3 0x00007ffff7b0cb5c in ACE_Condition<ACE_Thread_Mutex>::wait (this=this@entry=0x7fffeaa4a288, abstime=abstime@entry=0x0) at Condition_Thread_Mutex.cpp:103
  571. No locals.
  572. #4 0x00007ffff7af42bb in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::wait_not_empty_cond (this=0x7fffeaa4a200, timeout=0x0) at /root/ACE_6.3.2/ace/Message_Queue_T.cpp:1776
  573. result = 0
  574. #5 0x00007ffff7af34da in ACE_Message_Queue<ACE_MT_SYNCH, ACE_System_Time_Policy>::dequeue_head (this=0x7fffeaa4a200, first_item=@0x7fffddbfedb0: 0x0, timeout=0x0) at /root/ACE_6.3.2/ace/Message_Queue_T.cpp:1968
  575. ace_mon = {lock_ = 0x7fffeaa4a250, owner_ = 0}
  576. #6 0x00007ffff7af314d in ACE_Activation_Queue::dequeue (this=this@entry=0x7fffe5c52d68, tv=tv@entry=0x0) at Activation_Queue.cpp:87
  577. mb = 0x0
  578. #7 0x00000000009e5030 in DelayExecutor::svc (this=0x7fffe5c52cd8) at /home/oregon/oregoncore/src/shared/DelayExecutor.cpp:64
  579. rq = <optimized out>
  580. #8 0x00007ffff7b678f7 in ACE_Task_Base::svc_run (args=0x7fffe5c52cd8) at Task.cpp:258
  581. t = 0x7fffe5c52cd8
  582. svc_status = <optimized out>
  583. status = <optimized out>
  584. thr_mgr_ptr = <optimized out>
  585. #9 0x00007ffff7b68fe5 in ACE_Thread_Adapter::invoke_i (this=<optimized out>) at Thread_Adapter.cpp:159
  586. hook = <optimized out>
  587. func = 0x7ffff7b678c0 <ACE_Task_Base::svc_run(void*)>
  588. arg = 0x7fffe5c52cd8
  589. cancel_flags = <optimized out>
  590. status = 0x0
  591. #10 0x00007ffff7b68f2f in ACE_Thread_Adapter::invoke (this=0x7fffe595ead0) at Thread_Adapter.cpp:94
  592. exit_hook_instance = <optimized out>
  593. exit_hook_maybe = {instance_ = 0x0}
  594. exit_hook_ptr = 0x7fffdc41c000
  595. exit_hook = @0x7fffdc41c000: {thread_control_ = {tm_ = 0x7fffeaa4a340, status_ = 0x0}, static is_constructed_ = true}
  596. #11 0x00007ffff5c99182 in start_thread (arg=0x7fffddbff700) at pthread_create.c:312
  597. __res = <optimized out>
  598. pd = 0x7fffddbff700
  599. now = <optimized out>
  600. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140736913733376, 1463093764171986060, 1, 0, 140736913734080, 140736913733376, -1463019547634207604, -1463072200036354932}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  601. not_first_call = <optimized out>
  602. pagesize_m1 = <optimized out>
  603. sp = <optimized out>
  604. freesize = <optimized out>
  605. __PRETTY_FUNCTION__ = "start_thread"
  606. #12 0x00007ffff59c647d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  607. No locals.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement