<br><br><div class="gmail_quote">On Wed, Aug 18, 2010 at 11:34 AM, Robert McNamara <span dir="ltr">&lt;<a href="mailto:robert.mcnamara@gmail.com">robert.mcnamara@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><br><div class="gmail_quote"><div class="im">On Wed, Aug 18, 2010 at 11:22 AM, Noah K <span dir="ltr">&lt;<a href="mailto:bodhileok@gmail.com" target="_blank">bodhileok@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><br>
</div>OK, the libbluray resync (r25723, thanks Robert!) fixed the second<br>
segfault (on exit for all BDMV), but not the first (on start for<br>
some).<br>
I&#39;ll dig a little more when I have time and maybe take to libbluray-devel.<br></blockquote><div><br></div></div><div>Looks like ii is ending up -1, which is likely invalid.  I&#39;ve reported it but if I don&#39;t hear anything by the time I get home, I&#39;ll conjure up a patch.</div>

<div><br></div><font color="#888888"><div>Robert </div></font></div>
</blockquote></div><br><div>PS, If you want to try, you could see about adding something like</div><div><br></div><div><div>    if (ii &lt;= 0) {</div><div>        return 0;</div><div>    }</div></div><div><br></div><div>
right above like 441 in clpi_parse.c, which is:</div><div><br></div><div>    spn = (entry-&gt;coarse[ii].spn_ep &amp; ~0x1FFFF) + entry-&gt;fine[jj].spn_ep;</div><div><br></div><div>Note that I haven&#39;t looked very close, so please forgive me if this does nothing at all ;)</div>
<div><br></div><div>Robert</div>