https://bugs.freedesktop.org/show_bug.cgi?id=64582
Priority: medium Bug ID: 64582 Assignee: dri-devel@lists.freedesktop.org Summary: [r600g/vdpau] Inconsistency detected by ld.so: dl-close.c: 765: _dl_close: Assertion `map->l_init_called' failed! Severity: normal Classification: Unclassified OS: Linux (All) Reporter: lordheavym@gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Drivers/Gallium/r600 Product: Mesa
Apps launched with vdpau enabled produce the error: VDPAU_DRIVER=r600 vdpauinfo or mplayer ...
OpenGL renderer string: Gallium 0.4 on AMD BARTS OpenGL core profile version string: 3.1 (Core Profile) Mesa 9.2.0 (git-b0bb610) OpenGL core profile shading language version string: 1.40
mesa built with: ./autogen.sh --prefix=/usr --sysconfdir=/etc \ --with-dri-driverdir=/usr/lib/xorg/modules/dri \ --with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga \ --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \ --enable-gallium-llvm \ --enable-egl \ --enable-gallium-egl \ --with-egl-platforms=x11,drm,wayland \ --enable-shared-glapi \ --enable-gbm \ --enable-gallium-gbm \ --enable-glx-tls \ --enable-dri \ --enable-glx \ --enable-osmesa \ --enable-gles1 \ --enable-gles2 \ --enable-texture-float \ --enable-xa \ --enable-vdpau \ --with-llvm-shared-libs \ --enable-r600-llvm-compiler
Same problem with mesa-9.1.2
https://bugs.freedesktop.org/show_bug.cgi?id=64582
--- Comment #1 from Andy Furniss adf.lists@gmail.com --- (In reply to comment #0)
Apps launched with vdpau enabled produce the error: VDPAU_DRIVER=r600 vdpauinfo or mplayer ...
I also see this on recently built linux from scratch systems - I don't see it with the same vdpau/mesa etc on older systems, so I guess something got more verbose/fussy.
Doesn't seem to affect functionality and I can also produce with
VDPAU_DRIVER=softpipe vdpauinfo
so not just r600g.
https://bugs.freedesktop.org/show_bug.cgi?id=64582
--- Comment #2 from lh jarryson@gmail.com --- same here, mesa git 20130706 xf86-video-ati-git 20130706, llvm-libs 4.3
but VDPAU_DRIVER=softpipe vdpauinfo does not show this error.
https://bugs.freedesktop.org/show_bug.cgi?id=64582
--- Comment #3 from Laurent carlier lordheavym@gmail.com --- I cannot reproduce this anymore with libvdpau 0.7, built with dri2proto support
https://bugs.freedesktop.org/show_bug.cgi?id=64582
Laurent carlier lordheavym@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME
https://bugs.freedesktop.org/show_bug.cgi?id=64582
Christian König deathsimple@vodafone.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
https://bugs.freedesktop.org/show_bug.cgi?id=64582
--- Comment #4 from John john.ettedgui@gmail.com --- Same issue here: Inconsistency detected by ld.so: dl-close.c: 771: _dl_close: Assertion `map->l_init_called' failed!
Mesa 9.2rc2 (same with rc1), dri2proto 2.8, libvdpau 0.7. I believe my distribution's libvdpau was compiled with dri2proto support, but is there a way to confirm?
https://bugs.freedesktop.org/show_bug.cgi?id=64582
--- Comment #5 from Johannes Hirte johannes.hirte@fem.tu-ilmenau.de --- I can confirm this with gentoo and libvdpau-0.7 and mesa from git.
dri-devel@lists.freedesktop.org