id summary reporter owner description type status priority milestone component version resolution keywords cc backport_to_milestone backported 1062 Assertion if 200/OK INVITE response is received during PJSUA-LIB destroy sequence bennylp bennylp "The {{{pjsua_destroy()}}} function performs event polling during the shutdown sequence. If a 200/OK INVITE response is received during this process, an assertion will be raised: ''pjsua-x86_64-unknown-linux-gnu: ../src/pjmedia/session.c:604: pjmedia_session_info_from_sdp: Assertion `pool && endpt && si && local && remote' failed.'' The assertion happens when negotiating the SDP and calling media update, which causes {{{pjmedia_session_info_from_sdp()}}} to be called. Unfortunately at this point the media endpoint has been destroyed and set to NULL, causing the assertion. " defect closed minor release-1.6 pjsua-lib trunk fixed