<html><head><meta http-equiv="Content-Type" content="text/html charset=euc-kr"><base href="x-msg://3221/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div style="line-height: 1.4; margin: 10px; font-family: ±¼¸²Ã¼, arial; font-size: 9pt; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><p style="margin-top: 5px; font-family: ±¼¸²Ã¼, arial; margin-bottom: 5px; font-size: 9pt; ">_Tables* _Tables::getOurTables(UsageEnvironment& env, Boolean createIfNotPresent) {<br>  --> here!! --> if (env.liveMediaPriv == NULL && createIfNotPresent) {<br></p></div></blockquote><div>What specifically is wrong here?  I.e., why is a crash occurring at that line?</div><div><br></div><blockquote type="cite"><div style="line-height: 1.4; margin: 10px; font-family: ±¼¸²Ã¼, arial; font-size: 9pt; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><p style="margin-top: 5px; font-family: ±¼¸²Ã¼, arial; margin-bottom: 5px; font-size: 9pt; ">When I insert a code as follows, the problem was solved.</p><p style="margin-top: 5px; font-family: ±¼¸²Ã¼, arial; margin-bottom: 5px; font-size: 9pt; ">Please overview again changes of live555.</p><div style="margin-top: 5px; font-family: ±¼¸²Ã¼, arial; margin-bottom: 5px; font-size: 9pt; "> <br class="webkit-block-placeholder"></div><p style="margin-top: 5px; font-family: ±¼¸²Ã¼, arial; margin-bottom: 5px; font-size: 9pt; ">void SocketDescriptor::tcpReadHandler1(int mask) {</p><p style="margin-top: 5px; font-family: ±¼¸²Ã¼, arial; margin-bottom: 5px; font-size: 9pt; ">...<br>     removeSocketDescription(fEnv, fOurSocketNum); // <-- When this code is added, the problem was solved...</p><p style="margin-top: 5px; font-family: ±¼¸²Ã¼, arial; margin-bottom: 5px; font-size: 9pt; ">      delete this;</p><div><br></div></div></blockquote><div><br></div></div>I still don't understand what the problem is, and why making an extra call to "removeSocketDescriptor()" before calling "delete this;" (which will cause "removeSocketDescriptor()" to be called from the "SocketDescriptor" destructor anyway) would change anything??<br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 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; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>