Re: Bug: Assertion fails for BIGWRITEBUFLEN on large projects
Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]>
| Newsgroups | gmane.comp.multimedia.dvdauthor.user |
|---|---|
| Message-ID | <[email protected]> |
I wrote:
> *** libdvdread: CHECK_VALUE failed in
> /build/buildd-libdvdread_4.1.3-8-amd64-UYsyCI/libdvdread-4.1.3/src/ifo_read.c:1203
> ***
> *** for vts_ptt_srpt->title[i].ptt[j].pgn < 100 ***
Checking the Debian source for libdvdread, in the source file
ifo_read.c, at the point of the above error, is the following code:
for(i = 0; i < vts_ptt_srpt->nr_of_srpts; i++) {
CHECK_VALUE(vts_ptt_srpt->title[i].nr_of_ptts < 1000); /* ?? */
for(j = 0; j < vts_ptt_srpt->title[i].nr_of_ptts; j++) {
CHECK_VALUE(vts_ptt_srpt->title[i].ptt[j].pgcn != 0 );
CHECK_VALUE(vts_ptt_srpt->title[i].ptt[j].pgcn < 1000); /* ?? */
CHECK_VALUE(vts_ptt_srpt->title[i].ptt[j].pgn != 0);
CHECK_VALUE(vts_ptt_srpt->title[i].ptt[j].pgn < 100); /* ?? */
}
}
The CHECK_VALUE macro just prints out a message, it doesn’t do anything
else. So this is not a fatal error, by any means.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Dvdauthor-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dvdauthor-users