Opened 13 years ago
Last modified 13 years ago
#1418 closed defect
Unable to restart the library with PJLIB_UTIL_ESTUNNOTRESPOND error — at Initial Version
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.14 |
Component: | pjsua-lib | Version: | common |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
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.
From 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.
Note: See
TracTickets for help on using
tickets.