Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.53 KB | None | 0 0
  1. Opening databasepool 'realmd2'. Async threads: 1, synch threads: 1
  2. MySQL client library: 5.1.49
  3. MySQL server ver: 5.1.49-3
  4. MySQL client library: 5.1.49
  5. MySQL server ver: 5.1.49-3
  6. [New Thread 0x7ffff47ff700 (LWP 25225)]
  7. [New Thread 0x7ffff33ff700 (LWP 25226)]
  8. [New Thread 0x7ffff1fff700 (LWP 25227)]
  9. [New Thread 0x7ffff0fff700 (LWP 25228)]
  10.  
  11. Program received signal SIGINT, Interrupt.
  12. 0x00007ffff5fd00bd in read () from /lib/libpthread.so.0
  13. #0 0x00007ffff5fd00bd in read () from /lib/libpthread.so.0
  14. #1 0x00007ffff722b2e9 in vio_read_buff () from /usr/lib/libmysqlclient_r.so.16
  15. #2 0x00007ffff722c3ff in ?? () from /usr/lib/libmysqlclient_r.so.16
  16. #3 0x00007ffff722c805 in my_net_read () from /usr/lib/libmysqlclient_r.so.16
  17. #4 0x00007ffff7226b6a in cli_safe_read () from /usr/lib/libmysqlclient_r.so.16
  18. #5 0x00007ffff71f65ff in cli_read_prepare_result ()
  19. from /usr/lib/libmysqlclient_r.so.16
  20. #6 0x00007ffff71f3c83 in mysql_stmt_prepare ()
  21. from /usr/lib/libmysqlclient_r.so.16
  22. #7 0x0000000001212254 in MySQLConnection::PrepareStatement (
  23. this=0x7ffff202d900, index=13,
  24. sql=0x7ffff20c30a0 "SELECT id FROM account WHERE username = ?",
  25. flags=CONNECTION_SYNCH)
  26. at /home/sources_energix/Ferialev5/src/server/shared/Database/MySQLConnection.cpp:461
  27. #8 0x00000000012110d3 in MySQLConnection::PrepareStatements (
  28. this=0x7ffff202d900)
  29. at /home/sources_energix/Ferialev5/src/server/shared/Database/MySQLConnection.cpp:156
  30. #9 0x0000000001210fda in MySQLConnection::Open (this=0x7ffff202d900)
  31. at /home/sources_energix/Ferialev5/src/server/shared/Database/MySQLConnection.cpp:142
  32. #10 0x0000000000c245f2 in DatabaseWorkerPool<LoginDatabaseConnection>::Open (
  33. this=0x1e723e0, infoString=..., async_threads=1 '\001',
  34. synch_threads=1 '\001')
  35. at /home/sources_energix/Ferialev5/src/server/shared/Database/DatabaseWorkerPool.h:91
  36. #11 0x0000000000c22a34 in Master::_StartDB (this=0x7ffff480f0f8)
  37. at /home/sources_energix/Ferialev5/src/server/worldserver/Master.cpp:460
  38. #12 0x0000000000c21b55 in Master::Run (this=0x7ffff480f0f8)
  39. at /home/sources_energix/Ferialev5/src/server/worldserver/Master.cpp:161
  40. #13 0x0000000000c169b1 in main (argc=3, argv=0x7fffffffe8d8)
  41. at /home/sources_energix/Ferialev5/src/server/worldserver/Main.cpp:147
  42. #0 0x00007ffff5fd00bd in read () from /lib/libpthread.so.0
  43. No symbol table info available.
  44. #1 0x00007ffff722b2e9 in vio_read_buff () from /usr/lib/libmysqlclient_r.so.16
  45. No symbol table info available.
  46. #2 0x00007ffff722c3ff in ?? () from /usr/lib/libmysqlclient_r.so.16
  47. No symbol table info available.
  48. #3 0x00007ffff722c805 in my_net_read () from /usr/lib/libmysqlclient_r.so.16
  49. No symbol table info available.
  50. #4 0x00007ffff7226b6a in cli_safe_read () from /usr/lib/libmysqlclient_r.so.16
  51. No symbol table info available.
  52. #5 0x00007ffff71f65ff in cli_read_prepare_result ()
  53. from /usr/lib/libmysqlclient_r.so.16
  54. No symbol table info available.
  55. #6 0x00007ffff71f3c83 in mysql_stmt_prepare ()
  56. from /usr/lib/libmysqlclient_r.so.16
  57. No symbol table info available.
  58. #7 0x0000000001212254 in MySQLConnection::PrepareStatement (
  59. this=0x7ffff202d900, index=13,
  60. sql=0x7ffff20c30a0 "SELECT id FROM account WHERE username = ?",
  61. flags=CONNECTION_SYNCH)
  62. at /home/sources_energix/Ferialev5/src/server/shared/Database/MySQLConnection.cpp:461
  63. stmt = 0x7ffff2087800
  64. #8 0x00000000012110d3 in MySQLConnection::PrepareStatements (
  65. this=0x7ffff202d900)
  66. at /home/sources_energix/Ferialev5/src/server/shared/Database/MySQLConnection.cpp:156
  67. itr = {_M_node = 0x7ffff20c41c0}
  68. #9 0x0000000001210fda in MySQLConnection::Open (this=0x7ffff202d900)
  69. at /home/sources_energix/Ferialev5/src/server/shared/Database/MySQLConnection.cpp:142
  70. mysqlInit = 0x7ffff4827900
  71. port = 3306
  72. unix_socket = 0x0
  73. #10 0x0000000000c245f2 in DatabaseWorkerPool<LoginDatabaseConnection>::Open (
  74. this=0x1e723e0, infoString=..., async_threads=1 '\001',
  75. synch_threads=1 '\001')
  76. at /home/sources_energix/Ferialev5/src/server/shared/Database/DatabaseWorkerPool.h:91
  77. t = 0x7ffff202d900
  78. i = 0 '\000'
  79. res = true
  80. #11 0x0000000000c22a34 in Master::_StartDB (this=0x7ffff480f0f8)
  81. at /home/sources_energix/Ferialev5/src/server/worldserver/Master.cpp:460
  82. dbstring = {static npos = 18446744073709551615,
  83. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  84. _M_p = 0x7ffff20b32a8 "188.165.210.191;3306;mjwiki;---;realmd2"}}
  85. async_threads = 1 '\001'
  86. synch_threads = 1 '\001'
  87. #12 0x0000000000c21b55 in Master::Run (this=0x7ffff480f0f8)
  88. at /home/sources_energix/Ferialev5/src/server/worldserver/Master.cpp:161
  89. seed1 = {_bn = 0x7ffff4810220, _array = 0x0}
  90. SignalINT = {<Trinity::SignalHandler> = {<> = {<No data fields>}, <No data fields>}, <No data fields>}
  91. SignalTERM = {<Trinity::SignalHandler> = {<> = {<No data fields>}, <No data fields>}, <No data fields>}
  92. Handler = <incomplete type>
  93. world_thread = {m_iThreadId = 0, m_hThreadHandle = 140737344444230,
  94. m_task = 0x7ffff480a078, static m_ThreadStorage = {
  95. _vptr.ACE_TSS = 0x177f510, keylock_ = {lock_ = {__data = {
  96. __lock = 0, __count = 0, __owner = 0, __nusers = 0,
  97. __kind = 0, __spins = 0, __list = {__prev = 0x0,
  98. __next = 0x0}}, __size = '\000' <repeats 39 times>,
  99. __align = 0}, removed_ = false}, once_ = false, key_ = 0},
  100. static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  101. rar_thread = {m_iThreadId = 140737295594048,
  102. m_hThreadHandle = 140737295458424, m_task = 0x7ffff480f0f0,
  103. static m_ThreadStorage = {_vptr.ACE_TSS = 0x177f510, keylock_ = {
  104. lock_ = {__data = {__lock = 0, __count = 0, __owner = 0,
  105. __nusers = 0, __kind = 0, __spins = 0, __list = {
  106. __prev = 0x0, __next = 0x0}},
  107. __size = '\000' <repeats 39 times>, __align = 0},
  108. removed_ = false}, once_ = false, key_ = 0}, static m_TpEnum = {
  109. m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  110. cliThread = 0x7ffff480f0f0
  111. soap_thread = 0xc06f90
  112. bind_ip = {static npos = 18446744073709551615,
  113. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7ffff480f0f0 "P*j\001"}}
  114. pidfile = {static npos = 18446744073709551615,
  115. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  116. _M_p = 0x7ffff4807c28 "world.pid"}}
  117. wsport = 65535
  118. #13 0x0000000000c169b1 in main (argc=3, argv=0x7fffffffe8d8)
  119. at /home/sources_energix/Ferialev5/src/server/worldserver/Main.cpp:147
  120. cfg_file = 0x7fffffffeb28 "../etc/worldserver.conf"
  121. c = 3
  122. ret = 0
  123. 6 Thread 0x7ffff0fff700 (LWP 25228) 0x00007ffff5fcd16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  124. 5 Thread 0x7ffff1fff700 (LWP 25227) 0x00007ffff5fcd16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  125. 4 Thread 0x7ffff33ff700 (LWP 25226) 0x00007ffff5fcd16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  126. 3 Thread 0x7ffff47ff700 (LWP 25225) 0x00007ffff5fcd16c in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  127. * 1 Thread 0x7ffff7fe9720 (LWP 25221) 0x00007ffff5fd00bd in read ()
  128. from /lib/libpthread.so.0
  129.  
  130. Thread 6 (Thread 0x7ffff0fff700 (LWP 25228)):
  131. #0 0x00007ffff5fcd16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  132. from /lib/libpthread.so.0
  133. No symbol table info available.
  134. #1 0x00007ffff768a4d5 in ACE_Condition_Thread_Mutex::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) () from /usr/lib/libACE-5.7.7.so
  135. No symbol table info available.
  136. #2 0x0000000000c0f53b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  137. (this=0x7ffff480b400, timeout=0x0)
  138. at /usr/include/ace/Message_Queue_T.cpp:1746
  139. result = 0
  140. #3 0x0000000000c0ed6a in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  141. this=0x7ffff480b400, first_item=@0x7ffff0ffee38, timeout=0x0)
  142. at /usr/include/ace/Message_Queue_T.cpp:1938
  143. ace_mon = {lock_ = 0x7ffff480b450, owner_ = 0}
  144. #4 0x00007ffff76727b2 in ACE_Activation_Queue::dequeue(ACE_Time_Value*) ()
  145. from /usr/lib/libACE-5.7.7.so
  146. No symbol table info available.
  147. #5 0x00000000012288b5 in DatabaseWorker::svc (this=0x7ffff202d600)
  148. at /home/sources_energix/Ferialev5/src/server/shared/Database/DatabaseWorker.cpp:40
  149. request = 0x0
  150. #6 0x00007ffff76f1847 in ACE_Task_Base::svc_run(void*) ()
  151. from /usr/lib/libACE-5.7.7.so
  152. No symbol table info available.
  153. #7 0x00007ffff76f2bc1 in ACE_Thread_Adapter::invoke() ()
  154. from /usr/lib/libACE-5.7.7.so
  155. No symbol table info available.
  156. #8 0x00007ffff5fc88ba in start_thread () from /lib/libpthread.so.0
  157. No symbol table info available.
  158. #9 0x00007ffff5d3002d in clone () from /lib/libc.so.6
  159. No symbol table info available.
  160. #10 0x0000000000000000 in ?? ()
  161. No symbol table info available.
  162.  
  163. Thread 5 (Thread 0x7ffff1fff700 (LWP 25227)):
  164. #0 0x00007ffff5fcd16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  165. from /lib/libpthread.so.0
  166. No symbol table info available.
  167. #1 0x00007ffff768a4d5 in ACE_Condition_Thread_Mutex::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) () from /usr/lib/libACE-5.7.7.so
  168. No symbol table info available.
  169. #2 0x0000000000c0f53b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  170. (this=0x7ffff480b500, timeout=0x0)
  171. at /usr/include/ace/Message_Queue_T.cpp:1746
  172. result = 0
  173. #3 0x0000000000c0ed6a in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  174. this=0x7ffff480b500, first_item=@0x7ffff1ffee38, timeout=0x0)
  175. at /usr/include/ace/Message_Queue_T.cpp:1938
  176. ace_mon = {lock_ = 0x7ffff480b550, owner_ = 0}
  177. #4 0x00007ffff76727b2 in ACE_Activation_Queue::dequeue(ACE_Time_Value*) ()
  178. from /usr/lib/libACE-5.7.7.so
  179. No symbol table info available.
  180. #5 0x00000000012288b5 in DatabaseWorker::svc (this=0x7ffff202d3c0)
  181. at /home/sources_energix/Ferialev5/src/server/shared/Database/DatabaseWorker.cpp:40
  182. request = 0x0
  183. #6 0x00007ffff76f1847 in ACE_Task_Base::svc_run(void*) ()
  184. from /usr/lib/libACE-5.7.7.so
  185. No symbol table info available.
  186. #7 0x00007ffff76f2bc1 in ACE_Thread_Adapter::invoke() ()
  187. from /usr/lib/libACE-5.7.7.so
  188. No symbol table info available.
  189. #8 0x00007ffff5fc88ba in start_thread () from /lib/libpthread.so.0
  190. No symbol table info available.
  191. #9 0x00007ffff5d3002d in clone () from /lib/libc.so.6
  192. No symbol table info available.
  193. #10 0x0000000000000000 in ?? ()
  194. No symbol table info available.
  195.  
  196. Thread 4 (Thread 0x7ffff33ff700 (LWP 25226)):
  197. #0 0x00007ffff5fcd16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  198. from /lib/libpthread.so.0
  199. No symbol table info available.
  200. #1 0x00007ffff768a4d5 in ACE_Condition_Thread_Mutex::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) () from /usr/lib/libACE-5.7.7.so
  201. No symbol table info available.
  202. #2 0x0000000000c0f53b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  203. (this=0x7ffff480b300, timeout=0x0)
  204. at /usr/include/ace/Message_Queue_T.cpp:1746
  205. result = 0
  206. #3 0x0000000000c0ed6a in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  207. this=0x7ffff480b300, first_item=@0x7ffff33fee38, timeout=0x0)
  208. at /usr/include/ace/Message_Queue_T.cpp:1938
  209. ace_mon = {lock_ = 0x7ffff480b350, owner_ = 0}
  210. #4 0x00007ffff76727b2 in ACE_Activation_Queue::dequeue(ACE_Time_Value*) ()
  211. from /usr/lib/libACE-5.7.7.so
  212. No symbol table info available.
  213. #5 0x00000000012288b5 in DatabaseWorker::svc (this=0x7ffff482b780)
  214. at /home/sources_energix/Ferialev5/src/server/shared/Database/DatabaseWorker.cpp:40
  215. request = 0x0
  216. #6 0x00007ffff76f1847 in ACE_Task_Base::svc_run(void*) ()
  217. from /usr/lib/libACE-5.7.7.so
  218. No symbol table info available.
  219. #7 0x00007ffff76f2bc1 in ACE_Thread_Adapter::invoke() ()
  220. from /usr/lib/libACE-5.7.7.so
  221. No symbol table info available.
  222. #8 0x00007ffff5fc88ba in start_thread () from /lib/libpthread.so.0
  223. No symbol table info available.
  224. #9 0x00007ffff5d3002d in clone () from /lib/libc.so.6
  225. No symbol table info available.
  226. #10 0x0000000000000000 in ?? ()
  227. No symbol table info available.
  228.  
  229. Thread 3 (Thread 0x7ffff47ff700 (LWP 25225)):
  230. #0 0x00007ffff5fcd16c in pthread_cond_wait@@GLIBC_2.3.2 ()
  231. from /lib/libpthread.so.0
  232. No symbol table info available.
  233. #1 0x00007ffff768a4d5 in ACE_Condition_Thread_Mutex::wait(ACE_Thread_Mutex&, ACE_Time_Value const*) () from /usr/lib/libACE-5.7.7.so
  234. No symbol table info available.
  235. #2 0x0000000000c0f53b in ACE_Message_Queue<ACE_MT_SYNCH>::wait_not_empty_cond
  236. (this=0x7ffff480b200, timeout=0x0)
  237. at /usr/include/ace/Message_Queue_T.cpp:1746
  238. result = 0
  239. #3 0x0000000000c0ed6a in ACE_Message_Queue<ACE_MT_SYNCH>::dequeue_head (
  240. this=0x7ffff480b200, first_item=@0x7ffff47fee38, timeout=0x0)
  241. at /usr/include/ace/Message_Queue_T.cpp:1938
  242. ace_mon = {lock_ = 0x7ffff480b250, owner_ = 0}
  243. #4 0x00007ffff76727b2 in ACE_Activation_Queue::dequeue(ACE_Time_Value*) ()
  244. from /usr/lib/libACE-5.7.7.so
  245. No symbol table info available.
  246. #5 0x00000000012288b5 in DatabaseWorker::svc (this=0x7ffff482b540)
  247. at /home/sources_energix/Ferialev5/src/server/shared/Database/DatabaseWorker.cpp:40
  248. request = 0x0
  249. #6 0x00007ffff76f1847 in ACE_Task_Base::svc_run(void*) ()
  250. from /usr/lib/libACE-5.7.7.so
  251. No symbol table info available.
  252. #7 0x00007ffff76f2bc1 in ACE_Thread_Adapter::invoke() ()
  253. from /usr/lib/libACE-5.7.7.so
  254. No symbol table info available.
  255. #8 0x00007ffff5fc88ba in start_thread () from /lib/libpthread.so.0
  256. No symbol table info available.
  257. #9 0x00007ffff5d3002d in clone () from /lib/libc.so.6
  258. No symbol table info available.
  259. #10 0x0000000000000000 in ?? ()
  260. No symbol table info available.
  261.  
  262. Thread 1 (Thread 0x7ffff7fe9720 (LWP 25221)):
  263. #0 0x00007ffff5fd00bd in read () from /lib/libpthread.so.0
  264. No symbol table info available.
  265. #1 0x00007ffff722b2e9 in vio_read_buff () from /usr/lib/libmysqlclient_r.so.16
  266. No symbol table info available.
  267. #2 0x00007ffff722c3ff in ?? () from /usr/lib/libmysqlclient_r.so.16
  268. No symbol table info available.
  269. #3 0x00007ffff722c805 in my_net_read () from /usr/lib/libmysqlclient_r.so.16
  270. No symbol table info available.
  271. #4 0x00007ffff7226b6a in cli_safe_read () from /usr/lib/libmysqlclient_r.so.16
  272. No symbol table info available.
  273. #5 0x00007ffff71f65ff in cli_read_prepare_result ()
  274. from /usr/lib/libmysqlclient_r.so.16
  275. No symbol table info available.
  276. #6 0x00007ffff71f3c83 in mysql_stmt_prepare ()
  277. from /usr/lib/libmysqlclient_r.so.16
  278. No symbol table info available.
  279. #7 0x0000000001212254 in MySQLConnection::PrepareStatement (
  280. this=0x7ffff202d900, index=13,
  281. sql=0x7ffff20c30a0 "SELECT id FROM account WHERE username = ?",
  282. flags=CONNECTION_SYNCH)
  283. at /home/sources_energix/Ferialev5/src/server/shared/Database/MySQLConnection.cpp:461
  284. stmt = 0x7ffff2087800
  285. #8 0x00000000012110d3 in MySQLConnection::PrepareStatements (
  286. this=0x7ffff202d900)
  287. at /home/sources_energix/Ferialev5/src/server/shared/Database/MySQLConnection.cpp:156
  288. itr = {_M_node = 0x7ffff20c41c0}
  289. #9 0x0000000001210fda in MySQLConnection::Open (this=0x7ffff202d900)
  290. at /home/sources_energix/Ferialev5/src/server/shared/Database/MySQLConnection.cpp:142
  291. mysqlInit = 0x7ffff4827900
  292. port = 3306
  293. unix_socket = 0x0
  294. #10 0x0000000000c245f2 in DatabaseWorkerPool<LoginDatabaseConnection>::Open (
  295. this=0x1e723e0, infoString=..., async_threads=1 '\001',
  296. synch_threads=1 '\001')
  297. at /home/sources_energix/Ferialev5/src/server/shared/Database/DatabaseWorkerPool.h:91
  298. t = 0x7ffff202d900
  299. i = 0 '\000'
  300. res = true
  301. #11 0x0000000000c22a34 in Master::_StartDB (this=0x7ffff480f0f8)
  302. at /home/sources_energix/Ferialev5/src/server/worldserver/Master.cpp:460
  303. dbstring = {static npos = 18446744073709551615,
  304. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  305. _M_p = 0x7ffff20b32a8 "188.165.210.191;3306;mjwiki;---;realmd2"}}
  306. async_threads = 1 '\001'
  307. synch_threads = 1 '\001'
  308. #12 0x0000000000c21b55 in Master::Run (this=0x7ffff480f0f8)
  309. at /home/sources_energix/Ferialev5/src/server/worldserver/Master.cpp:161
  310. seed1 = {_bn = 0x7ffff4810220, _array = 0x0}
  311. SignalINT = {<Trinity::SignalHandler> = {<> = {<No data fields>}, <No data fields>}, <No data fields>}
  312. SignalTERM = {<Trinity::SignalHandler> = {<> = {<No data fields>}, <No data fields>}, <No data fields>}
  313. Handler = <incomplete type>
  314. world_thread = {m_iThreadId = 0, m_hThreadHandle = 140737344444230,
  315. m_task = 0x7ffff480a078, static m_ThreadStorage = {
  316. _vptr.ACE_TSS = 0x177f510, keylock_ = {lock_ = {__data = {
  317. __lock = 0, __count = 0, __owner = 0, __nusers = 0,
  318. __kind = 0, __spins = 0, __list = {__prev = 0x0,
  319. __next = 0x0}}, __size = '\000' <repeats 39 times>,
  320. __align = 0}, removed_ = false}, once_ = false, key_ = 0},
  321. static m_TpEnum = {m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  322. rar_thread = {m_iThreadId = 140737295594048,
  323. m_hThreadHandle = 140737295458424, m_task = 0x7ffff480f0f0,
  324. static m_ThreadStorage = {_vptr.ACE_TSS = 0x177f510, keylock_ = {
  325. lock_ = {__data = {__lock = 0, __count = 0, __owner = 0,
  326. __nusers = 0, __kind = 0, __spins = 0, __list = {
  327. __prev = 0x0, __next = 0x0}},
  328. __size = '\000' <repeats 39 times>, __align = 0},
  329. removed_ = false}, once_ = false, key_ = 0}, static m_TpEnum = {
  330. m_priority = {0, 0, 0, 0, 0, 0, 0}}}
  331. cliThread = 0x7ffff480f0f0
  332. soap_thread = 0xc06f90
  333. bind_ip = {static npos = 18446744073709551615,
  334. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x7ffff480f0f0 "P*j\001"}}
  335. pidfile = {static npos = 18446744073709551615,
  336. _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>},
  337. _M_p = 0x7ffff4807c28 "world.pid"}}
  338. wsport = 65535
  339. #13 0x0000000000c169b1 in main (argc=3, argv=0x7fffffffe8d8)
  340. at /home/sources_energix/Ferialev5/src/server/worldserver/Main.cpp:147
  341. cfg_file = 0x7fffffffeb28 "../etc/worldserver.conf"
  342. c = 3
  343. ret = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement