Opened 13 years ago
Closed 13 years ago
#1418 closed defect (fixed)
Library restart fails with PJLIB_UTIL_ESTUNNOTRESPOND error after several times
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 (last modified by bennylp)
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.
This is mainly observed on Android platform when ICE is disabled and STUN is enabled.
This isssue was first discussed in the discussion in csipsimple issue tracker.
Change History (4)
comment:1 Changed 13 years ago by bennylp
- Description modified (diff)
- Summary changed from Unable to restart the library with PJLIB_UTIL_ESTUNNOTRESPOND error to Restart fails after several times with PJLIB_UTIL_ESTUNNOTRESPOND error
comment:2 Changed 13 years ago by bennylp
- Summary changed from Restart fails after several times with PJLIB_UTIL_ESTUNNOTRESPOND error to Restart fails with PJLIB_UTIL_ESTUNNOTRESPOND error after several times
comment:3 Changed 13 years ago by bennylp
- Summary changed from Restart fails with PJLIB_UTIL_ESTUNNOTRESPOND error after several times to Library restart fails with PJLIB_UTIL_ESTUNNOTRESPOND error after several times
comment:4 Changed 13 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3896]) Fixed #1418 (Library restart fails with PJLIB_UTIL_ESTUNNOTRESPOND error after several times) due to bug in calling pj_sock_select(). Thanks Régis Montoya for the report and testing the fix