https://bugs.freedesktop.org/show_bug.cgi?id=79520
--- Comment #4 from Savyasachee Jha <savya.jha91 at gmail.com> --- So I bisected mesa. The steps are: $ make clean && make distclean $ ./autogen.sh --prefix=/usr --sysconfdir=/etc --with-dri-driverdir=/usr/lib/xorg/modules/dri --with-gallium-drivers=r300,r600,radeonsi,swrast,svga --with-dri-drivers=r200,radeon,swrast --with-egl-platforms=x11,drm, --enable-llvm-shared-libs --enable-gallium-egl --enable-gallium-llvm --enable-gallium-gbm --enable-egl --enable-gbm --enable-shared-glapi --enable-glx --enable-glx-tls --enable-dri --enable-osmesa --enable-gles1 --enable-gles2 --enable-texture-float --enable-xa --enable-vdpau --enable-omx --enable-opencl --enable-opencl-icd--with-clang-libdir=/usr/lib && make $ LD_LIBRARY_PATH="./src/glx" LIBGL_DRIVERS_PATH="./lib/gallium/" mpv <file-name> for every bisection. The end result was: ee978aee94d98fec669002eb5ef7ceb1f46683a9 is the first bad commit commit ee978aee94d98fec669002eb5ef7ceb1f46683a9 Author: Christian K?nig <christian.koenig at amd.com> Date: Mon Jul 15 09:16:22 2013 -0600 vl: add H264 encoding interface Signed-off-by: Christian K?nig <christian.koenig at amd.com> Signed-off-by: Leo Liu <leo.liu at amd.com> :040000 040000 4e0bb4d3cba505fb01e24188353c3b05a4be201c 2e24ff49402d12d9865e6ef2dcb9771580bc4b8e M src I should add, that for every time I marked something as bad in the bisection, I would get a "zsh: segmentation fault (core dumped)" message without fail. The ones I marked as good ran perfectly. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140603/77e1182b/attachment-0001.html>