Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2016
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.66 KB | None | 0 0
  1. bobeff@zahadum:~/projects/build/web_service/debug$ ./web_service
  2. XML request content:
  3. <?xml version="1.0" encoding="utf-8"?>
  4. <sked>
  5. <version>2</version>
  6. <flight>
  7. <carrier>BA</carrier>
  8. <number>4001</number>
  9. <date>2011-07-21</date>
  10. </flight>
  11. <flight cancelled="true">
  12. <carrier>BA</carrier>
  13. <number>4002</number>
  14. <date>2011-07-21</date>
  15. </flight>
  16. </sked>
  17.  
  18. JSON response content:
  19. {
  20. "sked": {
  21. "version": "2",
  22. "flight": {
  23. "carrier": "BA",
  24. "number": "4001",
  25. "date": "2011-07-21"
  26. },
  27. "flight": {
  28. "<xmlattr>": {
  29. "cancelled": "true"
  30. },
  31. "carrier": "BA",
  32. "number": "4002",
  33. "date": "2011-07-21"
  34. }
  35. }
  36. }
  37.  
  38. *** Error in `./web_service': corrupted double-linked list: 0x0000000001125070 ***
  39. ======= Backtrace: =========
  40. /lib/x86_64-linux-gnu/libc.so.6(+0x77725)[0x7f25d1b5f725]
  41. /lib/x86_64-linux-gnu/libc.so.6(+0x7e838)[0x7f25d1b66838]
  42. /lib/x86_64-linux-gnu/libc.so.6(+0x801e8)[0x7f25d1b681e8]
  43. /lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f25d1b6babc]
  44. ./web_service(_ZN5boost10coroutines30basic_standard_stack_allocatorINS0_12stack_traitsEE10deallocateERNS0_13stack_contextE+0xc1)[0x6a81b7]
  45. ./web_service(_ZN5boost10coroutines6detail21push_coroutine_objectINS0_14pull_coroutineIvEEvRNS_4asio6detail16coro_entry_pointINS6_15wrapped_handlerINS5_10io_service6strandEPFvvENS6_26is_continuation_if_runningEEEZN9SimpleWeb10ServerBaseINS5_19basic_stream_socketINS5_2ip3tcpENS5_21stream_socket_serviceISJ_EEEEE14write_responseESt10shared_ptrISM_ESO_INSN_7RequestEERSt8functionIFvRNSN_8ResponseESR_EEEUlNS5_19basic_yield_contextISE_EEE_EENS0_30basic_standard_stack_allocatorINS0_12stack_traitsEEEE11deallocate_EPS16_+0x5a)[0x6a61bd]
  46. ./web_service(_ZN5boost10coroutines6detail21push_coroutine_objectINS0_14pull_coroutineIvEEvRNS_4asio6detail16coro_entry_pointINS6_15wrapped_handlerINS5_10io_service6strandEPFvvENS6_26is_continuation_if_runningEEEZN9SimpleWeb10ServerBaseINS5_19basic_stream_socketINS5_2ip3tcpENS5_21stream_socket_serviceISJ_EEEEE14write_responseESt10shared_ptrISM_ESO_INSN_7RequestEERSt8functionIFvRNSN_8ResponseESR_EEEUlNS5_19basic_yield_contextISE_EEE_EENS0_30basic_standard_stack_allocatorINS0_12stack_traitsEEEE7destroyEv+0x18)[0x6a2cee]
  47. ./web_service(_ZN5boost10coroutines14push_coroutineIvED1Ev+0x31)[0x63b1cf]
  48. ./web_service(_ZNSt15_Sp_counted_ptrIPN5boost10coroutines14push_coroutineIvEELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv+0x22)[0x6a2c8a]
  49. ./web_service(_ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv+0x42)[0x64f222]
  50. ./web_service(_ZNSt14__shared_countILN9__gnu_cxx12_Lock_policyE2EED1Ev+0x27)[0x64487d]
  51. ./web_service(_ZNSt12__shared_ptrIN5boost10coroutines14push_coroutineIvEELN9__gnu_cxx12_Lock_policyE2EED1Ev+0x1c)[0x670c42]
  52. ./web_service(_ZNSt10shared_ptrIN5boost10coroutines14push_coroutineIvEEED1Ev+0x18)[0x670c5e]
  53. ./web_service(_ZN5boost4asio6detail12coro_handlerINS1_15wrapped_handlerINS0_10io_service6strandEPFvvENS1_26is_continuation_if_runningEEEmED1Ev+0x18)[0x670c7a]
  54. ./web_service(_ZN5boost4asio6detail23write_streambuf_handlerISaIcENS1_12coro_handlerINS1_15wrapped_handlerINS0_10io_service6strandEPFvvENS1_26is_continuation_if_runningEEEmEEED1Ev+0x1c)[0x670cb6]
  55. ./web_service(_ZN5boost4asio6detail8write_opINS0_19basic_stream_socketINS0_2ip3tcpENS0_21stream_socket_serviceIS5_EEEENS0_15const_buffers_1ENS1_14transfer_all_tENS1_23write_streambuf_handlerISaIcENS1_12coro_handlerINS1_15wrapped_handlerINS0_10io_service6strandEPFvvENS1_26is_continuation_if_runningEEEmEEEEED1Ev+0x1c)[0x6793ce]
  56. ./web_service(_ZN5boost4asio6detail7binder2INS1_8write_opINS0_19basic_stream_socketINS0_2ip3tcpENS0_21stream_socket_serviceIS6_EEEENS0_15const_buffers_1ENS1_14transfer_all_tENS1_23write_streambuf_handlerISaIcENS1_12coro_handlerINS1_15wrapped_handlerINS0_10io_service6strandEPFvvENS1_26is_continuation_if_runningEEEmEEEEEENS_6system10error_codeEmED1Ev+0x18)[0x695472]
  57. ./web_service(_ZN5boost4asio6detail17rewrapped_handlerINS1_7binder2INS1_8write_opINS0_19basic_stream_socketINS0_2ip3tcpENS0_21stream_socket_serviceIS7_EEEENS0_15const_buffers_1ENS1_14transfer_all_tENS1_23write_streambuf_handlerISaIcENS1_12coro_handlerINS1_15wrapped_handlerINS0_10io_service6strandEPFvvENS1_26is_continuation_if_runningEEEmEEEEEENS_6system10error_codeEmEESK_ED1Ev+0x1c)[0x69f286]
  58. ./web_service(_ZN5boost4asio6detail18completion_handlerINS1_17rewrapped_handlerINS1_7binder2INS1_8write_opINS0_19basic_stream_socketINS0_2ip3tcpENS0_21stream_socket_serviceIS8_EEEENS0_15const_buffers_1ENS1_14transfer_all_tENS1_23write_streambuf_handlerISaIcENS1_12coro_handlerINS1_15wrapped_handlerINS0_10io_service6strandEPFvvENS1_26is_continuation_if_runningEEEmEEEEEENS_6system10error_codeEmEESL_EEE11do_completeEPNS1_15task_io_serviceEPNS1_25task_io_service_operationERKSS_m+0x112)[0x6a093d]
  59. ./web_service(_ZN5boost4asio6detail14strand_service8dispatchINS1_17rewrapped_handlerINS1_7binder2INS1_8write_opINS0_19basic_stream_socketINS0_2ip3tcpENS0_21stream_socket_serviceIS9_EEEENS0_15const_buffers_1ENS1_14transfer_all_tENS1_23write_streambuf_handlerISaIcENS1_12coro_handlerINS1_15wrapped_handlerINS0_10io_service6strandEPFvvENS1_26is_continuation_if_runningEEEmEEEEEENS_6system10error_codeEmEESM_EEEEvRPNS2_11strand_implERT_+0x1a2)[0x6a028e]
  60. ./web_service(_ZN5boost4asio10io_service6strand8dispatchINS0_6detail17rewrapped_handlerINS4_7binder2INS4_8write_opINS0_19basic_stream_socketINS0_2ip3tcpENS0_21stream_socket_serviceISA_EEEENS0_15const_buffers_1ENS4_14transfer_all_tENS4_23write_streambuf_handlerISaIcENS4_12coro_handlerINS4_15wrapped_handlerIS2_PFvvENS4_26is_continuation_if_runningEEEmEEEEEENS_6system10error_codeEmEESL_EEEENS0_12async_resultINS0_12handler_typeIT_SK_E4typeEE4typeEOSX_+0x69)[0x69fafd]
  61. ./web_service(_ZN5boost4asio6detail19asio_handler_invokeINS1_7binder2INS1_8write_opINS0_19basic_stream_socketINS0_2ip3tcpENS0_21stream_socket_serviceIS7_EEEENS0_15const_buffers_1ENS1_14transfer_all_tENS1_23write_streambuf_handlerISaIcENS1_12coro_handlerINS1_15wrapped_handlerINS0_10io_service6strandEPFvvENS1_26is_continuation_if_runningEEEmEEEEEENS_6system10error_codeEmEESI_SK_SL_EEvRT_PNSG_IT0_T1_T2_EE+0x66)[0x69f2ef]
  62. ./web_service(_ZN33boost_asio_handler_invoke_helpers6invokeIN5boost4asio6detail7binder2INS3_8write_opINS2_19basic_stream_socketINS2_2ip3tcpENS2_21stream_socket_serviceIS8_EEEENS2_15const_buffers_1ENS3_14transfer_all_tENS3_23write_streambuf_handlerISaIcENS3_12coro_handlerINS3_15wrapped_handlerINS2_10io_service6strandEPFvvENS3_26is_continuation_if_runningEEEmEEEEEENS1_6system10error_codeEmEESN_EEvRT_RT0_+0x2e)[0x69ec39]
  63. ./web_service(_ZN5boost4asio6detail19asio_handler_invokeINS1_7binder2INS1_8write_opINS0_19basic_stream_socketINS0_2ip3tcpENS0_21stream_socket_serviceIS7_EEEENS0_15const_buffers_1ENS1_14transfer_all_tENS1_23write_streambuf_handlerISaIcENS1_12coro_handlerINS1_15wrapped_handlerINS0_10io_service6strandEPFvvENS1_26is_continuation_if_runningEEEmEEEEEENS_6system10error_codeEmEESM_mEEvRT_PNSF_IT0_T1_EE+0x27)[0x69e579]
  64. ./web_service(_ZN33boost_asio_handler_invoke_helpers6invokeIN5boost4asio6detail7binder2INS3_8write_opINS2_19basic_stream_socketINS2_2ip3tcpENS2_21stream_socket_serviceIS8_EEEENS2_15const_buffers_1ENS3_14transfer_all_tENS3_23write_streambuf_handlerISaIcENS3_12coro_handlerINS3_15wrapped_handlerINS2_10io_service6strandEPFvvENS3_26is_continuation_if_runningEEEmEEEEEENS1_6system10error_codeEmEESO_EEvRT_RT0_+0x2e)[0x69de47]
  65. ./web_service(_ZN5boost4asio6detail19asio_handler_invokeINS1_7binder2INS1_8write_opINS0_19basic_stream_socketINS0_2ip3tcpENS0_21stream_socket_serviceIS7_EEEENS0_15const_buffers_1ENS1_14transfer_all_tENS1_23write_streambuf_handlerISaIcENS1_12coro_handlerINS1_15wrapped_handlerINS0_10io_service6strandEPFvvENS1_26is_continuation_if_runningEEEmEEEEEENS_6system10error_codeEmEESE_SN_EEvRT_PNSD_IT0_T1_EE+0x27)[0x69d6c7]
  66. ./web_service(_ZN33boost_asio_handler_invoke_helpers6invokeIN5boost4asio6detail7binder2INS3_8write_opINS2_19basic_stream_socketINS2_2ip3tcpENS2_21stream_socket_serviceIS8_EEEENS2_15const_buffers_1ENS3_14transfer_all_tENS3_23write_streambuf_handlerISaIcENS3_12coro_handlerINS3_15wrapped_handlerINS2_10io_service6strandEPFvvENS3_26is_continuation_if_runningEEEmEEEEEENS1_6system10error_codeEmEESP_EEvRT_RT0_+0x2e)[0x69c58a]
  67. ./web_service(_ZN5boost4asio6detail19asio_handler_invokeINS1_7binder2INS1_8write_opINS0_19basic_stream_socketINS0_2ip3tcpENS0_21stream_socket_serviceIS7_EEEENS0_15const_buffers_1ENS1_14transfer_all_tENS1_23write_streambuf_handlerISaIcENS1_12coro_handlerINS1_15wrapped_handlerINS0_10io_service6strandEPFvvENS1_26is_continuation_if_runningEEEmEEEEEENS_6system10error_codeEmEESA_SB_SC_SO_EEvRT_PNS4_IT0_T1_T2_T3_EE+0x27)[0x69b0ec]
  68. ./web_service(_ZN33boost_asio_handler_invoke_helpers6invokeIN5boost4asio6detail7binder2INS3_8write_opINS2_19basic_stream_socketINS2_2ip3tcpENS2_21stream_socket_serviceIS8_EEEENS2_15const_buffers_1ENS3_14transfer_all_tENS3_23write_streambuf_handlerISaIcENS3_12coro_handlerINS3_15wrapped_handlerINS2_10io_service6strandEPFvvENS3_26is_continuation_if_runningEEEmEEEEEENS1_6system10error_codeEmEESQ_EEvRT_RT0_+0x2e)[0x698dce]
  69. ./web_service(_ZN5boost4asio6detail23reactive_socket_send_opINS0_15const_buffers_1ENS1_8write_opINS0_19basic_stream_socketINS0_2ip3tcpENS0_21stream_socket_serviceIS7_EEEES3_NS1_14transfer_all_tENS1_23write_streambuf_handlerISaIcENS1_12coro_handlerINS1_15wrapped_handlerINS0_10io_service6strandEPFvvENS1_26is_continuation_if_runningEEEmEEEEEEE11do_completeEPNS1_15task_io_serviceEPNS1_25task_io_service_operationERKNS_6system10error_codeEm+0x107)[0x69557c]
  70. ./web_service(_ZN5boost4asio6detail25task_io_service_operation8completeERNS1_15task_io_serviceERKNS_6system10error_codeEm+0x32)[0x631888]
  71. ./web_service(_ZN5boost4asio6detail15task_io_service10do_run_oneERNS1_11scoped_lockINS1_11posix_mutexEEERNS1_27task_io_service_thread_infoERKNS_6system10error_codeE+0x1b7)[0x634621]
  72. ./web_service(_ZN5boost4asio6detail15task_io_service3runERNS_6system10error_codeE+0xf1)[0x633fdd]
  73. ./web_service(_ZN5boost4asio10io_service3runEv+0x3e)[0x6348e8]
  74. ./web_service(_ZN9SimpleWeb10ServerBaseIN5boost4asio19basic_stream_socketINS2_2ip3tcpENS2_21stream_socket_serviceIS5_EEEEE5startEv+0x55e)[0x64872a]
  75. ./web_service(main+0x1fc)[0x62eb0a]
  76. /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f25d1b08830]
  77. ./web_service(_start+0x29)[0x62cf09]
  78. ======= Memory map: ========
  79. 00400000-0070c000 r-xp 00000000 08:12 7490134 /home/bobeff/projects/build/web_service/debug/web_service
  80. 0090b000-0090c000 r--p 0030b000 08:12 7490134 /home/bobeff/projects/build/web_service/debug/web_service
  81. 0090c000-0090d000 rw-p 0030c000 08:12 7490134 /home/bobeff/projects/build/web_service/debug/web_service
  82. 0090d000-0090e000 rw-p 00000000 00:00 0
  83. 01110000-01142000 rw-p 00000000 00:00 0 [heap]
  84. 7f25c8000000-7f25c8021000 rw-p 00000000 00:00 0
  85. 7f25c8021000-7f25cc000000 ---p 00000000 00:00 0
  86. 7f25cef19000-7f25cef1c000 r-xp 00000000 08:05 3407239 /lib/x86_64-linux-gnu/libdl-2.23.so
  87. 7f25cef1c000-7f25cf11b000 ---p 00003000 08:05 3407239 /lib/x86_64-linux-gnu/libdl-2.23.so
  88. 7f25cf11b000-7f25cf11c000 r--p 00002000 08:05 3407239 /lib/x86_64-linux-gnu/libdl-2.23.so
  89. 7f25cf11c000-7f25cf11d000 rw-p 00003000 08:05 3407239 /lib/x86_64-linux-gnu/libdl-2.23.so
  90. 7f25cf11d000-7f25d09d3000 r-xp 00000000 08:05 3011597 /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
  91. 7f25d09d3000-7f25d0bd2000 ---p 018b6000 08:05 3011597 /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
  92. 7f25d0bd2000-7f25d0bd3000 r--p 018b5000 08:05 3011597 /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
  93. 7f25d0bd3000-7f25d0bd4000 rw-p 018b6000 08:05 3011597 /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
  94. 7f25d0bd4000-7f25d0cdc000 r-xp 00000000 08:05 3407230 /lib/x86_64-linux-gnu/libm-2.23.so
  95. 7f25d0cdc000-7f25d0edb000 ---p 00108000 08:05 3407230 /lib/x86_64-linux-gnu/libm-2.23.so
  96. 7f25d0edb000-7f25d0edc000 r--p 00107000 08:05 3407230 /lib/x86_64-linux-gnu/libm-2.23.so
  97. 7f25d0edc000-7f25d0edd000 rw-p 00108000 08:05 3407230 /lib/x86_64-linux-gnu/libm-2.23.so
  98. 7f25d0edd000-7f25d105c000 r-xp 00000000 08:05 3011592 /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
  99. 7f25d105c000-7f25d125c000 ---p 0017f000 08:05 3011592 /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
  100. 7f25d125c000-7f25d126c000 r--p 0017f000 08:05 3011592 /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
  101. 7f25d126c000-7f25d126d000 rw-p 0018f000 08:05 3011592 /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
  102. 7f25d126d000-7f25d1271000 rw-p 00000000 00:00 0
  103. 7f25d1271000-7f25d14c3000 r-xp 00000000 08:05 3011596 /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
  104. 7f25d14c3000-7f25d16c3000 ---p 00252000 08:05 3011596 /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
  105. 7f25d16c3000-7f25d16d2000 r--p 00252000 08:05 3011596 /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
  106. 7f25d16d2000-7f25d16d3000 rw-p 00261000 08:05 3011596 /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
  107. 7f25d16d3000-7f25d16da000 r-xp 00000000 08:05 3407233 /lib/x86_64-linux-gnu/librt-2.23.so
  108. 7f25d16da000-7f25d18d9000 ---p 00007000 08:05 3407233 /lib/x86_64-linux-gnu/librt-2.23.so
  109. 7f25d18d9000-7f25d18da000 r--p 00006000 08:05 3407233 /lib/x86_64-linux-gnu/librt-2.23.so
  110. 7f25d18da000-7f25d18db000 rw-p 00007000 08:05 3407233 /lib/x86_64-linux-gnu/librt-2.23.so
  111. 7f25d18db000-7f25d18e7000 r-xp 00000000 08:05 3021079 /usr/lib/x86_64-linux-gnu/libboost_context.so.1.58.0
  112. 7f25d18e7000-7f25d1ae6000 ---p 0000c000 08:05 3021079 /usr/lib/x86_64-linux-gnu/libboost_context.so.1.58.0
  113. 7f25d1ae6000-7f25d1ae7000 r--p 0000b000 08:05 3021079 /usr/lib/x86_64-linux-gnu/libboost_context.so.1.58.0
  114. 7f25d1ae7000-7f25d1ae8000 rw-p 0000c000 08:05 3021079 /usr/lib/x86_64-linux-gnu/libboost_context.so.1.58.0
  115. 7f25d1ae8000-7f25d1ca8000 r-xp 00000000 08:05 3407238 /lib/x86_64-linux-gnu/libc-2.23.so
  116. 7f25d1ca8000-7f25d1ea7000 ---p 001c0000 08:05 3407238 /lib/x86_64-linux-gnu/libc-2.23.so
  117. 7f25d1ea7000-7f25d1eab000 r--p 001bf000 08:05 3407238 /lib/x86_64-linux-gnu/libc-2.23.so
  118. 7f25d1eab000-7f25d1ead000 rw-p 001c3000 08:05 3407238 /lib/x86_64-linux-gnu/libc-2.23.so
  119. 7f25d1ead000-7f25d1eb1000 rw-p 00000000 00:00 0
  120. 7f25d1eb1000-7f25d1ec7000 r-xp 00000000 08:05 3402314 /lib/x86_64-linux-gnu/libgcc_s.so.1
  121. 7f25d1ec7000-7f25d20c6000 ---p 00016000 08:05 3402314 /lib/x86_64-linux-gnu/libgcc_s.so.1
  122. 7f25d20c6000-7f25d20c7000 rw-p 00015000 08:05 3402314 /lib/x86_64-linux-gnu/libgcc_s.so.1
  123. 7f25d20c7000-7f25d2239000 r-xp 00000000 08:05 3010427 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
  124. 7f25d2239000-7f25d2439000 ---p 00172000 08:05 3010427 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
  125. 7f25d2439000-7f25d2443000 r--p 00172000 08:05 3010427 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
  126. 7f25d2443000-7f25d2445000 rw-p 0017c000 08:05 3010427 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
  127. 7f25d2445000-7f25d2449000 rw-p 00000000 00:00 0
  128. 7f25d2449000-7f25d254c000 r-xp 00000000 08:05 3020794 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.58.0
  129. 7f25d254c000-7f25d274c000 ---p 00103000 08:05 3020794 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.58.0
  130. 7f25d274c000-7f25d2750000 r--p 00103000 08:05 3020794 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.58.0
  131. 7f25d2750000-7f25d2751000 rw-p 00107000 08:05 3020794 /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.58.0
  132. 7f25d2751000-7f25d2775000 r-xp 00000000 08:05 3015024 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.58.0
  133. 7f25d2775000-7f25d2974000 ---p 00024000 08:05 3015024 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.58.0
  134. 7f25d2974000-7f25d2976000 r--p 00023000 08:05 3015024 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.58.0
  135. 7f25d2976000-7f25d2977000 rw-p 00025000 08:05 3015024 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.58.0
  136. 7f25d2977000-7f25d2984000 r-xp 00000000 08:05 3015056 /usr/lib/x86_64-linux-gnu/libboost_coroutine.so.1.58.0
  137. 7f25d2984000-7f25d2b84000 ---p 0000d000 08:05 3015056 /usr/lib/x86_64-linux-gnu/libboost_coroutine.so.1.58.0
  138. 7f25d2b84000-7f25d2b85000 r--p 0000d000 08:05 3015056 /usr/lib/x86_64-linux-gnu/libboost_coroutine.so.1.58.0
  139. 7f25d2b85000-7f25d2b86000 rw-p 0000e000 08:05 3015056 /usr/lib/x86_64-linux-gnu/libboost_coroutine.so.1.58.0
  140. 7f25d2b86000-7f25d2b89000 r-xp 00000000 08:05 3020829 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0
  141. 7f25d2b89000-7f25d2d88000 ---p 00003000 08:05 3020829 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0
  142. 7f25d2d88000-7f25d2d89000 r--p 00002000 08:05 3020829 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0
  143. 7f25d2d89000-7f25d2d8a000 rw-p 00003000 08:05 3020829 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0
  144. 7f25d2d8a000-7f25d2da2000 r-xp 00000000 08:05 3407237 /lib/x86_64-linux-gnu/libpthread-2.23.so
  145. 7f25d2da2000-7f25d2fa1000 ---p 00018000 08:05 3407237 /lib/x86_64-linux-gnu/libpthread-2.23.so
  146. 7f25d2fa1000-7f25d2fa2000 r--p 00017000 08:05 3407237 /lib/x86_64-linux-gnu/libpthread-2.23.so
  147. 7f25d2fa2000-7f25d2fa3000 rw-p 00018000 08:05 3407237 /lib/x86_64-linux-gnu/libpthread-2.23.so
  148. 7f25d2fa3000-7f25d2fa7000 rw-p 00000000 00:00 0
  149. 7f25d2fa7000-7f25d2fcd000 r-xp 00000000 08:05 3407234 /lib/x86_64-linux-gnu/ld-2.23.so
  150. 7f25d3190000-7f25d31a0000 rw-p 00000000 00:00 0
  151. 7f25d31c9000-7f25d31cc000 rw-p 00000000 00:00 0
  152. 7f25d31cc000-7f25d31cd000 r--p 00025000 08:05 3407234 /lib/x86_64-linux-gnu/ld-2.23.so
  153. 7f25d31cd000-7f25d31ce000 rw-p 00026000 08:05 3407234 /lib/x86_64-linux-gnu/ld-2.23.so
  154. 7f25d31ce000-7f25d31cf000 rw-p 00000000 00:00 0
  155. 7ffea5dee000-7ffea5e0f000 rw-p 00000000 00:00 0 [stack]
  156. 7ffea5ee8000-7ffea5eea000 r--p 00000000 00:00 0 [vvar]
  157. 7ffea5eea000-7ffea5eec000 r-xp 00000000 00:00 0 [vdso]
  158. ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
  159. Aborted (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement