Guest User

Untitled

a guest
Jun 13th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.20 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. [Switching to Thread 0x7fffdf3ef700 (LWP 21629)]
  3. EncodeVideo (p_enc=0x7fffcc001158, p_pict=0x0) at encoder.c:882
  4. 882         p_sys->i_buffer_out = p_sys->p_context->height * p_sys->p_context->width
  5. (gdb) bt
  6. #0  EncodeVideo (p_enc=0x7fffcc001158, p_pict=0x0) at encoder.c:882
  7. #1  0x00007fffdd43690f in transcode_video_process (p_stream=0x7fffd8000f28, id=0x7fffcc000b40, in=0x0, out=0x7fffdf3ee3d8)
  8.     at video.c:588
  9. #2  0x00007fffdd431ffd in Send (p_stream=0x7fffd8000f28, id=0x7fffcc000b40, p_buffer=<optimized out>) at transcode.c:660
  10. #3  0x00007fffdd432117 in Del (p_stream=0x7fffd8000f28, id=0x7fffcc000b40) at transcode.c:607
  11. #4  0x00007ffff797cc40 in sout_InputDelete (p_input=0x7fffcc000b20) at stream_output/stream_output.c:205
  12. #5  0x00007ffff7916bab in DeleteDecoder (p_dec=0x7fffd85644f8) at input/decoder.c:2107
  13. #6  0x00007ffff791c6d5 in EsDestroyDecoder (out=<optimized out>, p_es=0x7fffd8567ed0) at input/es_out.c:1612
  14. #7  0x00007ffff791de9c in EsUnselect (out=0x7fffd0004d40, es=0x7fffd8567ed0, b_update=true) at input/es_out.c:1723
  15. #8  0x00007ffff791d944 in EsOutDel (out=0x7fffd0004d40, es=0x7fffd8567ed0) at input/es_out.c:2059
  16. #9  0x00007ffff792332b in es_out_Del (id=<optimized out>, out=<optimized out>) at ../include/vlc_es_out.h:115
  17. #10 CmdExecuteDel (p_cmd=0x7fffdf3ee510, p_out=<optimized out>) at input/es_out_timeshift.c:1297
  18. #11 Del (p_out=0x7fffd80061d0, p_es=0x7fffd8525f40) at input/es_out_timeshift.c:441
  19. #12 0x00007fffef8ea1a6 in es_out_Del (id=<optimized out>, out=<optimized out>) at ../../include/vlc_es_out.h:115
  20. #13 Demux (p_demux=0x7fffd84ce578) at dvdnav.c:751
  21. #14 0x00007ffff792bad8 in demux_Demux (p_demux=0x7fffd84ce578) at input/demux.h:44
  22. #15 MainLoopDemux (i_start_mdate=63816558318, pb_demux_polled=<synthetic pointer>, pb_changed=<synthetic pointer>, p_input=
  23.     0x7fffd0000aa8) at input/input.c:580
  24. #16 MainLoop (p_input=0x7fffd0000aa8, b_interactive=<optimized out>) at input/input.c:751
  25. #17 0x00007ffff792c235 in Run (obj=0x7fffd0000aa8) at input/input.c:542
  26. #18 0x00007ffff6ff1d90 in start_thread (arg=0x7fffdf3ef700) at pthread_create.c:309
  27. #19 0x00007ffff6b1f48d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:115
Add Comment
Please, Sign In to add comment