EsiiDsii / sipml5

Automatically exported from code.google.com/p/sipml5
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

My webrtc2sip is dropped unexpectedly after one week of working #94

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have successfully installed webrtc2sip on Ubuntu 12.10.
It seemed work correctly during one week, but today suddenly it was dropped.

In my terminal I see the next output:

MSG: Failed to get addresses
***ERROR: function: "tnet_get_addresses()"
file: "src/tnet_utils.c"
line: "500"
MSG: getifaddrs failed and errno= [24]
***ERROR: function: 
"_tnet_ice_ctx_fsm_Started_2_GatheringHostCandidates_X_GatherHostCandidates()"
file: "src/ice/tnet_ice_ctx.c"
line: "838"
MSG: Failed to get addresses
***ERROR: function: "tsip_transport_send_raw_ws()"
file: "src/transports/tsip_transport.c"
line: "374"
MSG: Failed to find peer with local fd equal to 6
***ERROR: function: "tnet_get_addresses()"
file: "src/tnet_utils.c"
line: "500"
MSG: getifaddrs failed and errno= [24]
***ERROR: function: 
"_tnet_ice_ctx_fsm_Started_2_GatheringHostCandidates_X_GatherHostCandidates()"
file: "src/ice/tnet_ice_ctx.c"
line: "838"
MSG: Failed to get addresses
***ERROR: function: "tnet_transport_mainthread()"
file: "src/tnet_transport_poll.c"
line: "709"
MSG: accept(8) failed
***ERROR: function: "tnet_transport_mainthread()"
file: "src/tnet_transport_poll.c"
line: "709"
MSG: (SYSTEM)NETWORK ERROR ==>Too many open files
***ERROR: function: "tnet_get_addresses()"
file: "src/tnet_utils.c"
line: "500"
MSG: getifaddrs failed and errno= [24]
***ERROR: function: 
"_tnet_ice_ctx_fsm_Started_2_GatheringHostCandidates_X_GatherHostCandidates()"
file: "src/ice/tnet_ice_ctx.c"
line: "838"
MSG: Failed to get addresses

Original issue reported on code.google.com by andreyh...@gmail.com on 4 Jun 2013 at 11:45