Summary: | Segfault when playing specific DVD (Playbck of single chapters somewhat funtional) | ||
---|---|---|---|
Product: | [Applications] kaffeine | Reporter: | johannes_graumann |
Component: | general | Assignee: | Christoph Pfister <christophpfister> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | crash | CC: | andresbajotierra |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
johannes_graumann
2010-01-17 14:25:36 UTC
- Did you say playing this same DVD with other players crashed them too ? - Have you tried to play it with "gxine" or "xine-ui" ? This is likely to be a bug in the Xine library. Regards Hmmm, looks like a problem in in libdvdread/libdvdcss, no? Here's what the sehll reports after using "xine" stand alone ... any hints? Joh $ xine This is xine (X11 gui) - a free video player v0.99.6cvs. (c) 2000-2007 The xine Team. libdvdread: Using libdvdcss version 1.2.10 for DVD access *** libdvdread: CHECK_VALUE failed in ifo_read.c:852 *** *** for (int)tt_srpt->nr_of_srpts * sizeof(title_info_t) <= info_length *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:856 *** *** for tt_srpt->title[i].nr_of_angles != 0 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:860 *** *** for tt_srpt->title[i].nr_of_ptts < 1000 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:861 *** *** for tt_srpt->title[i].title_set_nr != 0 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:863 *** *** for tt_srpt->title[i].vts_ttn != 0 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:855 *** *** for tt_srpt->title[i].pb_ty.zero_1 == 0 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:857 *** *** for tt_srpt->title[i].nr_of_angles < 10 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:860 *** *** for tt_srpt->title[i].nr_of_ptts < 1000 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:861 *** *** for tt_srpt->title[i].title_set_nr != 0 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:863 *** *** for tt_srpt->title[i].vts_ttn != 0 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:857 *** *** for tt_srpt->title[i].nr_of_angles < 10 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:861 *** *** for tt_srpt->title[i].title_set_nr != 0 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:863 *** *** for tt_srpt->title[i].vts_ttn != 0 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:856 *** *** for tt_srpt->title[i].nr_of_angles != 0 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:861 *** *** for tt_srpt->title[i].title_set_nr != 0 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:863 *** *** for tt_srpt->title[i].vts_ttn != 0 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:856 *** *** for tt_srpt->title[i].nr_of_angles != 0 *** *** libdvdread: CHECK_VALUE failed in ifo_read.c:860 *** *** for tt_srpt->title[i].nr_of_ptts < 1000 *** xiTK received SIGSEGV signal, RIP. Aborted Then it is likely to be a problem in Xine or in one of its plugins. I advice you to report this bug directly to http://bugs.xine-project.org/ Thank you |