VLC randomly crashing during streaming of udp/rtp, mpeg4 ts.

About encoding, codec settings, muxers and filter usage
Alant
New Cone
New Cone
Posts: 3
Joined: 19 Dec 2005 02:53

VLC randomly crashing during streaming of udp/rtp, mpeg4 ts.

Postby Alant » 19 Dec 2005 02:58

Centos4u2, vlc 0.8.4 and latest svn.

As I understand params of *memcpy* are incorrect, i tried to force using
memcpy and got the same crashes.
Here 3 backtraces.

#0 fast_memcpy__memcpymmxext (to=0x85a05c9, from=0x581202e, len=65445)
at fastmemcpy.h:193
#1 0x080c1f11 in EStoPES__mux_ts (p_sout=0x82ae350, pp_pes=0x4f74d3c,
p_es=0x0, p_fmt=0x835fc18, i_stream_id=224, b_mpeg2=1, b_data_alignment=0,
i_header_size=0, i_max_pes_size=0) at pes.c:306
#2 0x080bc87d in Mux (p_mux=0x82b5ee0) at ts.c:1443
#3 0x08079181 in sout_MuxSendBuffer (p_mux=0x82b5ee0, p_input=0x85a0548,
p_buffer=0x8598b48) at src/stream_output/stream_output.c:574
#4 0x03f16bf7 in Send (p_stream=0x82b2348, id=0x83f2b98, p_buffer=0x83f2b98)
at rtp.c:1205
#5 0x03f090de in Send (p_stream=0x37, id=0x835f9e0, p_buffer=0x5c30008)
at transcode.c:1030
#6 0x08078e5b in sout_InputSendBuffer (p_input=0x82c00d0, p_buffer=0x5c30008)
at src/stream_output/stream_output.c:264
#7 0x0809b5d2 in DecoderDecode (p_dec=0x82b7020, p_block=0x0)
at src/input/decoder.c:573
#8 0x0809c76d in DecoderThread (p_dec=0x82b7020) at src/input/decoder.c:488

#0 0x008d2ecc in memcpy () from /lib/i686/libc.so.6
#1 0x080c4b09 in EStoPES__mux_ts (p_sout=0x82be5f8, pp_pes=0x3f200f0,
p_es=0x5798d9c, p_fmt=0x8079b41, i_stream_id=137131120, b_mpeg2=91852252,
b_data_alignment=-2147483648, i_header_size=66191600,
i_max_pes_size=137795968) at pes.c:306
#2 0x080bf475 in Mux (p_mux=0x82be5f8) at ts.c:1443
#3 0x08079b19 in sout_MuxSendBuffer (p_mux=0x82be5f8, p_input=0xffdc,
p_buffer=0x85894d0) at src/stream_output/stream_output.c:574
#4 0x03f1cbf7 in Send (p_stream=0x82b5f88, id=0x8369980, p_buffer=0x8369980)
at rtp.c:1205
#5 0x03f0f0de in Send (p_stream=0x9, id=0x82c73f0, p_buffer=0x61035d0)
at transcode.c:1030
#6 0x080797f3 in sout_InputSendBuffer (p_input=0x82c72b8, p_buffer=0x61035d0)
at src/stream_output/stream_output.c:264
#7 0x0809cff2 in DecoderDecode (p_dec=0x82c4720, p_block=0x0)
at src/input/decoder.c:573
#8 0x0809e18d in DecoderThread (p_dec=0x82c4720) at src/input/decoder.c:488
#9 0x0013bdb2 in pthread_start_thread () from /lib/i686/libpthread.so.0
#10 0x0013bf45 in pthread_start_thread_event () from /lib/i686/libpthread.so.0

#0 fast_memcpy__memcpymmxext (to=0x605cfcb, from=0x613b97e, len=17893)
at fastmemcpy.h:193
#1 0x080c4b49 in EStoPES__mux_ts (p_sout=0x82b39e0, pp_pes=0x578ed4c,
p_es=0x0, p_fmt=0x82d1430, i_stream_id=224, b_mpeg2=1, b_data_alignment=0,
i_header_size=0, i_max_pes_size=0) at pes.c:306
#2 0x080bf4b5 in Mux (p_mux=0x82bdc50) at ts.c:1443
#3 0x08079b59 in sout_MuxSendBuffer (p_mux=0x82bdc50, p_input=0x605cf50,
p_buffer=0x6015858) at src/stream_output/stream_output.c:574
#4 0x00e50bec in Send (p_stream=0x605cf50, id=0x605cf50, p_buffer=0x6015858)
at standard.c:453
#5 0x03f0f0de in Send (p_stream=0x37, id=0x82c6b60, p_buffer=0x835fc40)
at transcode.c:1030
#6 0x08079833 in sout_InputSendBuffer (p_input=0x82c6a28, p_buffer=0x835fc40)
at src/stream_output/stream_output.c:264
#7 0x0809d032 in DecoderDecode (p_dec=0x82c59e8, p_block=0x0)
at src/input/decoder.c:573
#8 0x0809e1cd in DecoderThread (p_dec=0x82c59e8) at src/input/decoder.c:488

cianc
New Cone
New Cone
Posts: 3
Joined: 09 Jan 2006 16:07

Postby cianc » 01 Feb 2006 12:27

Bump

I just came across this problem and reported it on the dev mailing list:
http://www.via.ecp.fr/via/ml/vlc-devel/ ... 00439.html

Note: interestingly, I'm also seeing this on CentOS 4.2 box

Alant
New Cone
New Cone
Posts: 3
Joined: 19 Dec 2005 02:53

Postby Alant » 01 Feb 2006 13:03

Bump

I just came across this problem and reported it on the dev mailing list:
http://www.via.ecp.fr/via/ml/vlc-devel/ ... 00439.html

Note: interestingly, I'm also seeing this on CentOS 4.2 box
I found a bug, made fix for it, and send letter to dev maillist. Now vlc
works without crashes.
You can see my letter at
http://www.via.ecp.fr/via/ml/vlc-devel/ ... 00193.html

It's funny, that my fix was ignored by dev team.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 3 guests