signalwire / freeswitch

FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
https://freeswitch.com/#getting-started
Other
3.62k stars 1.43k forks source link

Freeswitch container crashed with "Error in `/home/work/freeswitch/bin/freeswitch': double free or corruption (fasttop): 0x00007fb62c0c9be0" #1475

Closed lewiszlw closed 2 years ago

lewiszlw commented 2 years ago

Describe the bug We deploy freeswitch based on docker. We found freeswitch container crashed with "Error in `/home/work/freeswitch/bin/freeswitch': double free or corruption (fasttop): 0x00007fb62c0c9be0" when our business is at the peak of a day. And this issue happens more and more frequently as business grows.

To Reproduce Steps to reproduce the behavior: 1.Here is the part of container configuration

export FS_EXT_IP=47.94.10.69
export FS_INT_SIP_PORT=5060
export FS_EXT_SIP_PORT=5080
export FS_RTP_START_PORT=16000
export FS_RTP_END_PORT=16098
export FS_MRCP_CLIENT_IP=10.53.18.186
export FS_MRCP_CLIENT_PORT=5070
export FS_MRCP_RTP_PORT_MIN=4000
export FS_MRCP_RTP_PORT_MAX=4098
export FS_MRCP_SIP_TRANSPORT=udp
export FS_MRCP_SERVER_IP=10.142.106.1
export FS_MRCP_SERVER_PORT=38060
export FS_ESL_LISTEN_PORT=8020
export FS_ESL_PASSWD=Ln83BfwEUuaXbzxVVHVlYKpd39lDrlpN
export FS_CLUSTER=prod-extranet-agent

2.Run freeswitch container with "CMD ["/home/work/freeswitch/bin/freeswitch", "-nonat", "-nf", "-nc"]" 3.Increase session count 4.FreeSWITCH crashes

Expected behavior No crash.

Package version or git hash

Trace logs I didn't find error logs in freeswitch.

backtrace from core file There is no log.

Here is container logs:

2021-11-26T07:12:48.304680414Z *** Error in `/home/work/freeswitch/bin/freeswitch': double free or corruption (fasttop): 0x00007fb62c0c9be0 ***
2021-11-26T07:12:48.304872097Z ======= Backtrace: =========
2021-11-26T07:12:48.304890401Z /lib64/libc.so.6(+0x81679)[0x7fb73ae94679]
2021-11-26T07:12:48.304900660Z /lib64/libcrypto.so.10(CRYPTO_free+0x1d)[0x7fb73b46b80d]
2021-11-26T07:12:48.304996227Z /lib64/libcrypto.so.10(OBJ_NAME_add+0x97)[0x7fb73b46e487]
2021-11-26T07:12:48.305003447Z /lib64/libssl.so.10(SSL_library_init+0x1eb)[0x7fb73b8b28eb]
2021-11-26T07:12:48.305008032Z /usr/lib64/lua/5.1/ssl.so(luaopen_ssl_core+0x9)[0x7fb67f7fef29]
2021-11-26T07:12:48.305012399Z /lib64/liblua-5.1.so(+0xc324)[0x7fb6c57ee324]
2021-11-26T07:12:48.305016629Z /lib64/liblua-5.1.so(+0xc704)[0x7fb6c57ee704]
2021-11-26T07:12:48.305020867Z /lib64/liblua-5.1.so(lua_call+0x25)[0x7fb6c57ea3b5]
2021-11-26T07:12:48.305025020Z /lib64/liblua-5.1.so(+0x2091c)[0x7fb6c580291c]
2021-11-26T07:12:48.305029341Z /lib64/liblua-5.1.so(+0xc324)[0x7fb6c57ee324]
2021-11-26T07:12:48.305033495Z /lib64/liblua-5.1.so(+0x16e57)[0x7fb6c57f8e57]
2021-11-26T07:12:48.305037631Z /lib64/liblua-5.1.so(+0xc74d)[0x7fb6c57ee74d]
2021-11-26T07:12:48.305041946Z /lib64/liblua-5.1.so(lua_call+0x25)[0x7fb6c57ea3b5]
2021-11-26T07:12:48.305046089Z /lib64/liblua-5.1.so(+0x2091c)[0x7fb6c580291c]
2021-11-26T07:12:48.305050494Z /lib64/liblua-5.1.so(+0xc324)[0x7fb6c57ee324]
2021-11-26T07:12:48.305059052Z /lib64/liblua-5.1.so(+0x16e57)[0x7fb6c57f8e57]
2021-11-26T07:12:48.305063527Z /lib64/liblua-5.1.so(+0xc74d)[0x7fb6c57ee74d]
2021-11-26T07:12:48.305067654Z /lib64/liblua-5.1.so(lua_call+0x25)[0x7fb6c57ea3b5]
2021-11-26T07:12:48.305071831Z /lib64/liblua-5.1.so(+0x2091c)[0x7fb6c580291c]
2021-11-26T07:12:48.305075983Z /lib64/liblua-5.1.so(+0xc324)[0x7fb6c57ee324]
2021-11-26T07:12:48.305080155Z /lib64/liblua-5.1.so(+0x16e57)[0x7fb6c57f8e57]
2021-11-26T07:12:48.305084264Z /lib64/liblua-5.1.so(+0xc74d)[0x7fb6c57ee74d]
2021-11-26T07:12:48.305088444Z /lib64/liblua-5.1.so(+0xba6e)[0x7fb6c57eda6e]
2021-11-26T07:12:48.305092578Z /lib64/liblua-5.1.so(+0xc8da)[0x7fb6c57ee8da]
2021-11-26T07:12:48.305096777Z /lib64/liblua-5.1.so(lua_pcall+0x5d)[0x7fb6c57ea44d]
2021-11-26T07:12:48.305101000Z /home/work/freeswitch/lib/freeswitch/mod/mod_lua.so(+0xa092)[0x7fb6c5a1a092]
2021-11-26T07:12:48.305105363Z /home/work/freeswitch/lib/freeswitch/mod/mod_lua.so(+0xa68d)[0x7fb6c5a1a68d]
2021-11-26T07:12:48.305109618Z /home/work/freeswitch/lib/freeswitch/mod/mod_lua.so(+0xad65)[0x7fb6c5a1ad65]
2021-11-26T07:12:48.305117055Z /home/work/freeswitch/lib/libfreeswitch.so.1(switch_core_session_exec+0x493)[0x7fb73d80c833]
2021-11-26T07:12:48.305210068Z /home/work/freeswitch/lib/libfreeswitch.so.1(switch_core_session_execute_application_get_flags+0x159)[0x7fb73d80ce49]
2021-11-26T07:12:48.305227021Z /home/work/freeswitch/lib/libfreeswitch.so.1(switch_core_session_run+0x1624)[0x7fb73d810d34]
2021-11-26T07:12:48.305290040Z /home/work/freeswitch/lib/libfreeswitch.so.1(+0x9704e)[0x7fb73d80a04e]
2021-11-26T07:12:48.305368410Z /home/work/freeswitch/lib/libfreeswitch.so.1(+0x92ab3)[0x7fb73d805ab3]
2021-11-26T07:12:48.305427825Z /home/work/freeswitch/lib/libfreeswitch.so.1(+0x3cb9d0)[0x7fb73db3e9d0]
2021-11-26T07:12:48.305441559Z /lib64/libpthread.so.0(+0x7e65)[0x7fb73b1e8e65]
2021-11-26T07:12:48.305469389Z /lib64/libc.so.6(clone+0x6d)[0x7fb73af1188d]
seven1240 commented 2 years ago

try lua 5.2

lewiszlw commented 2 years ago

I upgraded lua to 5.2.4, but the issue still happens. Here are container logs.

2021-12-17T09:09:30.510788185Z *** Error in `/home/work/freeswitch/bin/freeswitch': double free or corruption (fasttop): 0x00007f0af8036390 ***
2021-12-17T09:09:30.511015491Z ======= Backtrace: =========
2021-12-17T09:09:30.511037541Z /lib64/libc.so.6(+0x81329)[0x7f0c07946329]
2021-12-17T09:09:30.511077569Z /lib64/libcrypto.so.10(CRYPTO_free+0x1d)[0x7f0c07f1d90d]
2021-12-17T09:09:30.511124585Z /lib64/libcrypto.so.10(OBJ_NAME_add+0x97)[0x7f0c07f20587]
2021-12-17T09:09:30.511211372Z /lib64/libcrypto.so.10(EVP_add_cipher+0x25)[0x7f0c07fe0d75]
2021-12-17T09:09:30.511440735Z /lib64/libssl.so.10(SSL_library_init+0x253)[0x7f0c08364953]
2021-12-17T09:09:30.511450473Z /usr/local/lib/lua/5.2/ssl.so(luaopen_ssl_core+0x9)[0x7f0b6f72be79]
2021-12-17T09:09:30.511457119Z /lib64/liblua.so(+0xc9dd)[0x7f0ba0ce09dd]
2021-12-17T09:09:30.511463696Z /lib64/liblua.so(+0xcd3d)[0x7f0ba0ce0d3d]
2021-12-17T09:09:30.511469590Z /lib64/liblua.so(lua_callk+0x38)[0x7f0ba0cdcef8]
2021-12-17T09:09:30.511475755Z /lib64/liblua.so(+0x22d67)[0x7f0ba0cf6d67]
2021-12-17T09:09:30.511481824Z /lib64/liblua.so(+0xc9dd)[0x7f0ba0ce09dd]
2021-12-17T09:09:30.511489372Z /lib64/liblua.so(+0x17d0c)[0x7f0ba0cebd0c]
2021-12-17T09:09:30.511495496Z /lib64/liblua.so(+0xcd49)[0x7f0ba0ce0d49]
2021-12-17T09:09:30.511501351Z /lib64/liblua.so(lua_callk+0x38)[0x7f0ba0cdcef8]
2021-12-17T09:09:30.511507385Z /lib64/liblua.so(+0x22d67)[0x7f0ba0cf6d67]
2021-12-17T09:09:30.511513269Z /lib64/liblua.so(+0xc9dd)[0x7f0ba0ce09dd]
2021-12-17T09:09:30.511519160Z /lib64/liblua.so(+0x17d0c)[0x7f0ba0cebd0c]
2021-12-17T09:09:30.511524857Z /lib64/liblua.so(+0xcd49)[0x7f0ba0ce0d49]
2021-12-17T09:09:30.511530758Z /lib64/liblua.so(lua_callk+0x38)[0x7f0ba0cdcef8]
2021-12-17T09:09:30.511536767Z /lib64/liblua.so(+0x22d67)[0x7f0ba0cf6d67]
2021-12-17T09:09:30.511551320Z /lib64/liblua.so(+0xc9dd)[0x7f0ba0ce09dd]
2021-12-17T09:09:30.511557842Z /lib64/liblua.so(+0x17d0c)[0x7f0ba0cebd0c]
2021-12-17T09:09:30.511563862Z /lib64/liblua.so(+0xcd49)[0x7f0ba0ce0d49]
2021-12-17T09:09:30.511569687Z /lib64/liblua.so(+0xc39c)[0x7f0ba0ce039c]
2021-12-17T09:09:30.511575499Z /lib64/liblua.so(+0xcf81)[0x7f0ba0ce0f81]
2021-12-17T09:09:30.511581386Z /lib64/liblua.so(lua_pcallk+0x7d)[0x7f0ba0cdcfcd]
2021-12-17T09:09:30.511587497Z /home/work/freeswitch/lib/freeswitch/mod/mod_lua.so(+0xa7a8)[0x7f0ba0f107a8]
2021-12-17T09:09:30.511593567Z /home/work/freeswitch/lib/freeswitch/mod/mod_lua.so(+0xad9f)[0x7f0ba0f10d9f]
2021-12-17T09:09:30.511599867Z /home/work/freeswitch/lib/freeswitch/mod/mod_lua.so(+0xb475)[0x7f0ba0f11475]
2021-12-17T09:09:30.511627787Z /home/work/freeswitch/lib/libfreeswitch.so.1(switch_core_session_exec+0x583)[0x7f0c0a939d93]
2021-12-17T09:09:30.511742903Z /home/work/freeswitch/lib/libfreeswitch.so.1(switch_core_session_execute_application_get_flags+0x159)[0x7f0c0a93a429]
2021-12-17T09:09:30.511751691Z /home/work/freeswitch/lib/libfreeswitch.so.1(switch_core_session_run+0x165c)[0x7f0c0a93e32c]
2021-12-17T09:09:30.511830721Z /home/work/freeswitch/lib/libfreeswitch.so.1(+0x9d4be)[0x7f0c0a9374be]
2021-12-17T09:09:30.511848159Z /home/work/freeswitch/lib/libfreeswitch.so.1(+0x98bda)[0x7f0c0a932bda]
2021-12-17T09:09:30.511988478Z /home/work/freeswitch/lib/libfreeswitch.so.1(+0x3d55ac)[0x7f0c0ac6f5ac]
2021-12-17T09:09:30.511994732Z /lib64/libpthread.so.0(+0x7ea5)[0x7f0c07c9aea5]
2021-12-17T09:09:30.512006879Z /lib64/libc.so.6(clone+0x6d)[0x7f0c079c3b0d]
2021-12-17T09:09:30.512011199Z ======= Memory map: ========
2021-12-17T09:09:30.512120185Z 00400000-00406000 r-xp 00000000 fd:11 31457339                           /home/work/freeswitch/bin/freeswitch
2021-12-17T09:09:30.512131209Z 00605000-00606000 r--p 00005000 fd:11 31457339                           /home/work/freeswitch/bin/freeswitch
2021-12-17T09:09:30.512137864Z 00606000-00607000 rw-p 00006000 fd:11 31457339                           /home/work/freeswitch/bin/freeswitch
2021-12-17T09:09:30.512144302Z 0252f000-029ae000 rw-p 00000000 00:00 0                                  [heap]
2021-12-17T09:09:30.512150910Z 7f0ad4000000-7f0ad414d000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512156868Z 7f0ad414d000-7f0ad8000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512162863Z 7f0adc000000-7f0adc04a000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512168722Z 7f0adc04a000-7f0ae0000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512174758Z 7f0ae0000000-7f0ae004a000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512180765Z 7f0ae004a000-7f0ae4000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512186851Z 7f0ae4000000-7f0ae4021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512192999Z 7f0ae4021000-7f0ae8000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512199133Z 7f0ae8000000-7f0ae804a000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512205155Z 7f0ae804a000-7f0aec000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512211086Z 7f0aec000000-7f0aec147000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512217172Z 7f0aec147000-7f0af0000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512223132Z 7f0af0000000-7f0af0127000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512229426Z 7f0af0127000-7f0af4000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512235402Z 7f0af4000000-7f0af40fe000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512241507Z 7f0af40fe000-7f0af8000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512247388Z 7f0af8000000-7f0af8138000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512253389Z 7f0af8138000-7f0afc000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512259259Z 7f0afc000000-7f0afc14f000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512264892Z 7f0afc14f000-7f0b00000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512270871Z 7f0b00000000-7f0b00135000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512276879Z 7f0b00135000-7f0b04000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512282775Z 7f0b04000000-7f0b04130000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512288833Z 7f0b04130000-7f0b08000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512294769Z 7f0b08000000-7f0b0813a000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512300939Z 7f0b0813a000-7f0b0c000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512306820Z 7f0b0c000000-7f0b0c12c000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512322112Z 7f0b0c12c000-7f0b10000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512328952Z 7f0b10000000-7f0b1013d000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512335416Z 7f0b1013d000-7f0b14000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512341618Z 7f0b14000000-7f0b14132000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512347421Z 7f0b14132000-7f0b18000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512353628Z 7f0b18000000-7f0b18120000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512360299Z 7f0b18120000-7f0b1c000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512366365Z 7f0b1c000000-7f0b1c17e000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512372653Z 7f0b1c17e000-7f0b20000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512379778Z 7f0b20000000-7f0b20155000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512385531Z 7f0b20155000-7f0b24000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512391110Z 7f0b24000000-7f0b24130000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512397006Z 7f0b24130000-7f0b28000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512402854Z 7f0b28000000-7f0b2812a000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512408746Z 7f0b2812a000-7f0b2c000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512414749Z 7f0b2c000000-7f0b2c139000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512420777Z 7f0b2c139000-7f0b30000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512426715Z 7f0b30000000-7f0b3012b000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512432737Z 7f0b3012b000-7f0b34000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512438623Z 7f0b34000000-7f0b34021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512444843Z 7f0b34021000-7f0b38000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512450920Z 7f0b38000000-7f0b38142000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512456788Z 7f0b38142000-7f0b3c000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512462666Z 7f0b3c000000-7f0b3c14b000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512468644Z 7f0b3c14b000-7f0b40000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512474715Z 7f0b40000000-7f0b40128000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512480741Z 7f0b40128000-7f0b44000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512486540Z 7f0b44000000-7f0b44138000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512492493Z 7f0b44138000-7f0b48000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512498411Z 7f0b48000000-7f0b48119000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512504488Z 7f0b48119000-7f0b4c000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512510460Z 7f0b4c000000-7f0b4c022000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512516347Z 7f0b4c022000-7f0b50000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512522395Z 7f0b50000000-7f0b5013b000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512532839Z 7f0b5013b000-7f0b54000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512538923Z 7f0b54000000-7f0b54022000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512544868Z 7f0b54022000-7f0b58000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512550990Z 7f0b58000000-7f0b58022000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512556965Z 7f0b58022000-7f0b5c000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512562705Z 7f0b5c000000-7f0b5c022000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512568645Z 7f0b5c022000-7f0b60000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512574477Z 7f0b60000000-7f0b60022000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512580401Z 7f0b60022000-7f0b64000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512586312Z 7f0b64000000-7f0b64022000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512592146Z 7f0b64022000-7f0b68000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512597701Z 7f0b68000000-7f0b68022000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512603286Z 7f0b68022000-7f0b6c000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512609296Z 7f0b6ef27000-7f0b6ef28000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512616217Z 7f0b6ef28000-7f0b6ef64000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512622501Z 7f0b6ef64000-7f0b6ef65000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512640785Z 7f0b6ef65000-7f0b6efa1000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512657417Z 7f0b6efa1000-7f0b6efa2000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512664636Z 7f0b6efa2000-7f0b6efde000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512670517Z 7f0b6efde000-7f0b6efdf000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512676443Z 7f0b6efdf000-7f0b6f01b000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512682504Z 7f0b6f01b000-7f0b6f01c000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512688296Z 7f0b6f01c000-7f0b6f058000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512694254Z 7f0b6f058000-7f0b6f059000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512700004Z 7f0b6f059000-7f0b6f095000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512705966Z 7f0b6f095000-7f0b6f096000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512711873Z 7f0b6f096000-7f0b6f0d2000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512717836Z 7f0b6f0d2000-7f0b6f0d3000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512723820Z 7f0b6f0d3000-7f0b6f10f000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512729685Z 7f0b6f10f000-7f0b6f110000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512735718Z 7f0b6f110000-7f0b6f14c000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512741687Z 7f0b6f14c000-7f0b6f14d000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512747757Z 7f0b6f14d000-7f0b6f189000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512753752Z 7f0b6f189000-7f0b6f18a000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512759919Z 7f0b6f18a000-7f0b6f1c6000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512770054Z 7f0b6f1c6000-7f0b6f1c7000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512776490Z 7f0b6f1c7000-7f0b6f203000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512782622Z 7f0b6f203000-7f0b6f204000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512788616Z 7f0b6f204000-7f0b6f240000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512794666Z 7f0b6f240000-7f0b6f241000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512800666Z 7f0b6f241000-7f0b6f27d000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512806619Z 7f0b6f27d000-7f0b6f27e000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512812502Z 7f0b6f27e000-7f0b6f2ba000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512818003Z 7f0b6f2ba000-7f0b6f2bb000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512823932Z 7f0b6f2bb000-7f0b6f2f7000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512829876Z 7f0b6f2f7000-7f0b6f2f8000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512835932Z 7f0b6f2f8000-7f0b6f334000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512841888Z 7f0b6f334000-7f0b6f335000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512847985Z 7f0b6f335000-7f0b6f371000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512854072Z 7f0b6f371000-7f0b6f372000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512859893Z 7f0b6f372000-7f0b6f3ae000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512865936Z 7f0b6f3ae000-7f0b6f3af000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512872016Z 7f0b6f3af000-7f0b6f3eb000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512879310Z 7f0b6f3eb000-7f0b6f3ec000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512885357Z 7f0b6f3ec000-7f0b6f428000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512890886Z 7f0b6f428000-7f0b6f429000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512897508Z 7f0b6f429000-7f0b6f465000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512903302Z 7f0b6f465000-7f0b6f466000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512909266Z 7f0b6f466000-7f0b6f4a2000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512915397Z 7f0b6f4a2000-7f0b6f4a3000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512921516Z 7f0b6f4a3000-7f0b6f4df000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512927454Z 7f0b6f4df000-7f0b6f4e0000 ---p 00000000 00:00 0
2021-12-17T09:09:30.512933562Z 7f0b6f4e0000-7f0b6f51c000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.512939786Z 7f0b6f51c000-7f0b6f520000 r-xp 00000000 fd:11 31462491                   /usr/local/lib/lua/5.2/json.so
2021-12-17T09:09:30.512945969Z 7f0b6f520000-7f0b6f71f000 ---p 00004000 fd:11 31462491                   /usr/local/lib/lua/5.2/json.so
2021-12-17T09:09:30.512952235Z 7f0b6f71f000-7f0b6f720000 r--p 00003000 fd:11 31462491                   /usr/local/lib/lua/5.2/json.so
2021-12-17T09:09:30.512958495Z 7f0b6f720000-7f0b6f721000 rw-p 00004000 fd:11 31462491                   /usr/local/lib/lua/5.2/json.so
2021-12-17T09:09:30.512969212Z 7f0b6f721000-7f0b6f731000 r-xp 00000000 fd:11 31462498                   /usr/local/lib/lua/5.2/ssl.so
2021-12-17T09:09:30.512975699Z 7f0b6f731000-7f0b6f930000 ---p 00010000 fd:11 31462498                   /usr/local/lib/lua/5.2/ssl.so
2021-12-17T09:09:30.512981983Z 7f0b6f930000-7f0b6f931000 r--p 0000f000 fd:11 31462498                   /usr/local/lib/lua/5.2/ssl.so
2021-12-17T09:09:30.512988206Z 7f0b6f931000-7f0b6f932000 rw-p 00010000 fd:11 31462498                   /usr/local/lib/lua/5.2/ssl.so
2021-12-17T09:09:30.512993941Z 7f0b6f932000-7f0b6f935000 r-xp 00000000 fd:11 31462493                   /usr/local/lib/lua/5.2/mime/core.so
2021-12-17T09:09:30.512999844Z 7f0b6f935000-7f0b6fb34000 ---p 00003000 fd:11 31462493                   /usr/local/lib/lua/5.2/mime/core.so
2021-12-17T09:09:30.513006052Z 7f0b6fb34000-7f0b6fb35000 r--p 00002000 fd:11 31462493                   /usr/local/lib/lua/5.2/mime/core.so
2021-12-17T09:09:30.513012357Z 7f0b6fb35000-7f0b6fb36000 rw-p 00003000 fd:11 31462493                   /usr/local/lib/lua/5.2/mime/core.so
2021-12-17T09:09:30.513018925Z 7f0b6fb36000-7f0b6fb44000 r-xp 00000000 fd:11 31462495                   /usr/local/lib/lua/5.2/socket/core.so
2021-12-17T09:09:30.513025140Z 7f0b6fb44000-7f0b6fd43000 ---p 0000e000 fd:11 31462495                   /usr/local/lib/lua/5.2/socket/core.so
2021-12-17T09:09:30.513031543Z 7f0b6fd43000-7f0b6fd44000 r--p 0000d000 fd:11 31462495                   /usr/local/lib/lua/5.2/socket/core.so
2021-12-17T09:09:30.513038685Z 7f0b6fd44000-7f0b6fd45000 rw-p 0000e000 fd:11 31462495                   /usr/local/lib/lua/5.2/socket/core.so
2021-12-17T09:09:30.513045081Z 7f0b6fd45000-7f0b6fd46000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513051198Z 7f0b6fd46000-7f0b6fd82000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513057172Z 7f0b6fd82000-7f0b6fd83000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513063265Z 7f0b6fd83000-7f0b6fdbf000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513069302Z 7f0b6fdbf000-7f0b6fdc0000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513075150Z 7f0b6fdc0000-7f0b6fdfc000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513081826Z 7f0b6fdfc000-7f0b6fdfd000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513088004Z 7f0b6fdfd000-7f0b6fe39000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513093922Z 7f0b6fe39000-7f0b6fe3a000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513100063Z 7f0b6fe3a000-7f0b6fe76000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513105899Z 7f0b6fe92000-7f0b6fe93000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513111768Z 7f0b6fe93000-7f0b6fecf000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513117621Z 7f0b6fecf000-7f0b6fed0000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513123459Z 7f0b6fed0000-7f0b6ff0c000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513129369Z 7f0b6ff0c000-7f0b6ff0d000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513135291Z 7f0b6ff0d000-7f0b6ff49000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513141404Z 7f0b6ff49000-7f0b6ff4a000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513151297Z 7f0b6ff4a000-7f0b6ff86000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513157652Z 7f0b6ff86000-7f0b6ff87000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513163700Z 7f0b6ff87000-7f0b6ffc3000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513169795Z 7f0b6ffc3000-7f0b6ffc4000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513175759Z 7f0b6ffc4000-7f0b70000000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513181869Z 7f0b70000000-7f0b70021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513187795Z 7f0b70021000-7f0b74000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513193773Z 7f0b74000000-7f0b74022000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513199633Z 7f0b74022000-7f0b78000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513205403Z 7f0b78000000-7f0b78021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513211263Z 7f0b78021000-7f0b7c000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513217121Z 7f0b7c000000-7f0b7c021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513223085Z 7f0b7c021000-7f0b80000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513229049Z 7f0b80000000-7f0b800a8000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513234936Z 7f0b800a8000-7f0b84000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513240874Z 7f0b84000000-7f0b84df8000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513247002Z 7f0b84df8000-7f0b88000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513253006Z 7f0b88000000-7f0b880a8000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513259023Z 7f0b880a8000-7f0b8c000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513265185Z 7f0b8c000000-7f0b8c0a6000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513271099Z 7f0b8c0a6000-7f0b90000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513277059Z 7f0b90000000-7f0b900a8000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513283322Z 7f0b900a8000-7f0b94000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513289260Z 7f0b94000000-7f0b940a8000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513295687Z 7f0b940a8000-7f0b98000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513301731Z 7f0b98000000-7f0b98021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513307646Z 7f0b98021000-7f0b9c000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513313589Z 7f0b9c000000-7f0b9c021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513319661Z 7f0b9c021000-7f0ba0000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513325634Z 7f0ba0013000-7f0ba019d000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513331538Z 7f0ba019d000-7f0ba019e000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513337489Z 7f0ba019e000-7f0ba099e000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513343599Z 7f0ba099e000-7f0ba099f000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513349615Z 7f0ba099f000-7f0ba09db000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513359840Z 7f0ba09db000-7f0ba09dc000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513365916Z 7f0ba09dc000-7f0ba0a18000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513372069Z 7f0ba0a18000-7f0ba0a19000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513378012Z 7f0ba0a19000-7f0ba0a55000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513384243Z 7f0ba0a55000-7f0ba0a56000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513390299Z 7f0ba0a56000-7f0ba0a92000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513396349Z 7f0ba0a92000-7f0ba0a93000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513402345Z 7f0ba0a93000-7f0ba0acf000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513408354Z 7f0ba0acf000-7f0ba0ad3000 r-xp 00000000 fd:11 31457471                   /home/work/freeswitch/lib/freeswitch/mod/mod_say_en.so
2021-12-17T09:09:30.513414727Z 7f0ba0ad3000-7f0ba0cd2000 ---p 00004000 fd:11 31457471                   /home/work/freeswitch/lib/freeswitch/mod/mod_say_en.so
2021-12-17T09:09:30.513421015Z 7f0ba0cd2000-7f0ba0cd3000 r--p 00003000 fd:11 31457471                   /home/work/freeswitch/lib/freeswitch/mod/mod_say_en.so
2021-12-17T09:09:30.513427500Z 7f0ba0cd3000-7f0ba0cd4000 rw-p 00004000 fd:11 31457471                   /home/work/freeswitch/lib/freeswitch/mod/mod_say_en.so
2021-12-17T09:09:30.513434072Z 7f0ba0cd4000-7f0ba0d04000 r-xp 00000000 fd:11 31326626                   /usr/lib64/liblua-5.2.4.so
2021-12-17T09:09:30.513440377Z 7f0ba0d04000-7f0ba0f03000 ---p 00030000 fd:11 31326626                   /usr/lib64/liblua-5.2.4.so
2021-12-17T09:09:30.513446766Z 7f0ba0f03000-7f0ba0f05000 r--p 0002f000 fd:11 31326626                   /usr/lib64/liblua-5.2.4.so
2021-12-17T09:09:30.513453105Z 7f0ba0f05000-7f0ba0f06000 rw-p 00031000 fd:11 31326626                   /usr/lib64/liblua-5.2.4.so
2021-12-17T09:09:30.513459477Z 7f0ba0f06000-7f0ba0f3a000 r-xp 00000000 fd:11 31457459                   /home/work/freeswitch/lib/freeswitch/mod/mod_lua.so
2021-12-17T09:09:30.513465820Z 7f0ba0f3a000-7f0ba1139000 ---p 00034000 fd:11 31457459                   /home/work/freeswitch/lib/freeswitch/mod/mod_lua.so
2021-12-17T09:09:30.513472683Z 7f0ba1139000-7f0ba113a000 r--p 00033000 fd:11 31457459                   /home/work/freeswitch/lib/freeswitch/mod/mod_lua.so
2021-12-17T09:09:30.513479078Z 7f0ba113a000-7f0ba113e000 rw-p 00034000 fd:11 31457459                   /home/work/freeswitch/lib/freeswitch/mod/mod_lua.so
2021-12-17T09:09:30.513485476Z 7f0ba113e000-7f0ba1140000 r-xp 00000000 fd:11 31457489                   /home/work/freeswitch/lib/freeswitch/mod/mod_tone_stream.so
2021-12-17T09:09:30.513491775Z 7f0ba1140000-7f0ba133f000 ---p 00002000 fd:11 31457489                   /home/work/freeswitch/lib/freeswitch/mod/mod_tone_stream.so
2021-12-17T09:09:30.513498897Z 7f0ba133f000-7f0ba1340000 r--p 00001000 fd:11 31457489                   /home/work/freeswitch/lib/freeswitch/mod/mod_tone_stream.so
2021-12-17T09:09:30.513505736Z 7f0ba1340000-7f0ba1341000 rw-p 00002000 fd:11 31457489                   /home/work/freeswitch/lib/freeswitch/mod/mod_tone_stream.so
2021-12-17T09:09:30.513512277Z 7f0ba1341000-7f0ba1342000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513522270Z 7f0ba1342000-7f0ba137e000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513528421Z 7f0ba137e000-7f0ba137f000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513534489Z 7f0ba137f000-7f0ba13bb000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513540827Z 7f0ba13bb000-7f0ba13bc000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513546957Z 7f0ba13bc000-7f0ba13f8000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513553014Z 7f0ba13f8000-7f0ba13f9000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513559013Z 7f0ba13f9000-7f0ba1435000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513565096Z 7f0ba1435000-7f0ba1436000 ---p 00000000 00:00 0
2021-12-17T09:09:30.513571124Z 7f0ba1436000-7f0ba1472000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513577208Z 7f0ba1472000-7f0ba147a000 r-xp 00000000 fd:11 31457453                   /home/work/freeswitch/lib/freeswitch/mod/mod_local_stream.so
2021-12-17T09:09:30.513583720Z 7f0ba147a000-7f0ba1679000 ---p 00008000 fd:11 31457453                   /home/work/freeswitch/lib/freeswitch/mod/mod_local_stream.so
2021-12-17T09:09:30.513590317Z 7f0ba1679000-7f0ba167a000 r--p 00007000 fd:11 31457453                   /home/work/freeswitch/lib/freeswitch/mod/mod_local_stream.so
2021-12-17T09:09:30.513596881Z 7f0ba167a000-7f0ba167b000 rw-p 00008000 fd:11 31457453                   /home/work/freeswitch/lib/freeswitch/mod/mod_local_stream.so
2021-12-17T09:09:30.513603295Z 7f0ba167b000-7f0ba167e000 r-xp 00000000 fd:11 31457467                   /home/work/freeswitch/lib/freeswitch/mod/mod_png.so
2021-12-17T09:09:30.513609794Z 7f0ba167e000-7f0ba187d000 ---p 00003000 fd:11 31457467                   /home/work/freeswitch/lib/freeswitch/mod/mod_png.so
2021-12-17T09:09:30.513617096Z 7f0ba187d000-7f0ba187e000 r--p 00002000 fd:11 31457467                   /home/work/freeswitch/lib/freeswitch/mod/mod_png.so
2021-12-17T09:09:30.513623539Z 7f0ba187e000-7f0ba187f000 rw-p 00003000 fd:11 31457467                   /home/work/freeswitch/lib/freeswitch/mod/mod_png.so
2021-12-17T09:09:30.513640485Z 7f0ba187f000-7f0ba1881000 r-xp 00000000 fd:11 31457461                   /home/work/freeswitch/lib/freeswitch/mod/mod_native_file.so
2021-12-17T09:09:30.513660412Z 7f0ba1881000-7f0ba1a80000 ---p 00002000 fd:11 31457461                   /home/work/freeswitch/lib/freeswitch/mod/mod_native_file.so
2021-12-17T09:09:30.513668036Z 7f0ba1a80000-7f0ba1a81000 r--p 00001000 fd:11 31457461                   /home/work/freeswitch/lib/freeswitch/mod/mod_native_file.so
2021-12-17T09:09:30.513675109Z 7f0ba1a81000-7f0ba1a82000 rw-p 00002000 fd:11 31457461                   /home/work/freeswitch/lib/freeswitch/mod/mod_native_file.so
2021-12-17T09:09:30.513681899Z 7f0ba1a82000-7f0ba1a88000 r-xp 00000000 fd:11 29106388                   /usr/lib64/libogg.so.0.8.0
2021-12-17T09:09:30.513688189Z 7f0ba1a88000-7f0ba1c87000 ---p 00006000 fd:11 29106388                   /usr/lib64/libogg.so.0.8.0
2021-12-17T09:09:30.513694692Z 7f0ba1c87000-7f0ba1c88000 r--p 00005000 fd:11 29106388                   /usr/lib64/libogg.so.0.8.0
2021-12-17T09:09:30.513701194Z 7f0ba1c88000-7f0ba1c89000 rw-p 00006000 fd:11 29106388                   /usr/lib64/libogg.so.0.8.0
2021-12-17T09:09:30.513713571Z 7f0ba1c89000-7f0ba1cb5000 r-xp 00000000 fd:11 29106590                   /usr/lib64/libvorbis.so.0.4.6
2021-12-17T09:09:30.513721221Z 7f0ba1cb5000-7f0ba1eb4000 ---p 0002c000 fd:11 29106590                   /usr/lib64/libvorbis.so.0.4.6
2021-12-17T09:09:30.513727268Z 7f0ba1eb4000-7f0ba1eb5000 r--p 0002b000 fd:11 29106590                   /usr/lib64/libvorbis.so.0.4.6
2021-12-17T09:09:30.513733897Z 7f0ba1eb5000-7f0ba1eb6000 rw-p 0002c000 fd:11 29106590                   /usr/lib64/libvorbis.so.0.4.6
2021-12-17T09:09:30.513739872Z 7f0ba1eb6000-7f0ba2169000 r-xp 00000000 fd:11 29106593                   /usr/lib64/libvorbisenc.so.2.0.9
2021-12-17T09:09:30.513746140Z 7f0ba2169000-7f0ba2368000 ---p 002b3000 fd:11 29106593                   /usr/lib64/libvorbisenc.so.2.0.9
2021-12-17T09:09:30.513752725Z 7f0ba2368000-7f0ba2384000 r--p 002b2000 fd:11 29106593                   /usr/lib64/libvorbisenc.so.2.0.9
2021-12-17T09:09:30.513759415Z 7f0ba2384000-7f0ba2385000 rw-p 002ce000 fd:11 29106593                   /usr/lib64/libvorbisenc.so.2.0.9
2021-12-17T09:09:30.513765479Z 7f0ba2385000-7f0ba23c8000 r-xp 00000000 fd:11 29105871                   /usr/lib64/libFLAC.so.8.3.0
2021-12-17T09:09:30.513771230Z 7f0ba23c8000-7f0ba25c8000 ---p 00043000 fd:11 29105871                   /usr/lib64/libFLAC.so.8.3.0
2021-12-17T09:09:30.513777414Z 7f0ba25c8000-7f0ba25c9000 r--p 00043000 fd:11 29105871                   /usr/lib64/libFLAC.so.8.3.0
2021-12-17T09:09:30.513783528Z 7f0ba25c9000-7f0ba25ca000 rw-p 00044000 fd:11 29105871                   /usr/lib64/libFLAC.so.8.3.0
2021-12-17T09:09:30.513789577Z 7f0ba25ca000-7f0ba25d5000 r-xp 00000000 fd:11 29106161                   /usr/lib64/libgsm.so.1.0.12
2021-12-17T09:09:30.513795577Z 7f0ba25d5000-7f0ba27d4000 ---p 0000b000 fd:11 29106161                   /usr/lib64/libgsm.so.1.0.12
2021-12-17T09:09:30.513802025Z 7f0ba27d4000-7f0ba27d5000 r--p 0000a000 fd:11 29106161                   /usr/lib64/libgsm.so.1.0.12
2021-12-17T09:09:30.513808060Z 7f0ba27d5000-7f0ba27d6000 rw-p 0000b000 fd:11 29106161                   /usr/lib64/libgsm.so.1.0.12
2021-12-17T09:09:30.513814363Z 7f0ba27d6000-7f0ba282e000 r-xp 00000000 fd:11 29106513                   /usr/lib64/libsndfile.so.1.0.25
2021-12-17T09:09:30.513820449Z 7f0ba282e000-7f0ba2a2e000 ---p 00058000 fd:11 29106513                   /usr/lib64/libsndfile.so.1.0.25
2021-12-17T09:09:30.513826659Z 7f0ba2a2e000-7f0ba2a30000 r--p 00058000 fd:11 29106513                   /usr/lib64/libsndfile.so.1.0.25
2021-12-17T09:09:30.513832801Z 7f0ba2a30000-7f0ba2a31000 rw-p 0005a000 fd:11 29106513                   /usr/lib64/libsndfile.so.1.0.25
2021-12-17T09:09:30.513839080Z 7f0ba2a31000-7f0ba2a35000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.513845086Z 7f0ba2a35000-7f0ba2a39000 r-xp 00000000 fd:11 31457479                   /home/work/freeswitch/lib/freeswitch/mod/mod_sndfile.so
2021-12-17T09:09:30.513851579Z 7f0ba2a39000-7f0ba2c38000 ---p 00004000 fd:11 31457479                   /home/work/freeswitch/lib/freeswitch/mod/mod_sndfile.so
2021-12-17T09:09:30.513861843Z 7f0ba2c38000-7f0ba2c39000 r--p 00003000 fd:11 31457479                   /home/work/freeswitch/lib/freeswitch/mod/mod_sndfile.so
2021-12-17T09:09:30.513868769Z 7f0ba2c39000-7f0ba2c3a000 rw-p 00004000 fd:11 31457479                   /home/work/freeswitch/lib/freeswitch/mod/mod_sndfile.so
2021-12-17T09:09:30.513875257Z 7f0ba2c3a000-7f0ba2c85000 r-xp 00000000 fd:11 29106397                   /usr/lib64/libopus.so.0.5.0
2021-12-17T09:09:30.513881574Z 7f0ba2c85000-7f0ba2e84000 ---p 0004b000 fd:11 29106397                   /usr/lib64/libopus.so.0.5.0
2021-12-17T09:09:30.513887658Z 7f0ba2e84000-7f0ba2e85000 r--p 0004a000 fd:11 29106397                   /usr/lib64/libopus.so.0.5.0
2021-12-17T09:09:30.513894433Z 7f0ba2e85000-7f0ba2e86000 rw-p 0004b000 fd:11 29106397                   /usr/lib64/libopus.so.0.5.0
2021-12-17T09:09:30.513900347Z 7f0ba2e86000-7f0ba2e8e000 r-xp 00000000 fd:11 31457463                   /home/work/freeswitch/lib/freeswitch/mod/mod_opus.so
2021-12-17T09:09:30.513906511Z 7f0ba2e8e000-7f0ba308e000 ---p 00008000 fd:11 31457463                   /home/work/freeswitch/lib/freeswitch/mod/mod_opus.so
2021-12-17T09:09:30.513913061Z 7f0ba308e000-7f0ba308f000 r--p 00008000 fd:11 31457463                   /home/work/freeswitch/lib/freeswitch/mod/mod_opus.so
2021-12-17T09:09:30.513919348Z 7f0ba308f000-7f0ba3090000 rw-p 00009000 fd:11 31457463                   /home/work/freeswitch/lib/freeswitch/mod/mod_opus.so
2021-12-17T09:09:30.513925672Z 7f0ba3090000-7f0ba3092000 r-xp 00000000 fd:11 31457411                   /home/work/freeswitch/lib/freeswitch/mod/mod_b64.so
2021-12-17T09:09:30.513932138Z 7f0ba3092000-7f0ba3291000 ---p 00002000 fd:11 31457411                   /home/work/freeswitch/lib/freeswitch/mod/mod_b64.so
2021-12-17T09:09:30.513938489Z 7f0ba3291000-7f0ba3292000 r--p 00001000 fd:11 31457411                   /home/work/freeswitch/lib/freeswitch/mod/mod_b64.so
2021-12-17T09:09:30.513944954Z 7f0ba3292000-7f0ba3293000 rw-p 00002000 fd:11 31457411                   /home/work/freeswitch/lib/freeswitch/mod/mod_b64.so
2021-12-17T09:09:30.513951326Z 7f0ba3293000-7f0ba3295000 r-xp 00000000 fd:11 31457409                   /home/work/freeswitch/lib/freeswitch/mod/mod_amr.so
2021-12-17T09:09:30.513957819Z 7f0ba3295000-7f0ba3494000 ---p 00002000 fd:11 31457409                   /home/work/freeswitch/lib/freeswitch/mod/mod_amr.so
2021-12-17T09:09:30.513964130Z 7f0ba3494000-7f0ba3495000 r--p 00001000 fd:11 31457409                   /home/work/freeswitch/lib/freeswitch/mod/mod_amr.so
2021-12-17T09:09:30.513970634Z 7f0ba3495000-7f0ba3496000 rw-p 00002000 fd:11 31457409                   /home/work/freeswitch/lib/freeswitch/mod/mod_amr.so
2021-12-17T09:09:30.513976937Z 7f0ba3496000-7f0ba3497000 r-xp 00000000 fd:11 31457445                   /home/work/freeswitch/lib/freeswitch/mod/mod_g729.so
2021-12-17T09:09:30.513983293Z 7f0ba3497000-7f0ba3697000 ---p 00001000 fd:11 31457445                   /home/work/freeswitch/lib/freeswitch/mod/mod_g729.so
2021-12-17T09:09:30.513989782Z 7f0ba3697000-7f0ba3698000 r--p 00001000 fd:11 31457445                   /home/work/freeswitch/lib/freeswitch/mod/mod_g729.so
2021-12-17T09:09:30.513996759Z 7f0ba3698000-7f0ba3699000 rw-p 00002000 fd:11 31457445                   /home/work/freeswitch/lib/freeswitch/mod/mod_g729.so
2021-12-17T09:09:30.514008255Z 7f0ba3699000-7f0ba369a000 r-xp 00000000 fd:11 31457443                   /home/work/freeswitch/lib/freeswitch/mod/mod_g723_1.so
2021-12-17T09:09:30.514014767Z 7f0ba369a000-7f0ba389a000 ---p 00001000 fd:11 31457443                   /home/work/freeswitch/lib/freeswitch/mod/mod_g723_1.so
2021-12-17T09:09:30.514021758Z 7f0ba389a000-7f0ba389b000 r--p 00001000 fd:11 31457443                   /home/work/freeswitch/lib/freeswitch/mod/mod_g723_1.so
2021-12-17T09:09:30.514028217Z 7f0ba389b000-7f0ba389c000 rw-p 00002000 fd:11 31457443                   /home/work/freeswitch/lib/freeswitch/mod/mod_g723_1.so
2021-12-17T09:09:30.514034603Z 7f0ba389c000-7f0ba389d000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514040692Z 7f0ba389d000-7f0ba38d9000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514046648Z 7f0ba38d9000-7f0ba38f8000 r-xp 00000000 fd:11 31457483                   /home/work/freeswitch/lib/freeswitch/mod/mod_spandsp.so
2021-12-17T09:09:30.514053440Z 7f0ba38f8000-7f0ba3af7000 ---p 0001f000 fd:11 31457483                   /home/work/freeswitch/lib/freeswitch/mod/mod_spandsp.so
2021-12-17T09:09:30.514059846Z 7f0ba3af7000-7f0ba3af8000 r--p 0001e000 fd:11 31457483                   /home/work/freeswitch/lib/freeswitch/mod/mod_spandsp.so
2021-12-17T09:09:30.514066235Z 7f0ba3af8000-7f0ba3af9000 rw-p 0001f000 fd:11 31457483                   /home/work/freeswitch/lib/freeswitch/mod/mod_spandsp.so
2021-12-17T09:09:30.514072593Z 7f0ba3af9000-7f0ba3bf5000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514078707Z 7f0ba3bf5000-7f0ba3bf8000 r-xp 00000000 fd:11 31457425                   /home/work/freeswitch/lib/freeswitch/mod/mod_dialplan_asterisk.so
2021-12-17T09:09:30.514085301Z 7f0ba3bf8000-7f0ba3df7000 ---p 00003000 fd:11 31457425                   /home/work/freeswitch/lib/freeswitch/mod/mod_dialplan_asterisk.so
2021-12-17T09:09:30.514091752Z 7f0ba3df7000-7f0ba3df8000 r--p 00002000 fd:11 31457425                   /home/work/freeswitch/lib/freeswitch/mod/mod_dialplan_asterisk.so
2021-12-17T09:09:30.514098203Z 7f0ba3df8000-7f0ba3df9000 rw-p 00003000 fd:11 31457425                   /home/work/freeswitch/lib/freeswitch/mod/mod_dialplan_asterisk.so
2021-12-17T09:09:30.514104539Z 7f0ba3df9000-7f0ba3dfe000 r-xp 00000000 fd:11 31457427                   /home/work/freeswitch/lib/freeswitch/mod/mod_dialplan_xml.so
2021-12-17T09:09:30.514110979Z 7f0ba3dfe000-7f0ba3ffe000 ---p 00005000 fd:11 31457427                   /home/work/freeswitch/lib/freeswitch/mod/mod_dialplan_xml.so
2021-12-17T09:09:30.514117781Z 7f0ba3ffe000-7f0ba3fff000 r--p 00005000 fd:11 31457427                   /home/work/freeswitch/lib/freeswitch/mod/mod_dialplan_xml.so
2021-12-17T09:09:30.514124231Z 7f0ba3fff000-7f0ba4000000 rw-p 00006000 fd:11 31457427                   /home/work/freeswitch/lib/freeswitch/mod/mod_dialplan_xml.so
2021-12-17T09:09:30.514130557Z 7f0ba4000000-7f0ba4021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514136541Z 7f0ba4021000-7f0ba8000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514142454Z 7f0ba8000000-7f0ba8021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514148879Z 7f0ba8021000-7f0bac000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514160012Z 7f0bac000000-7f0bac021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514171685Z 7f0bac021000-7f0bb0000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514177490Z 7f0bb003a000-7f0bb004a000 r-xp 00000000 fd:11 31457451                   /home/work/freeswitch/lib/freeswitch/mod/mod_httapi.so
2021-12-17T09:09:30.514183567Z 7f0bb004a000-7f0bb0249000 ---p 00010000 fd:11 31457451                   /home/work/freeswitch/lib/freeswitch/mod/mod_httapi.so
2021-12-17T09:09:30.514189885Z 7f0bb0249000-7f0bb024a000 r--p 0000f000 fd:11 31457451                   /home/work/freeswitch/lib/freeswitch/mod/mod_httapi.so
2021-12-17T09:09:30.514196442Z 7f0bb024a000-7f0bb024b000 rw-p 00010000 fd:11 31457451                   /home/work/freeswitch/lib/freeswitch/mod/mod_httapi.so
2021-12-17T09:09:30.514202682Z 7f0bb024b000-7f0bb0251000 r-xp 00000000 fd:11 31457493                   /home/work/freeswitch/lib/freeswitch/mod/mod_valet_parking.so
2021-12-17T09:09:30.514208545Z 7f0bb0251000-7f0bb0450000 ---p 00006000 fd:11 31457493                   /home/work/freeswitch/lib/freeswitch/mod/mod_valet_parking.so
2021-12-17T09:09:30.514214311Z 7f0bb0450000-7f0bb0451000 r--p 00005000 fd:11 31457493                   /home/work/freeswitch/lib/freeswitch/mod/mod_valet_parking.so
2021-12-17T09:09:30.514220517Z 7f0bb0451000-7f0bb0452000 rw-p 00006000 fd:11 31457493                   /home/work/freeswitch/lib/freeswitch/mod/mod_valet_parking.so
2021-12-17T09:09:30.514226937Z 7f0bb0452000-7f0bb0459000 r-xp 00000000 fd:11 31457441                   /home/work/freeswitch/lib/freeswitch/mod/mod_fsv.so
2021-12-17T09:09:30.514233412Z 7f0bb0459000-7f0bb0658000 ---p 00007000 fd:11 31457441                   /home/work/freeswitch/lib/freeswitch/mod/mod_fsv.so
2021-12-17T09:09:30.514239800Z 7f0bb0658000-7f0bb0659000 r--p 00006000 fd:11 31457441                   /home/work/freeswitch/lib/freeswitch/mod/mod_fsv.so
2021-12-17T09:09:30.514246625Z 7f0bb0659000-7f0bb065a000 rw-p 00007000 fd:11 31457441                   /home/work/freeswitch/lib/freeswitch/mod/mod_fsv.so
2021-12-17T09:09:30.514253251Z 7f0bb065a000-7f0bb065d000 r-xp 00000000 fd:11 31457433                   /home/work/freeswitch/lib/freeswitch/mod/mod_esf.so
2021-12-17T09:09:30.514259080Z 7f0bb065d000-7f0bb085d000 ---p 00003000 fd:11 31457433                   /home/work/freeswitch/lib/freeswitch/mod/mod_esf.so
2021-12-17T09:09:30.514265319Z 7f0bb085d000-7f0bb085e000 r--p 00003000 fd:11 31457433                   /home/work/freeswitch/lib/freeswitch/mod/mod_esf.so
2021-12-17T09:09:30.514271460Z 7f0bb085e000-7f0bb085f000 rw-p 00004000 fd:11 31457433                   /home/work/freeswitch/lib/freeswitch/mod/mod_esf.so
2021-12-17T09:09:30.514278322Z 7f0bb085f000-7f0bb08c2000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514283989Z 7f0bb08c2000-7f0bb08e1000 r-xp 00000000 fd:11 31457497                   /home/work/freeswitch/lib/freeswitch/mod/mod_voicemail.so
2021-12-17T09:09:30.514290341Z 7f0bb08e1000-7f0bb0ae0000 ---p 0001f000 fd:11 31457497                   /home/work/freeswitch/lib/freeswitch/mod/mod_voicemail.so
2021-12-17T09:09:30.514296645Z 7f0bb0ae0000-7f0bb0ae1000 r--p 0001e000 fd:11 31457497                   /home/work/freeswitch/lib/freeswitch/mod/mod_voicemail.so
2021-12-17T09:09:30.514307445Z 7f0bb0ae1000-7f0bb0ae2000 rw-p 0001f000 fd:11 31457497                   /home/work/freeswitch/lib/freeswitch/mod/mod_voicemail.so
2021-12-17T09:09:30.514314345Z 7f0bb0ae2000-7f0bb0af0000 r-xp 00000000 fd:11 31457449                   /home/work/freeswitch/lib/freeswitch/mod/mod_hash.so
2021-12-17T09:09:30.514320718Z 7f0bb0af0000-7f0bb0cf0000 ---p 0000e000 fd:11 31457449                   /home/work/freeswitch/lib/freeswitch/mod/mod_hash.so
2021-12-17T09:09:30.514327094Z 7f0bb0cf0000-7f0bb0cf1000 r--p 0000e000 fd:11 31457449                   /home/work/freeswitch/lib/freeswitch/mod/mod_hash.so
2021-12-17T09:09:30.514334449Z 7f0bb0cf1000-7f0bb0cf2000 rw-p 0000f000 fd:11 31457449                   /home/work/freeswitch/lib/freeswitch/mod/mod_hash.so
2021-12-17T09:09:30.514340477Z 7f0bb0cf2000-7f0bb0cf3000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514346206Z 7f0bb0cf3000-7f0bb0d2f000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514352369Z 7f0bb0d2f000-7f0bb0d30000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514358441Z 7f0bb0d30000-7f0bb0d6c000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514364466Z 7f0bb0d6c000-7f0bb0d83000 r-xp 00000000 fd:11 31457439                   /home/work/freeswitch/lib/freeswitch/mod/mod_fifo.so
2021-12-17T09:09:30.514371393Z 7f0bb0d83000-7f0bb0f82000 ---p 00017000 fd:11 31457439                   /home/work/freeswitch/lib/freeswitch/mod/mod_fifo.so
2021-12-17T09:09:30.514377816Z 7f0bb0f82000-7f0bb0f83000 r--p 00016000 fd:11 31457439                   /home/work/freeswitch/lib/freeswitch/mod/mod_fifo.so
2021-12-17T09:09:30.514384210Z 7f0bb0f83000-7f0bb0f84000 rw-p 00017000 fd:11 31457439                   /home/work/freeswitch/lib/freeswitch/mod/mod_fifo.so
2021-12-17T09:09:30.514390853Z 7f0bb0f84000-7f0bb0fd4000 r-xp 00000000 fd:11 29104816                   /usr/lib/libks.so.1
2021-12-17T09:09:30.514397300Z 7f0bb0fd4000-7f0bb11d4000 ---p 00050000 fd:11 29104816                   /usr/lib/libks.so.1
2021-12-17T09:09:30.514403530Z 7f0bb11d4000-7f0bb11d5000 r--p 00050000 fd:11 29104816                   /usr/lib/libks.so.1
2021-12-17T09:09:30.514409722Z 7f0bb11d5000-7f0bb11d6000 rw-p 00051000 fd:11 29104816                   /usr/lib/libks.so.1
2021-12-17T09:09:30.514415995Z 7f0bb11d6000-7f0bb8000000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514421918Z 7f0bb8000000-7f0bb8026000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514427977Z 7f0bb8026000-7f0bbc000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514433894Z 7f0bbc000000-7f0bbc026000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514439788Z 7f0bbc026000-7f0bc0000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514445880Z 7f0bc0000000-7f0bc0021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514451915Z 7f0bc0021000-7f0bc4000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514457896Z 7f0bc4000000-7f0bc4021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514463814Z 7f0bc4021000-7f0bc8000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514473673Z 7f0bc8000000-7f0bc802a000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514479661Z 7f0bc802a000-7f0bcc000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514485704Z 7f0bcc000000-7f0bcc06a000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514491937Z 7f0bcc06a000-7f0bd0000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514498155Z 7f0bd0000000-7f0bd0044000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514504510Z 7f0bd0044000-7f0bd4000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514510673Z 7f0bd4000000-7f0bd4021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514516842Z 7f0bd4021000-7f0bd8000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514522754Z 7f0bd8000000-7f0bd8053000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514528650Z 7f0bd8053000-7f0bdc000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514534688Z 7f0bdc000000-7f0bdc054000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514540533Z 7f0bdc054000-7f0be0000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514546465Z 7f0be0000000-7f0be0021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514552401Z 7f0be0021000-7f0be4000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514559233Z 7f0be4000000-7f0be4043000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514565217Z 7f0be4043000-7f0be8000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514571341Z 7f0be8004000-7f0be818e000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514577945Z 7f0be818e000-7f0be8197000 r-xp 00000000 fd:11 31457437                   /home/work/freeswitch/lib/freeswitch/mod/mod_expr.so
2021-12-17T09:09:30.514584409Z 7f0be8197000-7f0be8396000 ---p 00009000 fd:11 31457437                   /home/work/freeswitch/lib/freeswitch/mod/mod_expr.so
2021-12-17T09:09:30.514590932Z 7f0be8396000-7f0be8397000 r--p 00008000 fd:11 31457437                   /home/work/freeswitch/lib/freeswitch/mod/mod_expr.so
2021-12-17T09:09:30.514597459Z 7f0be8397000-7f0be8398000 rw-p 00009000 fd:11 31457437                   /home/work/freeswitch/lib/freeswitch/mod/mod_expr.so
2021-12-17T09:09:30.514603917Z 7f0be8398000-7f0be83bc000 r-xp 00000000 fd:11 31457429                   /home/work/freeswitch/lib/freeswitch/mod/mod_dptools.so
2021-12-17T09:09:30.514610299Z 7f0be83bc000-7f0be85bb000 ---p 00024000 fd:11 31457429                   /home/work/freeswitch/lib/freeswitch/mod/mod_dptools.so
2021-12-17T09:09:30.514617076Z 7f0be85bb000-7f0be85bc000 r--p 00023000 fd:11 31457429                   /home/work/freeswitch/lib/freeswitch/mod/mod_dptools.so
2021-12-17T09:09:30.514623607Z 7f0be85bc000-7f0be85bd000 rw-p 00024000 fd:11 31457429                   /home/work/freeswitch/lib/freeswitch/mod/mod_dptools.so
2021-12-17T09:09:30.514640928Z 7f0be85bd000-7f0be85be000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514655176Z 7f0be85be000-7f0be85c2000 r-xp 00000000 fd:11 31457423                   /home/work/freeswitch/lib/freeswitch/mod/mod_db.so
2021-12-17T09:09:30.514662320Z 7f0be85c2000-7f0be87c2000 ---p 00004000 fd:11 31457423                   /home/work/freeswitch/lib/freeswitch/mod/mod_db.so
2021-12-17T09:09:30.514675767Z 7f0be87c2000-7f0be87c3000 r--p 00004000 fd:11 31457423                   /home/work/freeswitch/lib/freeswitch/mod/mod_db.so
2021-12-17T09:09:30.514682473Z 7f0be87c3000-7f0be87c4000 rw-p 00005000 fd:11 31457423                   /home/work/freeswitch/lib/freeswitch/mod/mod_db.so
2021-12-17T09:09:30.514688857Z 7f0be87c4000-7f0be87c5000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514694924Z 7f0be87c5000-7f0be8801000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514701095Z 7f0be8801000-7f0be8851000 r-xp 00000000 fd:11 31457419                   /home/work/freeswitch/lib/freeswitch/mod/mod_conference.so
2021-12-17T09:09:30.514707852Z 7f0be8851000-7f0be8a50000 ---p 00050000 fd:11 31457419                   /home/work/freeswitch/lib/freeswitch/mod/mod_conference.so
2021-12-17T09:09:30.514714461Z 7f0be8a50000-7f0be8a51000 r--p 0004f000 fd:11 31457419                   /home/work/freeswitch/lib/freeswitch/mod/mod_conference.so
2021-12-17T09:09:30.514722338Z 7f0be8a51000-7f0be8a53000 rw-p 00050000 fd:11 31457419                   /home/work/freeswitch/lib/freeswitch/mod/mod_conference.so
2021-12-17T09:09:30.514728927Z 7f0be8a53000-7f0be8a7a000 r-xp 00000000 fd:11 31457417                   /home/work/freeswitch/lib/freeswitch/mod/mod_commands.so
2021-12-17T09:09:30.514735660Z 7f0be8a7a000-7f0be8c79000 ---p 00027000 fd:11 31457417                   /home/work/freeswitch/lib/freeswitch/mod/mod_commands.so
2021-12-17T09:09:30.514742382Z 7f0be8c79000-7f0be8c7a000 r--p 00026000 fd:11 31457417                   /home/work/freeswitch/lib/freeswitch/mod/mod_commands.so
2021-12-17T09:09:30.514748965Z 7f0be8c7a000-7f0be8c7b000 rw-p 00027000 fd:11 31457417                   /home/work/freeswitch/lib/freeswitch/mod/mod_commands.so
2021-12-17T09:09:30.514755425Z 7f0be8c7b000-7f0be8c7c000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514761454Z 7f0be8c7c000-7f0be8cb8000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514767545Z 7f0be8cdc000-7f0be8d00000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514773589Z 7f0be8d00000-7f0be8d06000 r-xp 00000000 fd:11 29105950                   /usr/lib64/libatomic.so.1.0.0
2021-12-17T09:09:30.514779883Z 7f0be8d06000-7f0be8f05000 ---p 00006000 fd:11 29105950                   /usr/lib64/libatomic.so.1.0.0
2021-12-17T09:09:30.514786332Z 7f0be8f05000-7f0be8f06000 r--p 00005000 fd:11 29105950                   /usr/lib64/libatomic.so.1.0.0
2021-12-17T09:09:30.514792674Z 7f0be8f06000-7f0be8f07000 rw-p 00006000 fd:11 29105950                   /usr/lib64/libatomic.so.1.0.0
2021-12-17T09:09:30.514799003Z 7f0be8f07000-7f0be8f08000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514805118Z 7f0be8f08000-7f0be8f27000 r-xp 00000000 fd:11 31457495                   /home/work/freeswitch/lib/freeswitch/mod/mod_verto.so
2021-12-17T09:09:30.514811825Z 7f0be8f27000-7f0be9127000 ---p 0001f000 fd:11 31457495                   /home/work/freeswitch/lib/freeswitch/mod/mod_verto.so
2021-12-17T09:09:30.514818648Z 7f0be9127000-7f0be9128000 r--p 0001f000 fd:11 31457495                   /home/work/freeswitch/lib/freeswitch/mod/mod_verto.so
2021-12-17T09:09:30.514824833Z 7f0be9128000-7f0be9129000 rw-p 00020000 fd:11 31457495                   /home/work/freeswitch/lib/freeswitch/mod/mod_verto.so
2021-12-17T09:09:30.514835846Z 7f0be9129000-7f0be912c000 r-xp 00000000 fd:11 31457469                   /home/work/freeswitch/lib/freeswitch/mod/mod_rtc.so
2021-12-17T09:09:30.514842265Z 7f0be912c000-7f0be932b000 ---p 00003000 fd:11 31457469                   /home/work/freeswitch/lib/freeswitch/mod/mod_rtc.so
2021-12-17T09:09:30.514848768Z 7f0be932b000-7f0be932c000 r--p 00002000 fd:11 31457469                   /home/work/freeswitch/lib/freeswitch/mod/mod_rtc.so
2021-12-17T09:09:30.514855148Z 7f0be932c000-7f0be932d000 rw-p 00003000 fd:11 31457469                   /home/work/freeswitch/lib/freeswitch/mod/mod_rtc.so
2021-12-17T09:09:30.514861478Z 7f0be932d000-7f0be9338000 r-xp 00000000 fd:11 31457457                   /home/work/freeswitch/lib/freeswitch/mod/mod_loopback.so
2021-12-17T09:09:30.514867650Z 7f0be9338000-7f0be9537000 ---p 0000b000 fd:11 31457457                   /home/work/freeswitch/lib/freeswitch/mod/mod_loopback.so
2021-12-17T09:09:30.514874039Z 7f0be9537000-7f0be9538000 r--p 0000a000 fd:11 31457457                   /home/work/freeswitch/lib/freeswitch/mod/mod_loopback.so
2021-12-17T09:09:30.514880403Z 7f0be9538000-7f0be9539000 rw-p 0000b000 fd:11 31457457                   /home/work/freeswitch/lib/freeswitch/mod/mod_loopback.so
2021-12-17T09:09:30.514886738Z 7f0be9539000-7f0be953a000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514893620Z 7f0be953a000-7f0be9576000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514899607Z 7f0be9576000-7f0be9577000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514905707Z 7f0be9577000-7f0be95b3000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514911901Z 7f0be95b3000-7f0be95b4000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514918080Z 7f0be95b4000-7f0be96b5000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514924414Z 7f0be96b5000-7f0be96b6000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514930444Z 7f0be96b6000-7f0be98df000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514936397Z 7f0be98df000-7f0be98e0000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514942364Z 7f0be98e0000-7f0bea208000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514948354Z 7f0bea208000-7f0bea209000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514954280Z 7f0bea209000-7f0beaa09000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514960258Z 7f0beaa09000-7f0beaa0a000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514966293Z 7f0beaa0a000-7f0beaa46000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514972335Z 7f0beaa46000-7f0beaa47000 ---p 00000000 00:00 0
2021-12-17T09:09:30.514978110Z 7f0beaa47000-7f0beab49000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.514984182Z 7f0beab49000-7f0beabec000 r-xp 00000000 fd:11 31457481                   /home/work/freeswitch/lib/freeswitch/mod/mod_sofia.so
2021-12-17T09:09:30.514990667Z 7f0beabec000-7f0beadeb000 ---p 000a3000 fd:11 31457481                   /home/work/freeswitch/lib/freeswitch/mod/mod_sofia.so
2021-12-17T09:09:30.514997022Z 7f0beadeb000-7f0beadec000 r--p 000a2000 fd:11 31457481                   /home/work/freeswitch/lib/freeswitch/mod/mod_sofia.so
2021-12-17T09:09:30.515007712Z 7f0beadec000-7f0beadee000 rw-p 000a3000 fd:11 31457481                   /home/work/freeswitch/lib/freeswitch/mod/mod_sofia.so
2021-12-17T09:09:30.515014223Z 7f0beadee000-7f0beadef000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515020513Z 7f0beadef000-7f0beadfd000 r-xp 00000000 fd:11 31457435                   /home/work/freeswitch/lib/freeswitch/mod/mod_event_socket.so
2021-12-17T09:09:30.515026973Z 7f0beadfd000-7f0beaffc000 ---p 0000e000 fd:11 31457435                   /home/work/freeswitch/lib/freeswitch/mod/mod_event_socket.so
2021-12-17T09:09:30.515033471Z 7f0beaffc000-7f0beaffd000 r--p 0000d000 fd:11 31457435                   /home/work/freeswitch/lib/freeswitch/mod/mod_event_socket.so
2021-12-17T09:09:30.515040007Z 7f0beaffd000-7f0beaffe000 rw-p 0000e000 fd:11 31457435                   /home/work/freeswitch/lib/freeswitch/mod/mod_event_socket.so
2021-12-17T09:09:30.515046464Z 7f0beaffe000-7f0beafff000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515052575Z 7f0beafff000-7f0beb7ff000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515058572Z 7f0beb7ff000-7f0beb800000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515064593Z 7f0beb800000-7f0bec000000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515070491Z 7f0bec000000-7f0bec021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515076783Z 7f0bec021000-7f0bf0000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515083479Z 7f0bf0000000-7f0bf0021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515089405Z 7f0bf0021000-7f0bf4000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515095725Z 7f0bf4000000-7f0bf4081000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515101809Z 7f0bf4081000-7f0bf8000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515107901Z 7f0bf8000000-7f0bf8ac6000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515113834Z 7f0bf8ac6000-7f0bfc000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515119957Z 7f0bfc000000-7f0bfc021000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515125855Z 7f0bfc021000-7f0c00000000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515132164Z 7f0c00012000-7f0c00013000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515138165Z 7f0c00013000-7f0c0004f000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515144138Z 7f0c0004f000-7f0c00053000 r-xp 00000000 fd:11 31457413                   /home/work/freeswitch/lib/freeswitch/mod/mod_cdr_csv.so
2021-12-17T09:09:30.515150750Z 7f0c00053000-7f0c00252000 ---p 00004000 fd:11 31457413                   /home/work/freeswitch/lib/freeswitch/mod/mod_cdr_csv.so
2021-12-17T09:09:30.515157133Z 7f0c00252000-7f0c00253000 r--p 00003000 fd:11 31457413                   /home/work/freeswitch/lib/freeswitch/mod/mod_cdr_csv.so
2021-12-17T09:09:30.515163659Z 7f0c00253000-7f0c00254000 rw-p 00004000 fd:11 31457413                   /home/work/freeswitch/lib/freeswitch/mod/mod_cdr_csv.so
2021-12-17T09:09:30.515170088Z 7f0c00254000-7f0c00255000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515176230Z 7f0c00255000-7f0c00a55000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515186395Z 7f0c00a55000-7f0c00a56000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515192862Z 7f0c00a56000-7f0c01256000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515199381Z 7f0c01256000-7f0c01262000 r-xp 00000000 fd:11 29106342                   /usr/lib64/libnss_files-2.17.so
2021-12-17T09:09:30.515205690Z 7f0c01262000-7f0c01461000 ---p 0000c000 fd:11 29106342                   /usr/lib64/libnss_files-2.17.so
2021-12-17T09:09:30.515212012Z 7f0c01461000-7f0c01462000 r--p 0000b000 fd:11 29106342                   /usr/lib64/libnss_files-2.17.so
2021-12-17T09:09:30.515218280Z 7f0c01462000-7f0c01463000 rw-p 0000c000 fd:11 29106342                   /usr/lib64/libnss_files-2.17.so
2021-12-17T09:09:30.515224652Z 7f0c01463000-7f0c01469000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515232032Z 7f0c01469000-7f0c014dd000 r-xp 00000000 fd:11 31457491                   /home/work/freeswitch/lib/freeswitch/mod/mod_unimrcp.so
2021-12-17T09:09:30.515238320Z 7f0c014dd000-7f0c016dc000 ---p 00074000 fd:11 31457491                   /home/work/freeswitch/lib/freeswitch/mod/mod_unimrcp.so
2021-12-17T09:09:30.515244521Z 7f0c016dc000-7f0c016e1000 r--p 00073000 fd:11 31457491                   /home/work/freeswitch/lib/freeswitch/mod/mod_unimrcp.so
2021-12-17T09:09:30.515250781Z 7f0c016e1000-7f0c016e3000 rw-p 00078000 fd:11 31457491                   /home/work/freeswitch/lib/freeswitch/mod/mod_unimrcp.so
2021-12-17T09:09:30.515257110Z 7f0c016e3000-7f0c01735000 r-xp 00000000 fd:11 29106251                   /usr/lib64/libldns.so.1.6.16
2021-12-17T09:09:30.515263249Z 7f0c01735000-7f0c01935000 ---p 00052000 fd:11 29106251                   /usr/lib64/libldns.so.1.6.16
2021-12-17T09:09:30.515269510Z 7f0c01935000-7f0c01936000 r--p 00052000 fd:11 29106251                   /usr/lib64/libldns.so.1.6.16
2021-12-17T09:09:30.515275655Z 7f0c01936000-7f0c0193c000 rw-p 00053000 fd:11 29106251                   /usr/lib64/libldns.so.1.6.16
2021-12-17T09:09:30.515281839Z 7f0c0193c000-7f0c01941000 r-xp 00000000 fd:11 31457431                   /home/work/freeswitch/lib/freeswitch/mod/mod_enum.so
2021-12-17T09:09:30.515288123Z 7f0c01941000-7f0c01b40000 ---p 00005000 fd:11 31457431                   /home/work/freeswitch/lib/freeswitch/mod/mod_enum.so
2021-12-17T09:09:30.515294345Z 7f0c01b40000-7f0c01b41000 r--p 00004000 fd:11 31457431                   /home/work/freeswitch/lib/freeswitch/mod/mod_enum.so
2021-12-17T09:09:30.515300641Z 7f0c01b41000-7f0c01b42000 rw-p 00005000 fd:11 31457431                   /home/work/freeswitch/lib/freeswitch/mod/mod_enum.so
2021-12-17T09:09:30.515307550Z 7f0c01b42000-7f0c01b46000 r-xp 00000000 fd:11 31457455                   /home/work/freeswitch/lib/freeswitch/mod/mod_logfile.so
2021-12-17T09:09:30.515314353Z 7f0c01b46000-7f0c01d45000 ---p 00004000 fd:11 31457455                   /home/work/freeswitch/lib/freeswitch/mod/mod_logfile.so
2021-12-17T09:09:30.515320837Z 7f0c01d45000-7f0c01d46000 r--p 00003000 fd:11 31457455                   /home/work/freeswitch/lib/freeswitch/mod/mod_logfile.so
2021-12-17T09:09:30.515327308Z 7f0c01d46000-7f0c01d47000 rw-p 00004000 fd:11 31457455                   /home/work/freeswitch/lib/freeswitch/mod/mod_logfile.so
2021-12-17T09:09:30.515337902Z 7f0c01d47000-7f0c01d4b000 r-xp 00000000 fd:11 31457421                   /home/work/freeswitch/lib/freeswitch/mod/mod_console.so
2021-12-17T09:09:30.515344319Z 7f0c01d4b000-7f0c01f4a000 ---p 00004000 fd:11 31457421                   /home/work/freeswitch/lib/freeswitch/mod/mod_console.so
2021-12-17T09:09:30.515350884Z 7f0c01f4a000-7f0c01f4b000 r--p 00003000 fd:11 31457421                   /home/work/freeswitch/lib/freeswitch/mod/mod_console.so
2021-12-17T09:09:30.515357382Z 7f0c01f4b000-7f0c01f4c000 rw-p 00004000 fd:11 31457421                   /home/work/freeswitch/lib/freeswitch/mod/mod_console.so
2021-12-17T09:09:30.515363861Z 7f0c01f4c000-7f0c01f4d000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515369826Z 7f0c01f4d000-7f0c01f89000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515375803Z 7f0c01f89000-7f0c01f8a000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515381809Z 7f0c01f8a000-7f0c022da000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515387907Z 7f0c022da000-7f0c022df000 r-xp 00000000 fd:11 31457465                   /home/work/freeswitch/lib/freeswitch/mod/mod_pgsql.so
2021-12-17T09:09:30.515394122Z 7f0c022df000-7f0c024de000 ---p 00005000 fd:11 31457465                   /home/work/freeswitch/lib/freeswitch/mod/mod_pgsql.so
2021-12-17T09:09:30.515400863Z 7f0c024de000-7f0c024df000 r--p 00004000 fd:11 31457465                   /home/work/freeswitch/lib/freeswitch/mod/mod_pgsql.so
2021-12-17T09:09:30.515407185Z 7f0c024df000-7f0c024e0000 rw-p 00005000 fd:11 31457465                   /home/work/freeswitch/lib/freeswitch/mod/mod_pgsql.so
2021-12-17T09:09:30.515413518Z 7f0c024e0000-7f0c024e1000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515419566Z 7f0c024e1000-7f0c02ce1000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515425492Z 7f0c02ce1000-7f0c02ce2000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515431467Z 7f0c02ce2000-7f0c036cc000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515437490Z 7f0c036cc000-7f0c036cd000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515443509Z 7f0c036cd000-7f0c037ce000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515449572Z 7f0c037ce000-7f0c037cf000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515455607Z 7f0c037cf000-7f0c038a5000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515461865Z 7f0c038a5000-7f0c038a6000 ---p 00000000 00:00 0
2021-12-17T09:09:30.515467836Z 7f0c038a6000-7f0c03993000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515474133Z 7f0c03993000-7f0c039b7000 r-xp 00000000 fd:11 26348308                   /usr/lib64/libselinux.so.1
2021-12-17T09:09:30.515480472Z 7f0c039b7000-7f0c03bb6000 ---p 00024000 fd:11 26348308                   /usr/lib64/libselinux.so.1
2021-12-17T09:09:30.515486728Z 7f0c03bb6000-7f0c03bb7000 r--p 00023000 fd:11 26348308                   /usr/lib64/libselinux.so.1
2021-12-17T09:09:30.515492993Z 7f0c03bb7000-7f0c03bb8000 rw-p 00024000 fd:11 26348308                   /usr/lib64/libselinux.so.1
2021-12-17T09:09:30.515499083Z 7f0c03bb8000-7f0c03bba000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515510522Z 7f0c03bba000-7f0c03bc3000 r-xp 00000000 fd:11 29106216                   /usr/lib64/libjbig.so.2.0
2021-12-17T09:09:30.515516840Z 7f0c03bc3000-7f0c03dc2000 ---p 00009000 fd:11 29106216                   /usr/lib64/libjbig.so.2.0
2021-12-17T09:09:30.515523168Z 7f0c03dc2000-7f0c03dc3000 r--p 00008000 fd:11 29106216                   /usr/lib64/libjbig.so.2.0
2021-12-17T09:09:30.515529461Z 7f0c03dc3000-7f0c03dc6000 rw-p 00009000 fd:11 29106216                   /usr/lib64/libjbig.so.2.0
2021-12-17T09:09:30.515536860Z 7f0c03dc6000-7f0c03de2000 r-xp 00000000 fd:11 26348307                   /usr/lib64/libsasl2.so.3.0.0
2021-12-17T09:09:30.515543142Z 7f0c03de2000-7f0c03fe1000 ---p 0001c000 fd:11 26348307                   /usr/lib64/libsasl2.so.3.0.0
2021-12-17T09:09:30.515549445Z 7f0c03fe1000-7f0c03fe2000 r--p 0001b000 fd:11 26348307                   /usr/lib64/libsasl2.so.3.0.0
2021-12-17T09:09:30.515556035Z 7f0c03fe2000-7f0c03fe3000 rw-p 0001c000 fd:11 26348307                   /usr/lib64/libsasl2.so.3.0.0
2021-12-17T09:09:30.515562334Z 7f0c03fe3000-7f0c03ff9000 r-xp 00000000 fd:11 29106466                   /usr/lib64/libresolv-2.17.so
2021-12-17T09:09:30.515568625Z 7f0c03ff9000-7f0c041f9000 ---p 00016000 fd:11 29106466                   /usr/lib64/libresolv-2.17.so
2021-12-17T09:09:30.515574932Z 7f0c041f9000-7f0c041fa000 r--p 00016000 fd:11 29106466                   /usr/lib64/libresolv-2.17.so
2021-12-17T09:09:30.515581309Z 7f0c041fa000-7f0c041fb000 rw-p 00017000 fd:11 29106466                   /usr/lib64/libresolv-2.17.so
2021-12-17T09:09:30.515587451Z 7f0c041fb000-7f0c041fd000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515593537Z 7f0c041fd000-7f0c04200000 r-xp 00000000 fd:11 26348188                   /usr/lib64/libkeyutils.so.1.5
2021-12-17T09:09:30.515600119Z 7f0c04200000-7f0c043ff000 ---p 00003000 fd:11 26348188                   /usr/lib64/libkeyutils.so.1.5
2021-12-17T09:09:30.515606548Z 7f0c043ff000-7f0c04400000 r--p 00002000 fd:11 26348188                   /usr/lib64/libkeyutils.so.1.5
2021-12-17T09:09:30.515613365Z 7f0c04400000-7f0c04401000 rw-p 00003000 fd:11 26348188                   /usr/lib64/libkeyutils.so.1.5
2021-12-17T09:09:30.515619688Z 7f0c04401000-7f0c0440f000 r-xp 00000000 fd:11 29106246                   /usr/lib64/libkrb5support.so.0.1
2021-12-17T09:09:30.515626055Z 7f0c0440f000-7f0c0460f000 ---p 0000e000 fd:11 29106246                   /usr/lib64/libkrb5support.so.0.1
2021-12-17T09:09:30.515642475Z 7f0c0460f000-7f0c04610000 r--p 0000e000 fd:11 29106246                   /usr/lib64/libkrb5support.so.0.1
2021-12-17T09:09:30.515656112Z 7f0c04610000-7f0c04611000 rw-p 0000f000 fd:11 29106246                   /usr/lib64/libkrb5support.so.0.1
2021-12-17T09:09:30.515662323Z 7f0c04611000-7f0c04613000 r-xp 00000000 fd:11 26348138                   /usr/lib64/libfreebl3.so
2021-12-17T09:09:30.515669363Z 7f0c04613000-7f0c04812000 ---p 00002000 fd:11 26348138                   /usr/lib64/libfreebl3.so
2021-12-17T09:09:30.515675202Z 7f0c04812000-7f0c04813000 r--p 00001000 fd:11 26348138                   /usr/lib64/libfreebl3.so
2021-12-17T09:09:30.515687434Z 7f0c04813000-7f0c04814000 rw-p 00002000 fd:11 26348138                   /usr/lib64/libfreebl3.so
2021-12-17T09:09:30.515694019Z 7f0c04814000-7f0c04857000 r-xp 00000000 fd:11 29106220                   /usr/lib64/libjpeg.so.62.1.0
2021-12-17T09:09:30.515700678Z 7f0c04857000-7f0c04a57000 ---p 00043000 fd:11 29106220                   /usr/lib64/libjpeg.so.62.1.0
2021-12-17T09:09:30.515706811Z 7f0c04a57000-7f0c04a58000 r--p 00043000 fd:11 29106220                   /usr/lib64/libjpeg.so.62.1.0
2021-12-17T09:09:30.515713091Z 7f0c04a58000-7f0c04a59000 rw-p 00044000 fd:11 29106220                   /usr/lib64/libjpeg.so.62.1.0
2021-12-17T09:09:30.515720033Z 7f0c04a59000-7f0c04a69000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515726476Z 7f0c04a69000-7f0c04ad9000 r-xp 00000000 fd:11 29106569                   /usr/lib64/libtiff.so.5.2.0
2021-12-17T09:09:30.515732747Z 7f0c04ad9000-7f0c04cd8000 ---p 00070000 fd:11 29106569                   /usr/lib64/libtiff.so.5.2.0
2021-12-17T09:09:30.515738958Z 7f0c04cd8000-7f0c04cd9000 r--p 0006f000 fd:11 29106569                   /usr/lib64/libtiff.so.5.2.0
2021-12-17T09:09:30.515745222Z 7f0c04cd9000-7f0c04cdc000 rw-p 00070000 fd:11 29106569                   /usr/lib64/libtiff.so.5.2.0
2021-12-17T09:09:30.515751556Z 7f0c04cdc000-7f0c04cdd000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515757468Z 7f0c04cdd000-7f0c04d2f000 r-xp 00000000 fd:11 26348200                   /usr/lib64/libldap-2.4.so.2.10.7
2021-12-17T09:09:30.515763913Z 7f0c04d2f000-7f0c04f2f000 ---p 00052000 fd:11 26348200                   /usr/lib64/libldap-2.4.so.2.10.7
2021-12-17T09:09:30.515770856Z 7f0c04f2f000-7f0c04f31000 r--p 00052000 fd:11 26348200                   /usr/lib64/libldap-2.4.so.2.10.7
2021-12-17T09:09:30.515777119Z 7f0c04f31000-7f0c04f32000 rw-p 00054000 fd:11 26348200                   /usr/lib64/libldap-2.4.so.2.10.7
2021-12-17T09:09:30.515783403Z 7f0c04f32000-7f0c04f40000 r-xp 00000000 fd:11 26348198                   /usr/lib64/liblber-2.4.so.2.10.7
2021-12-17T09:09:30.515789705Z 7f0c04f40000-7f0c0513f000 ---p 0000e000 fd:11 26348198                   /usr/lib64/liblber-2.4.so.2.10.7
2021-12-17T09:09:30.515796043Z 7f0c0513f000-7f0c05140000 r--p 0000d000 fd:11 26348198                   /usr/lib64/liblber-2.4.so.2.10.7
2021-12-17T09:09:30.515802379Z 7f0c05140000-7f0c05141000 rw-p 0000e000 fd:11 26348198                   /usr/lib64/liblber-2.4.so.2.10.7
2021-12-17T09:09:30.515808655Z 7f0c05141000-7f0c05172000 r-xp 00000000 fd:11 29106223                   /usr/lib64/libk5crypto.so.3.1
2021-12-17T09:09:30.515815003Z 7f0c05172000-7f0c05371000 ---p 00031000 fd:11 29106223                   /usr/lib64/libk5crypto.so.3.1
2021-12-17T09:09:30.515821186Z 7f0c05371000-7f0c05373000 r--p 00030000 fd:11 29106223                   /usr/lib64/libk5crypto.so.3.1
2021-12-17T09:09:30.515827436Z 7f0c05373000-7f0c05374000 rw-p 00032000 fd:11 29106223                   /usr/lib64/libk5crypto.so.3.1
2021-12-17T09:09:30.515833778Z 7f0c05374000-7f0c053ae000 r-xp 00000000 fd:11 26348229                   /usr/lib64/libnspr4.so
2021-12-17T09:09:30.515840140Z 7f0c053ae000-7f0c055ad000 ---p 0003a000 fd:11 26348229                   /usr/lib64/libnspr4.so
2021-12-17T09:09:30.515850736Z 7f0c055ad000-7f0c055ae000 r--p 00039000 fd:11 26348229                   /usr/lib64/libnspr4.so
2021-12-17T09:09:30.515857153Z 7f0c055ae000-7f0c055b0000 rw-p 0003a000 fd:11 26348229                   /usr/lib64/libnspr4.so
2021-12-17T09:09:30.515863474Z 7f0c055b0000-7f0c055b2000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515869971Z 7f0c055b2000-7f0c055b6000 r-xp 00000000 fd:11 26348277                   /usr/lib64/libplc4.so
2021-12-17T09:09:30.515876221Z 7f0c055b6000-7f0c057b5000 ---p 00004000 fd:11 26348277                   /usr/lib64/libplc4.so
2021-12-17T09:09:30.515882454Z 7f0c057b5000-7f0c057b6000 r--p 00003000 fd:11 26348277                   /usr/lib64/libplc4.so
2021-12-17T09:09:30.515888537Z 7f0c057b6000-7f0c057b7000 rw-p 00004000 fd:11 26348277                   /usr/lib64/libplc4.so
2021-12-17T09:09:30.515894781Z 7f0c057b7000-7f0c057ba000 r-xp 00000000 fd:11 26348278                   /usr/lib64/libplds4.so
2021-12-17T09:09:30.515900941Z 7f0c057ba000-7f0c059b9000 ---p 00003000 fd:11 26348278                   /usr/lib64/libplds4.so
2021-12-17T09:09:30.515907543Z 7f0c059b9000-7f0c059ba000 r--p 00002000 fd:11 26348278                   /usr/lib64/libplds4.so
2021-12-17T09:09:30.515913865Z 7f0c059ba000-7f0c059bb000 rw-p 00003000 fd:11 26348278                   /usr/lib64/libplds4.so
2021-12-17T09:09:30.515920314Z 7f0c059bb000-7f0c059e4000 r-xp 00000000 fd:11 26348252                   /usr/lib64/libnssutil3.so
2021-12-17T09:09:30.515926718Z 7f0c059e4000-7f0c05be3000 ---p 00029000 fd:11 26348252                   /usr/lib64/libnssutil3.so
2021-12-17T09:09:30.515933102Z 7f0c05be3000-7f0c05bea000 r--p 00028000 fd:11 26348252                   /usr/lib64/libnssutil3.so
2021-12-17T09:09:30.515939391Z 7f0c05bea000-7f0c05beb000 rw-p 0002f000 fd:11 26348252                   /usr/lib64/libnssutil3.so
2021-12-17T09:09:30.515945715Z 7f0c05beb000-7f0c05d17000 r-xp 00000000 fd:11 26348230                   /usr/lib64/libnss3.so
2021-12-17T09:09:30.515951942Z 7f0c05d17000-7f0c05f16000 ---p 0012c000 fd:11 26348230                   /usr/lib64/libnss3.so
2021-12-17T09:09:30.515957810Z 7f0c05f16000-7f0c05f1b000 r--p 0012b000 fd:11 26348230                   /usr/lib64/libnss3.so
2021-12-17T09:09:30.515964032Z 7f0c05f1b000-7f0c05f1e000 rw-p 00130000 fd:11 26348230                   /usr/lib64/libnss3.so
2021-12-17T09:09:30.515970513Z 7f0c05f1e000-7f0c05f1f000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.515976603Z 7f0c05f1f000-7f0c05f44000 r-xp 00000000 fd:11 26348315                   /usr/lib64/libsmime3.so
2021-12-17T09:09:30.515982956Z 7f0c05f44000-7f0c06143000 ---p 00025000 fd:11 26348315                   /usr/lib64/libsmime3.so
2021-12-17T09:09:30.515989123Z 7f0c06143000-7f0c06146000 r--p 00024000 fd:11 26348315                   /usr/lib64/libsmime3.so
2021-12-17T09:09:30.515995486Z 7f0c06146000-7f0c06147000 rw-p 00027000 fd:11 26348315                   /usr/lib64/libsmime3.so
2021-12-17T09:09:30.516001823Z 7f0c06147000-7f0c0619f000 r-xp 00000000 fd:11 26348324                   /usr/lib64/libssl3.so
2021-12-17T09:09:30.516012124Z 7f0c0619f000-7f0c0639e000 ---p 00058000 fd:11 26348324                   /usr/lib64/libssl3.so
2021-12-17T09:09:30.516018459Z 7f0c0639e000-7f0c063a2000 r--p 00057000 fd:11 26348324                   /usr/lib64/libssl3.so
2021-12-17T09:09:30.516024926Z 7f0c063a2000-7f0c063a3000 rw-p 0005b000 fd:11 26348324                   /usr/lib64/libssl3.so
2021-12-17T09:09:30.516031211Z 7f0c063a3000-7f0c063a4000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516037224Z 7f0c063a4000-7f0c063cf000 r-xp 00000000 fd:11 26348321                   /usr/lib64/libssh2.so.1.0.1
2021-12-17T09:09:30.516043449Z 7f0c063cf000-7f0c065cf000 ---p 0002b000 fd:11 26348321                   /usr/lib64/libssh2.so.1.0.1
2021-12-17T09:09:30.516050182Z 7f0c065cf000-7f0c065d0000 r--p 0002b000 fd:11 26348321                   /usr/lib64/libssh2.so.1.0.1
2021-12-17T09:09:30.516056489Z 7f0c065d0000-7f0c065d1000 rw-p 0002c000 fd:11 26348321                   /usr/lib64/libssh2.so.1.0.1
2021-12-17T09:09:30.516062750Z 7f0c065d1000-7f0c06603000 r-xp 00000000 fd:11 26348178                   /usr/lib64/libidn.so.11.6.11
2021-12-17T09:09:30.516068978Z 7f0c06603000-7f0c06802000 ---p 00032000 fd:11 26348178                   /usr/lib64/libidn.so.11.6.11
2021-12-17T09:09:30.516075238Z 7f0c06802000-7f0c06803000 r--p 00031000 fd:11 26348178                   /usr/lib64/libidn.so.11.6.11
2021-12-17T09:09:30.516081765Z 7f0c06803000-7f0c06804000 rw-p 00032000 fd:11 26348178                   /usr/lib64/libidn.so.11.6.11
2021-12-17T09:09:30.516088050Z 7f0c06804000-7f0c0685d000 r-xp 00000000 fd:11 26348202                   /usr/lib64/libldap_r-2.4.so.2.10.7
2021-12-17T09:09:30.516094293Z 7f0c0685d000-7f0c06a5d000 ---p 00059000 fd:11 26348202                   /usr/lib64/libldap_r-2.4.so.2.10.7
2021-12-17T09:09:30.516100777Z 7f0c06a5d000-7f0c06a5f000 r--p 00059000 fd:11 26348202                   /usr/lib64/libldap_r-2.4.so.2.10.7
2021-12-17T09:09:30.516108209Z 7f0c06a5f000-7f0c06a60000 rw-p 0005b000 fd:11 26348202                   /usr/lib64/libldap_r-2.4.so.2.10.7
2021-12-17T09:09:30.516114337Z 7f0c06a60000-7f0c06a63000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516121006Z 7f0c06a63000-7f0c06aad000 r-xp 00000000 fd:11 29106164                   /usr/lib64/libgssapi_krb5.so.2.2
2021-12-17T09:09:30.516127226Z 7f0c06aad000-7f0c06cad000 ---p 0004a000 fd:11 29106164                   /usr/lib64/libgssapi_krb5.so.2.2
2021-12-17T09:09:30.516133342Z 7f0c06cad000-7f0c06cae000 r--p 0004a000 fd:11 29106164                   /usr/lib64/libgssapi_krb5.so.2.2
2021-12-17T09:09:30.516139468Z 7f0c06cae000-7f0c06cb0000 rw-p 0004b000 fd:11 29106164                   /usr/lib64/libgssapi_krb5.so.2.2
2021-12-17T09:09:30.516145585Z 7f0c06cb0000-7f0c06cb3000 r-xp 00000000 fd:11 26348103                   /usr/lib64/libcom_err.so.2.1
2021-12-17T09:09:30.516151594Z 7f0c06cb3000-7f0c06eb2000 ---p 00003000 fd:11 26348103                   /usr/lib64/libcom_err.so.2.1
2021-12-17T09:09:30.516157636Z 7f0c06eb2000-7f0c06eb3000 r--p 00002000 fd:11 26348103                   /usr/lib64/libcom_err.so.2.1
2021-12-17T09:09:30.516167586Z 7f0c06eb3000-7f0c06eb4000 rw-p 00003000 fd:11 26348103                   /usr/lib64/libcom_err.so.2.1
2021-12-17T09:09:30.516173923Z 7f0c06eb4000-7f0c06f8d000 r-xp 00000000 fd:11 29106243                   /usr/lib64/libkrb5.so.3.3
2021-12-17T09:09:30.516180116Z 7f0c06f8d000-7f0c0718c000 ---p 000d9000 fd:11 29106243                   /usr/lib64/libkrb5.so.3.3
2021-12-17T09:09:30.516186954Z 7f0c0718c000-7f0c0719a000 r--p 000d8000 fd:11 29106243                   /usr/lib64/libkrb5.so.3.3
2021-12-17T09:09:30.516193206Z 7f0c0719a000-7f0c0719d000 rw-p 000e6000 fd:11 29106243                   /usr/lib64/libkrb5.so.3.3
2021-12-17T09:09:30.516199484Z 7f0c0719d000-7f0c071b2000 r-xp 00000000 fd:11 26348141                   /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2021-12-17T09:09:30.516205712Z 7f0c071b2000-7f0c073b1000 ---p 00015000 fd:11 26348141                   /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2021-12-17T09:09:30.516211527Z 7f0c073b1000-7f0c073b2000 r--p 00014000 fd:11 26348141                   /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2021-12-17T09:09:30.516217674Z 7f0c073b2000-7f0c073b3000 rw-p 00015000 fd:11 26348141                   /usr/lib64/libgcc_s-4.8.5-20150702.so.1
2021-12-17T09:09:30.516224059Z 7f0c073b3000-7f0c0749c000 r-xp 00000000 fd:11 26348326                   /usr/lib64/libstdc++.so.6.0.19
2021-12-17T09:09:30.516230266Z 7f0c0749c000-7f0c0769c000 ---p 000e9000 fd:11 26348326                   /usr/lib64/libstdc++.so.6.0.19
2021-12-17T09:09:30.516236816Z 7f0c0769c000-7f0c076a4000 r--p 000e9000 fd:11 26348326                   /usr/lib64/libstdc++.so.6.0.19
2021-12-17T09:09:30.516243134Z 7f0c076a4000-7f0c076a6000 rw-p 000f1000 fd:11 26348326                   /usr/lib64/libstdc++.so.6.0.19
2021-12-17T09:09:30.516249292Z 7f0c076a6000-7f0c076bb000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516255274Z 7f0c076bb000-7f0c076c4000 r-xp 00000000 fd:11 29106253                   /usr/lib64/libltdl.so.7.3.0
2021-12-17T09:09:30.516261592Z 7f0c076c4000-7f0c078c3000 ---p 00009000 fd:11 29106253                   /usr/lib64/libltdl.so.7.3.0
2021-12-17T09:09:30.516267770Z 7f0c078c3000-7f0c078c4000 r--p 00008000 fd:11 29106253                   /usr/lib64/libltdl.so.7.3.0
2021-12-17T09:09:30.516274034Z 7f0c078c4000-7f0c078c5000 rw-p 00009000 fd:11 29106253                   /usr/lib64/libltdl.so.7.3.0
2021-12-17T09:09:30.516280328Z 7f0c078c5000-7f0c07a89000 r-xp 00000000 fd:11 29105969                   /usr/lib64/libc-2.17.so
2021-12-17T09:09:30.516286550Z 7f0c07a89000-7f0c07c88000 ---p 001c4000 fd:11 29105969                   /usr/lib64/libc-2.17.so
2021-12-17T09:09:30.516292790Z 7f0c07c88000-7f0c07c8c000 r--p 001c3000 fd:11 29105969                   /usr/lib64/libc-2.17.so
2021-12-17T09:09:30.516299071Z 7f0c07c8c000-7f0c07c8e000 rw-p 001c7000 fd:11 29105969                   /usr/lib64/libc-2.17.so
2021-12-17T09:09:30.516305194Z 7f0c07c8e000-7f0c07c93000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516311197Z 7f0c07c93000-7f0c07caa000 r-xp 00000000 fd:11 29106454                   /usr/lib64/libpthread-2.17.so
2021-12-17T09:09:30.516318100Z 7f0c07caa000-7f0c07ea9000 ---p 00017000 fd:11 29106454                   /usr/lib64/libpthread-2.17.so
2021-12-17T09:09:30.516329179Z 7f0c07ea9000-7f0c07eaa000 r--p 00016000 fd:11 29106454                   /usr/lib64/libpthread-2.17.so
2021-12-17T09:09:30.516335572Z 7f0c07eaa000-7f0c07eab000 rw-p 00017000 fd:11 29106454                   /usr/lib64/libpthread-2.17.so
2021-12-17T09:09:30.516341899Z 7f0c07eab000-7f0c07eaf000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516348563Z 7f0c07eaf000-7f0c080e6000 r-xp 00000000 fd:11 29105999                   /usr/lib64/libcrypto.so.1.0.2k
2021-12-17T09:09:30.516355042Z 7f0c080e6000-7f0c082e5000 ---p 00237000 fd:11 29105999                   /usr/lib64/libcrypto.so.1.0.2k
2021-12-17T09:09:30.516361431Z 7f0c082e5000-7f0c08301000 r--p 00236000 fd:11 29105999                   /usr/lib64/libcrypto.so.1.0.2k
2021-12-17T09:09:30.516367815Z 7f0c08301000-7f0c0830e000 rw-p 00252000 fd:11 29105999                   /usr/lib64/libcrypto.so.1.0.2k
2021-12-17T09:09:30.516374144Z 7f0c0830e000-7f0c08312000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516380125Z 7f0c08312000-7f0c08379000 r-xp 00000000 fd:11 29106531                   /usr/lib64/libssl.so.1.0.2k
2021-12-17T09:09:30.516386658Z 7f0c08379000-7f0c08579000 ---p 00067000 fd:11 29106531                   /usr/lib64/libssl.so.1.0.2k
2021-12-17T09:09:30.516392905Z 7f0c08579000-7f0c0857d000 r--p 00067000 fd:11 29106531                   /usr/lib64/libssl.so.1.0.2k
2021-12-17T09:09:30.516399086Z 7f0c0857d000-7f0c08584000 rw-p 0006b000 fd:11 29106531                   /usr/lib64/libssl.so.1.0.2k
2021-12-17T09:09:30.516405037Z 7f0c08584000-7f0c0858c000 r-xp 00000000 fd:11 29105995                   /usr/lib64/libcrypt-2.17.so
2021-12-17T09:09:30.516411252Z 7f0c0858c000-7f0c0878b000 ---p 00008000 fd:11 29105995                   /usr/lib64/libcrypt-2.17.so
2021-12-17T09:09:30.516417631Z 7f0c0878b000-7f0c0878c000 r--p 00007000 fd:11 29105995                   /usr/lib64/libcrypt-2.17.so
2021-12-17T09:09:30.516423903Z 7f0c0878c000-7f0c0878d000 rw-p 00008000 fd:11 29105995                   /usr/lib64/libcrypt-2.17.so
2021-12-17T09:09:30.516430151Z 7f0c0878d000-7f0c087bb000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516436233Z 7f0c087bb000-7f0c087bd000 r-xp 00000000 fd:11 29106014                   /usr/lib64/libdl-2.17.so
2021-12-17T09:09:30.516442516Z 7f0c087bd000-7f0c089bd000 ---p 00002000 fd:11 29106014                   /usr/lib64/libdl-2.17.so
2021-12-17T09:09:30.516448799Z 7f0c089bd000-7f0c089be000 r--p 00002000 fd:11 29106014                   /usr/lib64/libdl-2.17.so
2021-12-17T09:09:30.516455748Z 7f0c089be000-7f0c089bf000 rw-p 00003000 fd:11 29106014                   /usr/lib64/libdl-2.17.so
2021-12-17T09:09:30.516461700Z 7f0c089bf000-7f0c089c6000 r-xp 00000000 fd:11 29106484                   /usr/lib64/librt-2.17.so
2021-12-17T09:09:30.516467921Z 7f0c089c6000-7f0c08bc5000 ---p 00007000 fd:11 29106484                   /usr/lib64/librt-2.17.so
2021-12-17T09:09:30.516474221Z 7f0c08bc5000-7f0c08bc6000 r--p 00006000 fd:11 29106484                   /usr/lib64/librt-2.17.so
2021-12-17T09:09:30.516480517Z 7f0c08bc6000-7f0c08bc7000 rw-p 00007000 fd:11 29106484                   /usr/lib64/librt-2.17.so
2021-12-17T09:09:30.516491405Z 7f0c08bc7000-7f0c08bcb000 r-xp 00000000 fd:11 29106586                   /usr/lib64/libuuid.so.1.3.0
2021-12-17T09:09:30.516497991Z 7f0c08bcb000-7f0c08dca000 ---p 00004000 fd:11 29106586                   /usr/lib64/libuuid.so.1.3.0
2021-12-17T09:09:30.516504353Z 7f0c08dca000-7f0c08dcb000 r--p 00003000 fd:11 29106586                   /usr/lib64/libuuid.so.1.3.0
2021-12-17T09:09:30.516510680Z 7f0c08dcb000-7f0c08dcc000 rw-p 00004000 fd:11 29106586                   /usr/lib64/libuuid.so.1.3.0
2021-12-17T09:09:30.516517028Z 7f0c08dcc000-7f0c08f47000 r-xp 00000000 fd:11 29106516                   /usr/lib64/libsofia-sip-ua.so.0.6.0
2021-12-17T09:09:30.516523355Z 7f0c08f47000-7f0c09146000 ---p 0017b000 fd:11 29106516                   /usr/lib64/libsofia-sip-ua.so.0.6.0
2021-12-17T09:09:30.516529754Z 7f0c09146000-7f0c09159000 r--p 0017a000 fd:11 29106516                   /usr/lib64/libsofia-sip-ua.so.0.6.0
2021-12-17T09:09:30.516536064Z 7f0c09159000-7f0c0915d000 rw-p 0018d000 fd:11 29106516                   /usr/lib64/libsofia-sip-ua.so.0.6.0
2021-12-17T09:09:30.516542342Z 7f0c0915d000-7f0c0915e000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516548373Z 7f0c0915e000-7f0c09237000 r-xp 00000000 fd:11 29106522                   /usr/lib64/libspandsp.so.3.0.0
2021-12-17T09:09:30.516555382Z 7f0c09237000-7f0c09436000 ---p 000d9000 fd:11 29106522                   /usr/lib64/libspandsp.so.3.0.0
2021-12-17T09:09:30.516561859Z 7f0c09436000-7f0c0943e000 r--p 000d8000 fd:11 29106522                   /usr/lib64/libspandsp.so.3.0.0
2021-12-17T09:09:30.516568160Z 7f0c0943e000-7f0c09440000 rw-p 000e0000 fd:11 29106522                   /usr/lib64/libspandsp.so.3.0.0
2021-12-17T09:09:30.516574523Z 7f0c09440000-7f0c09441000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516581152Z 7f0c09441000-7f0c09456000 r-xp 00000000 fd:11 29106702                   /usr/lib64/libz.so.1.2.7
2021-12-17T09:09:30.516588194Z 7f0c09456000-7f0c09655000 ---p 00015000 fd:11 29106702                   /usr/lib64/libz.so.1.2.7
2021-12-17T09:09:30.516594852Z 7f0c09655000-7f0c09656000 r--p 00014000 fd:11 29106702                   /usr/lib64/libz.so.1.2.7
2021-12-17T09:09:30.516600978Z 7f0c09656000-7f0c09657000 rw-p 00015000 fd:11 29106702                   /usr/lib64/libz.so.1.2.7
2021-12-17T09:09:30.516607167Z 7f0c09657000-7f0c0967c000 r-xp 00000000 fd:11 26348344                   /usr/lib64/libtinfo.so.5.9
2021-12-17T09:09:30.516613284Z 7f0c0967c000-7f0c0987c000 ---p 00025000 fd:11 26348344                   /usr/lib64/libtinfo.so.5.9
2021-12-17T09:09:30.516619335Z 7f0c0987c000-7f0c09880000 r--p 00025000 fd:11 26348344                   /usr/lib64/libtinfo.so.5.9
2021-12-17T09:09:30.516625764Z 7f0c09880000-7f0c09881000 rw-p 00029000 fd:11 26348344                   /usr/lib64/libtinfo.so.5.9
2021-12-17T09:09:30.516643535Z 7f0c09881000-7f0c098b6000 r-xp 00000000 fd:11 29106040                   /usr/lib64/libedit.so.0.0.42
2021-12-17T09:09:30.516658741Z 7f0c098b6000-7f0c09ab5000 ---p 00035000 fd:11 29106040                   /usr/lib64/libedit.so.0.0.42
2021-12-17T09:09:30.516669438Z 7f0c09ab5000-7f0c09ab8000 r--p 00034000 fd:11 29106040                   /usr/lib64/libedit.so.0.0.42
2021-12-17T09:09:30.516675670Z 7f0c09ab8000-7f0c09ab9000 rw-p 00037000 fd:11 29106040                   /usr/lib64/libedit.so.0.0.42
2021-12-17T09:09:30.516681856Z 7f0c09ab9000-7f0c09abe000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516687661Z 7f0c09abe000-7f0c09acf000 r-xp 00000000 fd:11 29106528                   /usr/lib64/libspeexdsp.so.1.5.0
2021-12-17T09:09:30.516692073Z 7f0c09acf000-7f0c09ccf000 ---p 00011000 fd:11 29106528                   /usr/lib64/libspeexdsp.so.1.5.0
2021-12-17T09:09:30.516696287Z 7f0c09ccf000-7f0c09cd0000 r--p 00011000 fd:11 29106528                   /usr/lib64/libspeexdsp.so.1.5.0
2021-12-17T09:09:30.516700590Z 7f0c09cd0000-7f0c09cd1000 rw-p 00012000 fd:11 29106528                   /usr/lib64/libspeexdsp.so.1.5.0
2021-12-17T09:09:30.516705881Z 7f0c09cd1000-7f0c09ce8000 r-xp 00000000 fd:11 29106525                   /usr/lib64/libspeex.so.1.5.0
2021-12-17T09:09:30.516710206Z 7f0c09ce8000-7f0c09ee8000 ---p 00017000 fd:11 29106525                   /usr/lib64/libspeex.so.1.5.0
2021-12-17T09:09:30.516714461Z 7f0c09ee8000-7f0c09ee9000 r--p 00017000 fd:11 29106525                   /usr/lib64/libspeex.so.1.5.0
2021-12-17T09:09:30.516718744Z 7f0c09ee9000-7f0c09eea000 rw-p 00018000 fd:11 29106525                   /usr/lib64/libspeex.so.1.5.0
2021-12-17T09:09:30.516723745Z 7f0c09eea000-7f0c09f4a000 r-xp 00000000 fd:11 26348268                   /usr/lib64/libpcre.so.1.2.0
2021-12-17T09:09:30.516728102Z 7f0c09f4a000-7f0c0a14a000 ---p 00060000 fd:11 26348268                   /usr/lib64/libpcre.so.1.2.0
2021-12-17T09:09:30.516732768Z 7f0c0a14a000-7f0c0a14b000 r--p 00060000 fd:11 26348268                   /usr/lib64/libpcre.so.1.2.0
2021-12-17T09:09:30.516737038Z 7f0c0a14b000-7f0c0a14c000 rw-p 00061000 fd:11 26348268                   /usr/lib64/libpcre.so.1.2.0
2021-12-17T09:09:30.516741334Z 7f0c0a14c000-7f0c0a1b2000 r-xp 00000000 fd:11 29106008                   /usr/lib64/libcurl.so.4.3.0
2021-12-17T09:09:30.516745719Z 7f0c0a1b2000-7f0c0a3b2000 ---p 00066000 fd:11 29106008                   /usr/lib64/libcurl.so.4.3.0
2021-12-17T09:09:30.516750760Z 7f0c0a3b2000-7f0c0a3b4000 r--p 00066000 fd:11 29106008                   /usr/lib64/libcurl.so.4.3.0
2021-12-17T09:09:30.516755107Z 7f0c0a3b4000-7f0c0a3b5000 rw-p 00068000 fd:11 29106008                   /usr/lib64/libcurl.so.4.3.0
2021-12-17T09:09:30.516759676Z 7f0c0a3b5000-7f0c0a3b6000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516763758Z 7f0c0a3b6000-7f0c0a467000 r-xp 00000000 fd:11 26348319                   /usr/lib64/libsqlite3.so.0.8.6
2021-12-17T09:09:30.516768071Z 7f0c0a467000-7f0c0a666000 ---p 000b1000 fd:11 26348319                   /usr/lib64/libsqlite3.so.0.8.6
2021-12-17T09:09:30.516772403Z 7f0c0a666000-7f0c0a668000 r--p 000b0000 fd:11 26348319                   /usr/lib64/libsqlite3.so.0.8.6
2021-12-17T09:09:30.516776751Z 7f0c0a668000-7f0c0a66b000 rw-p 000b2000 fd:11 26348319                   /usr/lib64/libsqlite3.so.0.8.6
2021-12-17T09:09:30.516784725Z 7f0c0a66b000-7f0c0a697000 r-xp 00000000 fd:11 29106453                   /usr/lib64/libpq.so.5.5
2021-12-17T09:09:30.516789072Z 7f0c0a697000-7f0c0a896000 ---p 0002c000 fd:11 29106453                   /usr/lib64/libpq.so.5.5
2021-12-17T09:09:30.516793380Z 7f0c0a896000-7f0c0a898000 r--p 0002b000 fd:11 29106453                   /usr/lib64/libpq.so.5.5
2021-12-17T09:09:30.516797786Z 7f0c0a898000-7f0c0a89a000 rw-p 0002d000 fd:11 29106453                   /usr/lib64/libpq.so.5.5
2021-12-17T09:09:30.516802151Z 7f0c0a89a000-7f0c0ad6a000 r-xp 00000000 fd:11 31457508                   /home/work/freeswitch/lib/libfreeswitch.so.1.0.0
2021-12-17T09:09:30.516806551Z 7f0c0ad6a000-7f0c0af6a000 ---p 004d0000 fd:11 31457508                   /home/work/freeswitch/lib/libfreeswitch.so.1.0.0
2021-12-17T09:09:30.516810871Z 7f0c0af6a000-7f0c0af70000 r--p 004d0000 fd:11 31457508                   /home/work/freeswitch/lib/libfreeswitch.so.1.0.0
2021-12-17T09:09:30.516815211Z 7f0c0af70000-7f0c0af7b000 rw-p 004d6000 fd:11 31457508                   /home/work/freeswitch/lib/libfreeswitch.so.1.0.0
2021-12-17T09:09:30.516819696Z 7f0c0af7b000-7f0c0afa4000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516823773Z 7f0c0afa4000-7f0c0b0a5000 r-xp 00000000 fd:11 29106256                   /usr/lib64/libm-2.17.so
2021-12-17T09:09:30.516829276Z 7f0c0b0a5000-7f0c0b2a4000 ---p 00101000 fd:11 29106256                   /usr/lib64/libm-2.17.so
2021-12-17T09:09:30.516833484Z 7f0c0b2a4000-7f0c0b2a5000 r--p 00100000 fd:11 29106256                   /usr/lib64/libm-2.17.so
2021-12-17T09:09:30.516837676Z 7f0c0b2a5000-7f0c0b2a6000 rw-p 00101000 fd:11 29106256                   /usr/lib64/libm-2.17.so
2021-12-17T09:09:30.516841841Z 7f0c0b2a6000-7f0c0b306000 r-xp 00000000 fd:11 29106358                   /usr/lib64/libodbc.so.2.0.0
2021-12-17T09:09:30.516846014Z 7f0c0b306000-7f0c0b505000 ---p 00060000 fd:11 29106358                   /usr/lib64/libodbc.so.2.0.0
2021-12-17T09:09:30.516850332Z 7f0c0b505000-7f0c0b506000 r--p 0005f000 fd:11 29106358                   /usr/lib64/libodbc.so.2.0.0
2021-12-17T09:09:30.516854677Z 7f0c0b506000-7f0c0b50d000 rw-p 00060000 fd:11 29106358                   /usr/lib64/libodbc.so.2.0.0
2021-12-17T09:09:30.516858922Z 7f0c0b50d000-7f0c0b50e000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516862986Z 7f0c0b50e000-7f0c0b530000 r-xp 00000000 fd:11 29105859                   /usr/lib64/ld-2.17.so
2021-12-17T09:09:30.516867175Z 7f0c0b540000-7f0c0b605000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516871880Z 7f0c0b605000-7f0c0b606000 ---p 00000000 00:00 0
2021-12-17T09:09:30.516876082Z 7f0c0b606000-7f0c0b722000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516880203Z 7f0c0b72c000-7f0c0b72f000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516884282Z 7f0c0b72f000-7f0c0b730000 r--p 00021000 fd:11 29105859                   /usr/lib64/ld-2.17.so
2021-12-17T09:09:30.516888579Z 7f0c0b730000-7f0c0b731000 rw-p 00022000 fd:11 29105859                   /usr/lib64/ld-2.17.so
2021-12-17T09:09:30.516892779Z 7f0c0b731000-7f0c0b732000 rw-p 00000000 00:00 0
2021-12-17T09:09:30.516902622Z 7ffec6d35000-7ffec6d56000 rw-p 00000000 00:00 0                          [stack]
2021-12-17T09:09:30.516907070Z 7ffec6d84000-7ffec6d86000 r-xp 00000000 00:00 0                          [vdso]
2021-12-17T09:09:30.516911250Z ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
lewiszlw commented 2 years ago

Is Lua still the most recommended script language for FreeSWITCH?

seven1240 commented 2 years ago

FreeSWITCH using ssl internally, and if Lua try to init/destroy it will cause problem. what did you do with luasec?

lewiszlw commented 2 years ago

We just require ssl.https local https = require("ssl.https") to prepare sending https request in the future, now we just send http request so this line is useless. I removed this line and continuously observe whether the issue happens again.

lewiszlw commented 2 years ago

This issue doesn't happen again after ssl code removal. Great thank for your help. :smile: