Opened 13 years ago

Last modified 13 years ago

#1316 closed defect

Assertion when TURN session is deallocated prematurely (thanks Tony Jago Million for the report) — at Initial Version

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.12
Component: pjnath Version: 1.x-branch
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

TURN session may get deallocated prematurely for several reasons, for example if iPhone application is suspended in the background and unable to refresh the allocation in timely manner.

This may cause assertion the following assertion:

pjnath/turn_sock.c:433:
PJ_ASSERT_RETURN(turn_sock && addr && addr_len, PJ_EINVAL);

Change History (0)

Note: See TracTickets for help on using tickets.