[MPlayer-dev-eng] bug in vo_x11?

Bohdan Horst nexus at hoth.amu.edu.pl
Sat Feb 2 14:23:59 CET 2002


when play file*.avi with -vo x11:

first file plays fine

when switch to second file:


1 example (files without sound)

Program received signal SIGSEGV, Segmentation fault.
0x281ac1f1 in XGetWindowAttributes () from /usr/X11R6/lib/libX11.so.6
(gdb) bt
#0  0x281ac1f1 in XGetWindowAttributes () from /usr/X11R6/lib/libX11.so.6
#1  0x80ef824 in config (width=352, height=288, d_width=352, d_height=288, flags=0, title=0x8134f89 "MPlayer", format=842094169, info=0xbfbffae0) at vo_x11.c:271
#2  0x8060bd9 in main (argc=8, argv=0xbfbffb40, envp=0xbfbffb64) at mplayer.c:1351


2 example (other files with sound)

Program received signal SIGSEGV, Segmentation fault.
0x80ef819 in config (width=352, height=288, d_width=352, d_height=288, flags=0, title=0x8134f89 "MPlayer", format=842094169, info=0xbfbffb14) at vo_x11.c:271
271      XGetWindowAttributes( mDisplay,DefaultRootWindow( mDisplay),&attribs );
(gdb) bt
#0  0x80ef819 in config (width=352, height=288, d_width=352, d_height=288, flags=0, title=0x8134f89 "MPlayer", format=842094169, info=0xbfbffb14) at vo_x11.c:271
#1  0x8060bd9 in main (argc=3, argv=0xbfbffb74, envp=0xbfbffb84) at mplayer.c:1351


3 example (files with sound)

Program received signal SIGSEGV, Segmentation fault.
0x80ef819 in config (width=352, height=288, d_width=352, d_height=288, flags=0, title=0x8134f89 "MPlayer", format=842094169, info=0xbfbffa80) at vo_x11.c:271
271      XGetWindowAttributes( mDisplay,DefaultRootWindow( mDisplay),&attribs );
(gdb) bt
#0  0x80ef819 in config (width=352, height=288, d_width=352, d_height=288, flags=0, title=0x8134f89 "MPlayer", format=842094169, info=0xbfbffa80) at vo_x11.c:271
#1  0x8060bd9 in main (argc=13, argv=0xbfbffae0, envp=0xbfbffb18) at mplayer.c:1351


with vo_sdl,vo_ggi,vo_aa,vo_null works fine

hmm with gl and gl2 not :(
also first movie plays fine, but when switch to second:

gl:
FATAL: Cannot initialize video driver!
*** free_stream() called ***
assertion "iter->stack_size > 0" failed: file "playtree.c", line 451
Program received signal SIGABRT, Aborted.
0x286018f4 in kill () from /usr/lib/libc_r.so.4
(gdb) bt
#0  0x286018f4 in kill () from /usr/lib/libc_r.so.4
#1  0x2864d801 in abort () from /usr/lib/libc_r.so.4
#2  0x286274cd in __assert () from /usr/lib/libc_r.so.4
#3  0x807694b in play_tree_iter_free (iter=0x82980c0) at playtree.c:451
#4  0x8063755 in main (argc=5, argv=0xbfbffb64, envp=0xbfbffb7c) at mplayer.c:2750

gl2:
FATAL: Cannot initialize video driver!
*** free_stream() called ***
assertion "iter->stack_size > 0" failed: file "playtree.c", line 451
Program received signal SIGABRT, Aborted.
0x286018f4 in kill () from /usr/lib/libc_r.so.4
(gdb) bt
#0  0x286018f4 in kill () from /usr/lib/libc_r.so.4
#1  0x2864d801 in abort () from /usr/lib/libc_r.so.4
#2  0x286274cd in __assert () from /usr/lib/libc_r.so.4
#3  0x807694b in play_tree_iter_free (iter=0x82980c0) at playtree.c:451
#4  0x8063755 in main (argc=5, argv=0xbfbffb64, envp=0xbfbffb7c) at
mplayer.c:2750


best regards

btw vo_x11 works some days ago..


-- 
 / irl:Bohdan 'Nexus' Horst | mailto:nexus at irc.pl | irc:Nexus \
{---------------------------^----------v----------^------------}
 \ http://www.physd.amu.edu.pl/~nexus/ | Instytut Fizyki  UAM /



More information about the MPlayer-dev-eng mailing list