Re: bugzilla is broken for a long time
Xavier Bachelot <[email protected]> Fri, 19 Oct 2018 13:34:33 +0200
| Newsgroups | gmane.comp.video.xine.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Petri,
On 19/10/2018 11:45, Petri Hintukainen wrote:
> ti, 2018-10-16 kello 10:33 +0200, Xavier Bachelot kirjoitti:
>> Actually, I was asking because I had an user user reporting an issue
>> with vdpau, but I couldn't reproduced it. It was however reproduced
>> by
>> someone else. It seems it is not a regression, as both 1.2.9 release
>> and
>> a recent snapshot exhibit the issue.
>> I have not been able to diagnoze the issue so far, but here is the
>> bug
>> report in case anyone wants to take a look:
>> https://bugzilla.rpmfusion.org/show_bug.cgi?id=5044
>
> It does not say if this is with all DVDs or with only some DVD ?
>
As 2 different users tested and got a crash (original reporter and
another one), I assumed that was not specific to a particular disk.
It seemed not specific to graphic card either, as one had an NVidia with
the proprietary driver using X11 and another with an AMD with the radeon
driver using Wayland.
I am myself using another AMD card with the radeon driver and X11.
However, vdpau was involved and xshm was not crashing.
> Looks like overlay dimensions in backtrace are invalid:
> put_rect = {x0 = 0, y0 = 0, x1 = 2423069157, y1 = 32705}
> this causes few integer overflows => buffer overflow => crash.
>
> Without a sample file / disc this seems quite hard to track down. But
> 14217:f703a54e76bb should fix the crash with vdpau.
>
Actually, this was already fixed with 14200. So something between 1.2.9
release and revision 14200 fixed the crash already. Sorry for failing to
mention the revision of the snapshot I provided the user with.
>
> Another issue in that bug report is with DVB.
>
> For some reason it doesn't use xine's mpeg-ts demuxer but libavformat:
>> DVB on console:
>> mpegts @ 0x555bc78bc200] Unable to seek back to the start
>
> I don't have DVB adapter available just now, so I can't test if
> 14220:1defcdfe03fd fixes the issue.
>
No DVB available either, but I'll provide an updated build to the user
to test (building 14229 right now).
Thanks,
Xavier