<br><br><div class="gmail_quote">On Wed, Aug 18, 2010 at 11:39 AM, Robert McNamara <span dir="ltr"><<a href="mailto:robert.mcnamara@gmail.com">robert.mcnamara@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Wed, Aug 18, 2010 at 11:34 AM, Robert McNamara <span dir="ltr"><<a href="mailto:robert.mcnamara@gmail.com" target="_blank">robert.mcnamara@gmail.com</a>></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>On Wed, Aug 18, 2010 at 11:22 AM, Noah K <span dir="ltr"><<a href="mailto:bodhileok@gmail.com" target="_blank">bodhileok@gmail.com</a>></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'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've reported it but if I don't hear anything by the time I get home, I'll conjure up a patch.</div>
<div><br></div><font color="#888888"><div>Robert </div></font></div>
</blockquote></div><br></div></div><div>PS, If you want to try, you could see about adding something like</div><div><br></div><div><div> if (ii <= 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 class="im"><div><br></div><div> spn = (entry->coarse[ii].spn_ep & ~0x1FFFF) + entry->fine[jj].spn_ep;</div><div><br></div></div><div>Note that I haven't looked very close, so please forgive me if this does nothing at all ;)</div>
<div><br></div><font color="#888888"><div>Robert</div>
</font></blockquote></div><br><div>if you could also try changing line 380:</div><div><br></div><div><div> if (pts > timestamp) {</div></div><div><br></div><div>to</div><div><br></div><div><div> if (pts > timestamp && ii) {</div>
</div><div><br></div><div>I would be much obliged.</div><div><br></div><div>Robert</div>