[DVDnav-discuss] Strange DVD playback skip/freeze
Tuomo Sipola
tuomo.sipola at iki.fi
Thu Apr 24 20:54:29 CEST 2014
23.04.2014 21:14, Roger Pack kirjoitti:
> On 4/22/14, Tuomo Sipola <tuomo.sipola at iki.fi> wrote:
>> 23.04.2014 02:09, Roger Pack wrote:
>>> You may be able to get a stack trace while it is frozen by using gdb
>>> and "ctrl+c" when it is frozen.
>>
>> Attached (from VLC). I don't know if it is of any value.
>
> Hmm make certain you're not stripping debug symbols...
> I know mplayer's configure has a --enable-debug option (dunno VLC's
> equivalent, but it might need to be applied to your dvdnav as well, if
> you go the VLC route [?])
OK, now included gdb dumps from mplayer and vlc.
I also included mplayer logs. If I'm interpreting this correctly the
problem is not with libdvdread or libdvdnav.
Recorded with command that plays only the position near the skip:
mplayer -msglevel all=1 -ss 00:32:18 -endpos 00:01:08 dvd://1 >
mplayer_log.txt 2>&1
We get these errors:
[ac3 @ 0xb6a31980]frame CRC mismatch
[ac3 @ 0xb6a31980]frame sync error
So if it is not proper to discuss this on this list, where next?
--
Tuomo Sipola
tuomo.sipola at iki.fi
-------------- next part --------------
MPlayer interrupted by signal 2 in module: enable_cache
Program received signal SIGINT, Interrupt.
0xb7fdd424 in __kernel_vsyscall ()
(gdb) bt full
#0 0xb7fdd424 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb7d955f6 in nanosleep () at ../sysdeps/unix/syscall-template.S:81
No locals.
#2 0x081a6819 in usec_sleep (usec_delay=41499, usec_delay at entry=0)
at osdep/timer-linux.c:42
ts = {tv_sec = 0, tv_nsec = 41499000}
#3 0x08075e5a in timing_sleep (time_frame=0,0414990187) at mplayer.c:1850
margin = <optimized out>
#4 sleep_until_update (aq_sleep_time=<synthetic pointer>,
time_frame=0x83f4160 <mpctx_s+96>) at mplayer.c:2300
frame_time_remaining = 0
#5 main (argc=2, argv=0xbffff124) at mplayer.c:3822
frame_time_remaining = 0
blit_frame = 1
skip_timing = <optimized out>
aq_sleep_time = 0,0414990187
opt_exit = <optimized out>
profile_config_loaded = <optimized out>
i = <optimized out>
(gdb) info registers
eax 0xfffffdfc -516
ecx 0x0 0
edx 0xa21b 41499
ebx 0xbfffdfd8 -1073750056
esp 0xbfffdfa8 0xbfffdfa8
ebp 0xbffff088 0xbffff088
esi 0x0 0
edi 0x1 1
eip 0xb7fdd424 0xb7fdd424 <__kernel_vsyscall+16>
eflags 0x200293 [ CF AF SF IF ID ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0 0
gs 0x33 51
(gdb) x/16i $pc
=> 0xb7fdd424 <__kernel_vsyscall+16>: pop %ebp
0xb7fdd425 <__kernel_vsyscall+17>: pop %edx
0xb7fdd426 <__kernel_vsyscall+18>: pop %ecx
0xb7fdd427 <__kernel_vsyscall+19>: ret
0xb7fdd428: add %ch,(%esi)
0xb7fdd42a: jae 0xb7fdd494
0xb7fdd42c: jae 0xb7fdd4a2
0xb7fdd42e: jb 0xb7fdd4a4
0xb7fdd430: popa
0xb7fdd431: bound %eax,(%eax)
0xb7fdd433: cs
0xb7fdd434: push $0x687361
0xb7fdd439: cs
0xb7fdd43a: fs
0xb7fdd43b: jns 0xb7fdd4ab
0xb7fdd43d: jae 0xb7fdd4b8
(gdb) thread apply all backtrace
Thread 4 (Thread 0xb06bab40 (LWP 10164)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb65007ab in poll () at ../sysdeps/unix/syscall-template.S:81
#2 0xb682dbbd in ?? () from /usr/lib/i386-linux-gnu/libpulse.so.0
#3 0xb681c4ee in pa_mainloop_poll ()
from /usr/lib/i386-linux-gnu/libpulse.so.0
#4 0xb681cd1d in pa_mainloop_iterate ()
from /usr/lib/i386-linux-gnu/libpulse.so.0
#5 0xb681cdf4 in pa_mainloop_run () from /usr/lib/i386-linux-gnu/libpulse.so.0
#6 0xb682db5c in ?? () from /usr/lib/i386-linux-gnu/libpulse.so.0
#7 0xb593a4dd in ?? ()
from /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-4.0.so
#8 0xb7d8df70 in start_thread (arg=0xb06bab40) at pthread_create.c:312
#9 0xb650f70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 1 (Thread 0xb54ff700 (LWP 10152)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7d955f6 in nanosleep () at ../sysdeps/unix/syscall-template.S:81
#2 0x081a6819 in usec_sleep (usec_delay=41499, usec_delay at entry=0)
at osdep/timer-linux.c:42
#3 0x08075e5a in timing_sleep (time_frame=0,0414990187) at mplayer.c:1850
#4 sleep_until_update (aq_sleep_time=<synthetic pointer>,
time_frame=0x83f4160 <mpctx_s+96>) at mplayer.c:2300
#5 main (argc=2, argv=0xbffff124) at mplayer.c:3822
(gdb)
-------------- next part --------------
Program received signal SIGTSTP, Stopped (user).
0xb7fdd424 in __kernel_vsyscall ()
(gdb) bt full
#0 0xb7fdd424 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb7f84efc in do_sigwait (set=set at entry=0xbfffef74,
sig=sig at entry=0xbfffeff4)
at ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:60
resultvar = <optimized out>
ret = <optimized out>
tmpset = {__val = {0, 135127272, 3086862856, 3084648448, 3084648448,
3221221528, 0, 3221221236, 3086491519, 3087003648, 3087006008, 5,
3221221152, 3086926209, 3087006448, 3083425456, 1, 5, 0,
3084526772, 3079110981, 3086671872, 3221221124, 134524968,
134513792, 134513248, 1, 3086671872, 136028840, 3086449572,
3221221528, 3086544896}}
#2 0xb7f84f79 in __sigwait (set=set at entry=0xbfffef74,
sig=sig at entry=0xbfffeff4)
at ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:97
oldtype = 0
result = <optimized out>
#3 0x08048ef6 in main (i_argc=<optimized out>, ppsz_argv=<optimized out>)
at vlc.c:261
set = {__val = {16391, 0 <repeats 31 times>}}
self = 3082823424
argv = 0xbfffef54
argc = <optimized out>
vlc = 0x804c860
ret = 1
signum = 0
(gdb) infor registers
Undefined command: "infor". Try "help".
(gdb) info registers
eax 0xfffffffc -4
ecx 0x0 0
edx 0x0 0
ebx 0xbfffef74 -1073746060
esp 0xbfffee80 0xbfffee80
ebp 0xbfffeff4 0xbfffeff4
esi 0x8 8
edi 0xbfffef74 -1073746060
eip 0xb7fdd424 0xb7fdd424 <__kernel_vsyscall+16>
eflags 0x206 [ PF IF ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0 0
gs 0x33 51
(gdb) x/16i $pc
=> 0xb7fdd424 <__kernel_vsyscall+16>: pop %ebp
0xb7fdd425 <__kernel_vsyscall+17>: pop %edx
0xb7fdd426 <__kernel_vsyscall+18>: pop %ecx
0xb7fdd427 <__kernel_vsyscall+19>: ret
0xb7fdd428: add %ch,(%esi)
0xb7fdd42a: jae 0xb7fdd494
0xb7fdd42c: jae 0xb7fdd4a2
0xb7fdd42e: jb 0xb7fdd4a4
0xb7fdd430: popa
0xb7fdd431: bound %eax,(%eax)
0xb7fdd433: cs
0xb7fdd434: push $0x687361
0xb7fdd439: cs
0xb7fdd43a: fs
0xb7fdd43b: jns 0xb7fdd4ab
0xb7fdd43d: jae 0xb7fdd4b8
(gdb) thread apply all backtrace
Thread 32 (Thread 0xa9d67b40 (LWP 10100)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7f80d4b in pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:187
#2 0xb7d6bc23 in vlc_cond_wait (p_condvar=p_condvar at entry=0xaae45118,
p_mutex=p_mutex at entry=0xaae45100) at posix/thread.c:414
#3 0xb7d4dfa1 in block_FifoGet (p_fifo=p_fifo at entry=0xaae45100)
at misc/block.c:669
#4 0xb7d0948a in DecoderThread (p_data=0xaae44e10) at input/decoder.c:915
#5 0xb7f7cf70 in start_thread (arg=0xa9d67b40) at pthread_create.c:312
#6 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 31 (Thread 0xa71fcb40 (LWP 10099)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7f80d4b in pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:187
#2 0xb7d6bc23 in vlc_cond_wait (p_condvar=p_condvar at entry=0xaae45848,
p_mutex=p_mutex at entry=0xaae45830) at posix/thread.c:414
#3 0xb7d4dfa1 in block_FifoGet (p_fifo=p_fifo at entry=0xaae45830)
at misc/block.c:669
#4 0xb7d0948a in DecoderThread (p_data=0xaae41958) at input/decoder.c:915
#5 0xb7f7cf70 in start_thread (arg=0xa71fcb40) at pthread_create.c:312
#6 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 30 (Thread 0xac1ffb40 (LWP 10098)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7f80d4b in pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:187
#2 0xa934340a in ?? () from /usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so.54
#3 0xb7f7cf70 in start_thread (arg=0xac1ffb40) at pthread_create.c:312
#4 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
---Type <return> to continue, or q <return> to quit---
Thread 29 (Thread 0xa8a80b40 (LWP 10097)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7f80d4b in pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:187
#2 0xa934340a in ?? () from /usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so.54
#3 0xb7f7cf70 in start_thread (arg=0xa8a80b40) at pthread_create.c:312
#4 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 28 (Thread 0xa827fb40 (LWP 10096)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7f80d4b in pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:187
#2 0xa934340a in ?? () from /usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so.54
#3 0xb7f7cf70 in start_thread (arg=0xa827fb40) at pthread_create.c:312
#4 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 27 (Thread 0xa7a7eb40 (LWP 10095)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7f80d4b in pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:187
#2 0xa934340a in ?? () from /usr/lib/i386-linux-gnu/i686/cmov/libavcodec.so.54
#3 0xb7f7cf70 in start_thread (arg=0xa7a7eb40) at pthread_create.c:312
#4 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 22 (Thread 0xa6fceb40 (LWP 10088)):
#0 Filter (p_filter=0xac215f68, p_pic=0xac260fe0) at sharpen.c:226
#1 0xb7d67195 in FilterChainVideoFilter (f=0xac215f68, p_pic=0xac260fe0,
p_pic at entry=0xac245318) at misc/filter_chain.c:232
#2 0xb7d67b88 in filter_chain_VideoFilter (p_chain=0xac200758,
p_pic=p_pic at entry=0xac245318) at misc/filter_chain.c:250
#3 0xb7d3225a in ThreadDisplayRenderPicture (is_forced=true, vout=0xab80be78)
---Type <return> to continue, or q <return> to quit---
at video_output/video_output.c:886
#4 ThreadDisplayPicture (vout=vout at entry=0xab80be78, now=now at entry=false,
deadline=deadline at entry=0xa6fce280) at video_output/video_output.c:1125
#5 0xb7d3352c in ThreadManage (interlacing=0xa6fce288, deadline=0xa6fce280,
vout=0xab80be78) at video_output/video_output.c:1136
#6 Thread (object=0xab80be78) at video_output/video_output.c:1569
#7 0xb7f7cf70 in start_thread (arg=0xa6fceb40) at pthread_create.c:312
#8 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 14 (Thread 0xaa18bb40 (LWP 10080)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7f80d4b in pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:187
#2 0xb7d6bc23 in vlc_cond_wait (p_condvar=p_condvar at entry=0xaae3b7b4,
p_mutex=p_mutex at entry=0xaae3b7e4) at posix/thread.c:414
#3 0xb7d6c564 in vlc_timer_thread (data=0xaae3b7b0) at posix/timer.c:63
#4 0xb7f7cf70 in start_thread (arg=0xaa18bb40) at pthread_create.c:312
#5 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 13 (Thread 0xaa10ab40 (LWP 10076)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7f8112d in pthread_cond_timedwait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:245
#2 0xb7d6bc72 in vlc_cond_timedwait (p_condvar=p_condvar at entry=0xab8005ac,
p_mutex=p_mutex at entry=0xab800594, deadline=3111646387)
at posix/thread.c:437
#3 0xb7d1d860 in ControlPop (b_postpone_seek=false,
i_deadline=<optimized out>, p_val=<synthetic pointer>,
pi_type=<synthetic pointer>, p_input=<optimized out>) at input/input.c:1528
#4 MainLoop (p_input=p_input at entry=0xab8019a0,
b_interactive=b_interactive at entry=true) at input/input.c:790
#5 0xb7d1e8b4 in Run (obj=0xab8019a0) at input/input.c:524
#6 0xb7f7cf70 in start_thread (arg=0xaa10ab40) at pthread_create.c:312
---Type <return> to continue, or q <return> to quit---
#7 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 11 (Thread 0xaa7a0b40 (LWP 10074)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7f80d4b in pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:187
#2 0xb7d6bc23 in vlc_cond_wait (p_condvar=p_condvar at entry=0xaa66c5dc,
p_mutex=p_mutex at entry=0xaa66c60c) at posix/thread.c:414
#3 0xb7d6c564 in vlc_timer_thread (data=0xaa66c5d8) at posix/timer.c:63
#4 0xb7f7cf70 in start_thread (arg=0xaa7a0b40) at pthread_create.c:312
#5 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 8 (Thread 0xacbffb40 (LWP 10070)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7e9e7ab in poll () at ../sysdeps/unix/syscall-template.S:81
#2 0xb5e3f20b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3 0xb5e303e8 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4 0xb5e30528 in g_main_context_iteration ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
#5 0xb5e3057e in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#6 0xb5e569ca in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#7 0xb7f7cf70 in start_thread (arg=0xacbffb40) at pthread_create.c:312
#8 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 7 (Thread 0xad763b40 (LWP 10069)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7e9e7ab in poll () at ../sysdeps/unix/syscall-template.S:81
#2 0xb5e3f20b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3 0xb5e303e8 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4 0xb5e3076b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
#5 0xaeeece9a in ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
#6 0xb5e569ca in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#7 0xb7f7cf70 in start_thread (arg=0xad763b40) at pthread_create.c:312
#8 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
---Type <return> to continue, or q <return> to quit---
Thread 6 (Thread 0xae4f9b40 (LWP 10068)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7e9e7ab in poll () at ../sysdeps/unix/syscall-template.S:81
#2 0xb5e3f20b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3 0xb5e303e8 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4 0xb5e30528 in g_main_context_iteration ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
#5 0xae510670 in ?? ()
from /usr/lib/i386-linux-gnu/gio/modules/libdconfsettings.so
#6 0xb5e569ca in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#7 0xb7f7cf70 in start_thread (arg=0xae4f9b40) at pthread_create.c:312
#8 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 5 (Thread 0xb4efdb40 (LWP 10067)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7e9e7ab in poll () at ../sysdeps/unix/syscall-template.S:81
#2 0xb5e3f20b in g_poll () from /lib/i386-linux-gnu/libglib-2.0.so.0
#3 0xb5e303e8 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#4 0xb5e30528 in g_main_context_iteration ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
#5 0xb60f293b in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/i386-linux-gnu/libQtCore.so.4
#6 0xb64205de in ?? () from /usr/lib/i386-linux-gnu/libQtGui.so.4
#7 0xb60c1823 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/i386-linux-gnu/libQtCore.so.4
#8 0xb60c1b49 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
from /usr/lib/i386-linux-gnu/libQtCore.so.4
#9 0xb60c78fe in QCoreApplication::exec() ()
from /usr/lib/i386-linux-gnu/libQtCore.so.4
#10 0xb6369a24 in QApplication::exec() ()
from /usr/lib/i386-linux-gnu/libQtGui.so.4
#11 0xb6e59f1d in Thread (obj=0x80d7e08) at qt4.cpp:551
#12 0xb7f7cf70 in start_thread (arg=0xb4efdb40) at pthread_create.c:312
#13 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
---Type <return> to continue, or q <return> to quit---
Thread 4 (Thread 0xb4f7eb40 (LWP 10066)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7e9e7ab in poll () at ../sysdeps/unix/syscall-template.S:81
#2 0xb5155e4c in poll (__timeout=<optimized out>, __nfds=<optimized out>,
__fds=0xb4f7e230) at /usr/include/i386-linux-gnu/bits/poll2.h:46
#3 Run (data=0x81bb700) at dbus/dbus.c:817
#4 0xb7f7cf70 in start_thread (arg=0xb4f7eb40) at pthread_create.c:312
#5 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 3 (Thread 0xb4fffb40 (LWP 10065)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7f80d4b in pthread_cond_wait@@GLIBC_2.3.2 ()
at ../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_wait.S:187
#2 0xb7d6bc23 in vlc_cond_wait (p_condvar=p_condvar at entry=0x81ba384,
p_mutex=p_mutex at entry=0x81ba36c) at posix/thread.c:414
#3 0xb7cf376e in LoopInput (p_playlist=<optimized out>)
at playlist/thread.c:480
#4 Thread (data=0x81ba2a8) at playlist/thread.c:532
#5 0xb7f7cf70 in start_thread (arg=0xb4fffb40) at pthread_create.c:312
#6 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 2 (Thread 0xb5973b40 (LWP 10064)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7e9e7ab in poll () at ../sysdeps/unix/syscall-template.S:81
#2 0xb77c7bbd in ?? () from /usr/lib/i386-linux-gnu/libpulse.so.0
#3 0xb77b64ee in pa_mainloop_poll ()
from /usr/lib/i386-linux-gnu/libpulse.so.0
#4 0xb77b6d1d in pa_mainloop_iterate ()
from /usr/lib/i386-linux-gnu/libpulse.so.0
#5 0xb77b6df4 in pa_mainloop_run () from /usr/lib/i386-linux-gnu/libpulse.so.0
#6 0xb77c7b5c in ?? () from /usr/lib/i386-linux-gnu/libpulse.so.0
#7 0xb77704dd in ?? ()
from /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-4.0.so
---Type <return> to continue, or q <return> to quit---
#8 0xb7f7cf70 in start_thread (arg=0xb5973b40) at pthread_create.c:312
#9 0xb7ead70e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129
Thread 1 (Thread 0xb7c02700 (LWP 10057)):
#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb7f84efc in do_sigwait (set=set at entry=0xbfffef74,
sig=sig at entry=0xbfffeff4)
at ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:60
#2 0xb7f84f79 in __sigwait (set=set at entry=0xbfffef74,
sig=sig at entry=0xbfffeff4)
at ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:97
#3 0x08048ef6 in main (i_argc=<optimized out>, ppsz_argv=<optimized out>)
at vlc.c:261
(gdb)
-------------- next part --------------
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient
libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00049c60
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00049cd5
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x0004df64
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x0028610e
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x002889de
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x003869cc
libdvdread: Elapsed time 0
libdvdread: Found 4 VTS's
libdvdread: Elapsed time 0
Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
[ac3 @ 0xb6aee980]frame sync error
Unsupported AVPixelFormat 53
[mpeg2video @ 0xb6aee980]warning: first frame is no keyframe
[ac3 @ 0xb6aee980]frame CRC mismatch
[ac3 @ 0xb6aee980]frame sync error
More information about the DVDnav-discuss
mailing list