[vlc-devel] [PATCH 07/11] Make opengl.c handle movie rotations.
Rémi Denis-Courmont
remi at remlab.net
Thu Mar 13 21:40:29 CET 2014
Le jeudi 6 mars 2014, 01:12:28 Matthias Keiser a écrit :
> ---
> modules/video_output/opengl.c | 102
> ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 98
> insertions(+), 4 deletions(-)
This patch is crashing for me:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffbdb44700 (LWP 2169)]
0x000000004009fe4c in ?? ()
(gdb) bt
#0 0x000000004009fe4c in ?? ()
#1 0x00007fffb6eab52f in ?? ()
from /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.331.49
#2 0x00007fffb6aff114 in ?? ()
from /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.331.49
#3 0x00007fffbd83e1d8 in DrawWithShaders (vgl=vgl at entry=0x7fffb8389c70,
left=left at entry=0x7fffbdb43b10, top=top at entry=0x7fffbdb43b30,
right=right at entry=0x7fffbdb43b50, bottom=bottom at entry=0x7fffbdb43b70,
program=program at entry=0) at ../../../modules/video_output/opengl.c:1129
#4 0x00007fffbd8414e8 in vout_display_opengl_Display (vgl=0x7fffb8389c70,
source=source at entry=0x7fffb8001280)
at ../../../modules/video_output/opengl.c:1181
#5 0x00007fffbd841a41 in PictureDisplay (vd=0x7fffb8001248,
pic=0x7fffb83932c0, subpicture=0x7fffb3147940)
at ../../../modules/video_output/xcb/glx.c:203
#6 0x00007ffff716467b in vout_display_Display (subpicture=0x7fffb3147940,
picture=<optimized out>, vd=0x7fffb8001248)
at ../../include/vlc_vout_wrapper.h:57
#7 ThreadDisplayRenderPicture (is_forced=true, vout=0x7fffc40d17d8)
at ../../src/video_output/video_output.c:1072
#8 ThreadDisplayPicture (vout=vout at entry=0x7fffc40d17d8,
deadline=deadline at entry=0x7fffbdb43e08)
at ../../src/video_output/video_output.c:1146
#9 0x00007ffff7164dc3 in Thread (object=0x7fffc40d17d8)
at ../../src/video_output/video_output.c:1575
#10 0x00007ffff79ab062 in start_thread (arg=0x7fffbdb44700)
at pthread_create.c:312
#11 0x00007ffff74dba3d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list