<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class=""><div class="WordSection1" style="page: WordSection1; font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div style="margin: 0cm 0cm 0.0001pt; text-align: left; font-size: 10pt; font-family: 'Malgun Gothic'; background-color: white;" class=""><span lang="EN-US" style="font-family: Gulim;" class="">I ran into a crash when removing the proxy server media session from our proxy server.<span class="Apple-converted-space"> </span></span></div></div></div></blockquote><div><br class=""></div>Thanks for the note.  Someone else reported (what seems to be) the same problem a couple of weeks ago.  Unfortunately, however, I haven’t yet been able to figure out exactly why this crash is happening.</div><div><br class=""></div><div><br class=""></div><div><blockquote type="cite" class=""><div class="WordSection1" style="page: WordSection1;"><div class="" style="margin: 0cm 0cm 0.0001pt; font-size: 10pt; font-family: 'Malgun Gothic'; background-color: white;"><span lang="EN-US" class="" style="font-family: Gulim;"> </span><span style="font-family: Gulim; font-size: 10pt;" class="">Maybe, I guess that is caused below code.</span></div><div class="" style="margin: 0cm 0cm 0.0001pt; font-size: 10pt; font-family: 'Malgun Gothic'; background-color: white;"><span lang="EN-US" class="" style="font-family: Gulim;"> <o:p class=""></o:p></span></div><div class="" style="margin: 0cm 0cm 0.0001pt; font-size: 10pt; font-family: 'Malgun Gothic'; background-color: white;"><span lang="EN-US" class="" style="font-family: Gulim;">ProxyServerMediaSession::~ProxyServerMediaSession() {<br class=""></span></div></div></blockquote>[…]<br class=""><blockquote type="cite" class=""><div class="WordSection1" style="page: WordSection1;"><div class="" style="margin: 0cm 0cm 0.0001pt; font-size: 10pt; font-family: 'Malgun Gothic'; background-color: white;"><span style="font-family: Gulim; font-size: 10pt;" class="">  Medium::close(fClientMediaSession);  //////////////////=> this instance is removed before above code.</span></div></div></blockquote></div><div><div><br class=""></div></div>Unfortunately I don’t (yet) see how this can be happening, because “fClientMediaSession” is deleted only within the “ProxyServerMediaSession” destructor, which means that if, indeed, “fClientMediaSession” has already been deleted at that point, then somehow the "ProxyServerMediaSession” object must have erroneously been deleted twice, and I don’t see how that can occur.<br class=""><br class=""><div apple-content-edited="true" class="">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">Ross Finlayson<br class="">Live Networks, Inc.<br class=""><a href="http://www.live555.com/" class="">http://www.live555.com/</a></span></span>
</div>
<br class=""></body></html>