dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 101266] segfault in libvdpau_radeonsi.so.1.0.0 when opening certain videos
@ 2017-06-01  4:22 bugzilla-daemon
  2017-06-01  4:33 ` bugzilla-daemon
  2017-06-01  9:04 ` bugzilla-daemon
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2017-06-01  4:22 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 2488 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=101266

            Bug ID: 101266
           Summary: segfault in libvdpau_radeonsi.so.1.0.0 when opening
                    certain videos
           Product: Mesa
           Version: git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/radeonsi
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: nsane457@gmail.com
        QA Contact: dri-devel@lists.freedesktop.org

Created attachment 131631
  --> https://bugs.freedesktop.org/attachment.cgi?id=131631&action=edit
gdb output of `run` and `thread apply all backtrace full`

When opening certain videos in vlc, I end up with a segfault in
libvdpau_radeonsi.so.1.0.0.  This has been going on for some time so I
eventually decided to rebuild all relevant packages with debugging flags for a
good backtrace.


Output of `uname --all`:

> Linux Home-PC 4.11.2-gentoo-r1 #2 SMP Tue May 23 00:27:39 EDT 2017 x86_64 Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz GenuineIntel GNU/Linux

Output of `glxinfo -B`:


> name of display: :0
> display: :0  screen: 0
> direct rendering: Yes
> Extended renderer info (GLX_MESA_query_renderer):
>     Vendor: X.Org (0x1002)
>     Device: AMD BONAIRE (DRM 2.49.0 / 4.11.2-gentoo-r1, LLVM 4.0.0) (0x6658)
>     Version: 17.2.0
>     Accelerated: yes
>     Video memory: 2048MB
>     Unified memory: no
>     Preferred profile: core (0x1)
>     Max core profile version: 4.5
>     Max compat profile version: 3.0
>     Max GLES1 profile version: 1.1
>     Max GLES[23] profile version: 3.1
> OpenGL vendor string: X.Org
> OpenGL renderer string: Gallium 0.4 on AMD BONAIRE (DRM 2.49.0 / 4.11.2-gentoo-r1, LLVM 4.0.0)
> OpenGL core profile version string: 4.5 (Core Profile) Mesa 17.2.0-devel (git-f42fb0012a)
> OpenGL core profile shading language version string: 4.50
> OpenGL core profile context flags: (none)
> OpenGL core profile profile mask: core profile
> 
> OpenGL version string: 3.0 Mesa 17.2.0-devel (git-f42fb0012a)
> OpenGL shading language version string: 1.30
> OpenGL context flags: (none)
> 
> OpenGL ES profile version string: OpenGL ES 3.1 Mesa 17.2.0-devel (git-f42fb0012a)
> OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.10

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 4211 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug 101266] segfault in libvdpau_radeonsi.so.1.0.0 when opening certain videos
  2017-06-01  4:22 [Bug 101266] segfault in libvdpau_radeonsi.so.1.0.0 when opening certain videos bugzilla-daemon
@ 2017-06-01  4:33 ` bugzilla-daemon
  2017-06-01  9:04 ` bugzilla-daemon
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2017-06-01  4:33 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 375 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=101266

P. Levine <nsane457@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |have-backtrace

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1098 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug 101266] segfault in libvdpau_radeonsi.so.1.0.0 when opening certain videos
  2017-06-01  4:22 [Bug 101266] segfault in libvdpau_radeonsi.so.1.0.0 when opening certain videos bugzilla-daemon
  2017-06-01  4:33 ` bugzilla-daemon
@ 2017-06-01  9:04 ` bugzilla-daemon
  1 sibling, 0 replies; 3+ messages in thread
From: bugzilla-daemon @ 2017-06-01  9:04 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 718 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=101266

Christian König <deathsimple@vodafone.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTOURBUG

--- Comment #1 from Christian König <deathsimple@vodafone.de> ---
That looks like VLC is trying to decode a frame while it has already destroyed
the decoder object.

Please try to reproduce the issue by running vlc with "VDPAU_TRACE=1
VDPAU_TRACE_FILE=vlc.trace vlc".

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2307 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-01  9:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-01  4:22 [Bug 101266] segfault in libvdpau_radeonsi.so.1.0.0 when opening certain videos bugzilla-daemon
2017-06-01  4:33 ` bugzilla-daemon
2017-06-01  9:04 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).