#1551 closed defect (fixed)
Assertion in TURN code when shutdown or destroy is called more than once (thanks Guilherme Balena Versiani for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.1 |
Component: | pjnath | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | release-1.16 | Backported: | yes |
Description
Assertion will be raised for the titled scenario, with the following stack trace:
8 __assert_fail() 7 send_refresh() pjnath/src/pjnath/turn_session.c:886 6 sess_shutdown() pjnath/src/pjnath/turn_session.c:424 5 pj_turn_session_shutdown() pjnath/src/pjnath/turn_session.c:457 4 pj_turn_sock_destroy() pjnath/src/pjnath/turn_sock.c:238
Change History (3)
comment:1 Changed 12 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 12 years ago by nanang
In 4383:
comment:3 Changed 12 years ago by nanang
- Backported set
Note: See
TracTickets for help on using
tickets.
In 4201: