<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Gulim;
        panose-1:2 11 6 0 0 1 1 1 1 1;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:"Malgun Gothic";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
@font-face
        {font-family:Gulim;
        panose-1:2 11 6 0 0 1 1 1 1 1;}
@font-face
        {font-family:"Malgun Gothic";
        panose-1:2 11 5 3 2 0 0 2 0 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-autospace:none;
        word-break:break-hangul;
        font-size:10.0pt;
        font-family:"Malgun Gothic";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Malgun Gothic";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Malgun Gothic";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:3.0cm 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=KO link=blue vlink=purple><div class=WordSection1><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'>Hello,<o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'> <o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'>I ran into a crash when removing the proxy server media session from our proxy server. <o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'>For removing my proxyserver, I use removeServerMediaSession(proxyServerStreamName) by triggerEvent.<o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'> <o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'>ProxyServerMediaSubsession::~ProxyServerMediaSubsession() {<br>  if (verbosityLevel() > 0) {<br>    envir() << *this << "::~ProxyServerMediaSubsession()\n";<br>  }<o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'>  if (fClientMediaSubsession.rtcpInstance() != NULL) { <br>    fClientMediaSubsession.rtcpInstance()->setByeHandler(NULL, NULL);////////////// Crash occured<br>  }<br>}<o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'> <o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'>Maybe, I guess that is caused below code.<o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'> <o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'>ProxyServerMediaSession::~ProxyServerMediaSession() {<br>  if (fVerbosityLevel > 0) {<br>    envir() << *this << "::~ProxyServerMediaSession()\n";<br>  }<o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'>  // Begin by sending a "TEARDOWN" command (without checking for a response):<br>  if (fProxyRTSPClient != NULL && fClientMediaSession != NULL) {<br>    fProxyRTSPClient->sendTeardownCommand(*fClientMediaSession, NULL, fProxyRTSPClient->auth());<br>  }<o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'>  // Then delete our state:<br>  Medium::close(fClientMediaSession);  //////////////////=> this instance is removed before above code.<br>  Medium::close(fProxyRTSPClient);<br>  delete fPresentationTimeSessionNormalizer;<br>} <o:p></o:p></span></p><p class=MsoNormal align=left style='text-align:left;background:white;text-autospace:ideograph-other;word-break:keep-all'><span lang=EN-US style='font-family:Gulim;color:black'><br>Thanks and Regards,<br>Ikhwan chung<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p></div></body></html>