[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-09-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-09-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #15 from Julien Isorce --- https://gitlab.freedesktop.org/mesa/mesa/merge_requests/2005 -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel mailing

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-09-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #14 from Víctor Jáquez --- (In reply to Michel Dänzer from comment #13) > Note that my patch is just a proof of concept pointing at where the issue > lies. I hope it helps someone else come up with a proper fix. :( Who could

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #13 from Michel Dänzer --- Note that my patch is just a proof of concept pointing at where the issue lies. I hope it helps someone else come up with a proper fix. -- You are receiving this mail because: You are the assignee for

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #12 from Víctor Jáquez --- Hi Michel, The patch also worked for me! :) Thanks! In the case of totem, there's a work in progress https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/merge_requests/122 but it requires a lot

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #11 from Julien Isorce --- Hi Michel, I confirm the attached patch fixes the issues for me too. -- You are receiving this mail because: You are the assignee for the bug.___ dri-devel

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #10 from Michel Dänzer --- (In reply to Julien Isorce from comment #9) > gst-launch-1.0 filesrc location=test.mp4 ! qtdemux ! h264parse ! > vaapih264dec ! vaapipostproc ! videoconvert ! ximagesink > > (with and without

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #9 from Julien Isorce --- Hi Michel, nice catch! Instead of using totem which has other issues can you try: gst-launch-1.0 filesrc location=test.mp4 ! qtdemux ! h264parse ! vaapih264dec ! vaapipostproc ! videoconvert ! ximagesink

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #8 from Michel Dänzer --- Created attachment 145171 --> https://bugs.freedesktop.org/attachment.cgi?id=145171=edit si_video_buffer_create fixups I've traced this to the si_video_buffer_create function, which makes multiple

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-08-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #7 from Michel Dänzer --- (In reply to Julien Isorce from comment #6) > It is working fine with mesa 18.3.6 [...] I tried to bisect based on this premise, but I can reproduce the crash (with totem) even with 18.3.6. Maybe this

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #6 from Julien Isorce --- Looks similar to https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/merge_requests/142 It is working fine with mesa 18.3.6 and st/va has not changed in 19.1:

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #5 from KJ Liew --- Here's the gdb stack-trace with debug build. If you need the same test video clip, this is what I used Test h264 clip: $ youtube-dl -f mp4 https://www.youtube.com/watch?v=azvR__GRQic Thread 4 "multiqueue0:src"

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #4 from KJ Liew --- The ArchLinux build does have symbols. When I used my own build (b_ndebug=if-release), I got better details on vaPutImage() with more detailed args, but still nothing from radeonsi_dri.so. Did you actually mean

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #3 from Ilia Mirkin --- (In reply to Ilia Mirkin from comment #2) > (In reply to Andre Klapper from comment #1) > > Can you please compile with debug symbols and provide an updated stacktrace? > > Why bother? Isn't the issue pretty

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #2 from Ilia Mirkin --- (In reply to Andre Klapper from comment #1) > Can you please compile with debug symbols and provide an updated stacktrace? Why bother? Isn't the issue pretty obvious? mesa calls memcpy, libc thinks that it's

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 --- Comment #1 from Andre Klapper --- Can you please compile with debug symbols and provide an updated stacktrace? -- You are receiving this mail because: You are the assignee for the bug.___

[Bug 111236] VA-API radeonsi SIGSEGV __memmove_avx_unaligned

2019-07-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111236 Bug ID: 111236 Summary: VA-API radeonsi SIGSEGV __memmove_avx_unaligned Product: Mesa Version: 19.1 Hardware: Other OS: All Status: NEW Severity: normal