Changes between Initial Version and Version 1 of Ticket #1418
- Timestamp:
- Dec 5, 2011 2:10:34 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1418
- Property Summary changed from Unable to restart the library with PJLIB_UTIL_ESTUNNOTRESPOND error to Restart fails after several times with PJLIB_UTIL_ESTUNNOTRESPOND error
-
Ticket #1418 – Description
initial v1 1 Restarting the library may fail with {{{PJLIB_UTIL_ESTUNNOTRESPOND}}} error with the only way to fix is to quit the application. This only happens if ICE is disabled. This is mainly observed on Android platform.1 Restarting the library may fail with {{{PJLIB_UTIL_ESTUNNOTRESPOND}}} error, after the library has been restarted several times. The only way to fix is to close and restart the application. 2 2 3 From [http://code.google.com/p/csipsimple/issues/detail?id=545 the discussion in csipsimple issue tracker], it is said that this is caused by handle leak. Workaround exists, i.e. to enlarge {{{PJ_IOQUEUE_MAX_HANDLES}}} to large value, e.g. 1024. See post 10 on the issue.3 This is mainly observed on Android platform when ICE is disabled and STUN is enabled. 4 4 5 This isssue was first discussed in [http://code.google.com/p/csipsimple/issues/detail?id=545 the discussion in csipsimple issue tracker]. 6