Bug#599329: Got a noopt build
Anthony DeRobertis
anthony at derobert.net
Tue Mar 29 19:43:03 UTC 2011
Package: libva-x11-1
Version: 1.0.8-3
Severity: normal
(gdb) up
#3 0x00007ffff5e8f5a0 in __vaDriverInit_0_31 (ctx=0x60eb40) at vdpau_driver.c:291
291 return vdpau_Initialize_0_31_1(ctx);
(gdb) l
286
287 /* Assume a NULL display implies VA-API 0.31.1 struct with the
288 vtable_tpi field placed just after the vtable, thus replacing
289 original native_dpy field */
290 if (!ctx0->native_dpy)
291 return vdpau_Initialize_0_31_1(ctx);
292
293 return vdpau_Initialize_0_31_0(ctx);
294 }
295 #endif
That comment looks damning. It is calling vdpau_Initialize_0_31_1, with
the null native_dpy (as apparently expected), which is then ultimately
being passed to XDisplayString, leading to a segfault.
So, it seems there is an API mismatch.
-- System Information:
Debian Release: 6.0
APT prefers stable
APT policy: (500, 'stable'), (200, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.38-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libva-x11-1 depends on:
ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib
ii libdrm2 2.4.23-0.0 Userspace interface to kernel DRM
ii libx11-6 2:1.3.3-4 X11 client-side library
ii libxext6 2:1.1.2-1 X11 miscellaneous extension librar
ii libxfixes3 1:4.0.5-1 X11 miscellaneous 'fixes' extensio
libva-x11-1 recommends no packages.
libva-x11-1 suggests no packages.
-- no debconf information
More information about the pkg-multimedia-maintainers
mailing list