Advertisement
Guest User

Untitled

a guest
Aug 31st, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0x7fffe0c84700 (LWP 7913)]
  3. 0x0000000000524d12 in audio_decoder_create (mp=0x7fffa88b5400) at /home/jozo/Coding/showtime/src/audio2/audio.c:98
  4. (gdb) bt
  5. #0 0x0000000000524d12 in audio_decoder_create (mp=0x7fffa88b5400) at /home/jozo/Coding/showtime/src/audio2/audio.c:98
  6. #1 0x0000000000576f45 in mp_init_audio (mp=mp@entry=0x7fffa88b5400) at /home/jozo/Coding/showtime/src/media.c:1439
  7. #2 0x00000000005774be in mp_become_primary (mp=0x7fffa88b5400) at /home/jozo/Coding/showtime/src/media.c:1448
  8. #3 0x0000000000559964 in be_file_playvideo_fh (url=url@entry=0x7fffd8000a24 "file:///home/jozo/000000/SIFRA_MISTRA_LEONARDA_(The_DaVinci_Code)_CZbub.avi", mp=mp@entry=0x7fffa88b5400, errbuf=errbuf@entry=0x7fffe0c83a80 "", errlen=errlen@entry=256, vq=vq@entry=0x7fffd8000
  9. a00, fh=fh@entry=0x7fffd8001ac0, va0=va0@entry=0x7fffe0c83330) at /home/jozo/Coding/showtime/src/fileaccess/fa_video.c:854
  10. #4 0x0000000000559ecd in be_file_playvideo (url=0x7fffd8000a24 "file:///home/jozo/000000/SIFRA_MISTRA_LEONARDA_(The_DaVinci_Code)_CZbub.avi", mp=0x7fffa88b5400, errbuf=0x7fffe0c83a80 "", errlen=256, vq=0x7fffd8000a00, vsl=0x7fffe0c83850, va0=0x7fffe0c83860) at /home/joz
  11. o/Coding/showtime/src/fileaccess/fa_video.c:666
  12. #5 0x000000000060bccf in play_video (url=<optimized out>, url@entry=0x7fffd8000a24 "file:///home/jozo/000000/SIFRA_MISTRA_LEONARDA_(The_DaVinci_Code)_CZbub.avi", mp=mp@entry=0x7fffa88b5400, flags=flags@entry=1, priority=priority@entry=0, errbuf=errbuf@entry=0x7fffe0c83a
  13. 80 "", vq=vq@entry=0x7fffd8000a00, errlen=256) at /home/jozo/Coding/showtime/src/video/video_playback.c:296
  14. #6 0x000000000060cd27 in video_player_idle (aux=0x7fffa88b5400) at /home/jozo/Coding/showtime/src/video/video_playback.c:741
  15. #7 0x000000000052396a in thread_trampoline (aux=0x7fffa88aba40) at /home/jozo/Coding/showtime/src/arch/posix/posix_threads.c:115
  16. #8 0x00007ffff2036f8e in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  17. #9 0x00007ffff173de1d in clone () from /lib/x86_64-linux-gnu/libc.so.6
  18. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement