Page 1 of 1

VLC (Debian Sarge) segmentation fault on udp://@

Posted: 21 Jun 2006 23:40
by mmerlay
Hi everybody (Coin pour les intimes),

VLC Version: VLC media player 0.8.2-svn Janus (Debian Sarge)
Platform: Debian Sarge 2.6.16.19-grsec

An UDP-stream is generated using a first VLC (using an MP3 file). Not any problem up to now.

A second VLC is started: "vlc udp://@ -vvv" and returns a "Segmentation fault". Using an other VLC Client on Windows XP, it works very well...

I get:

[00000264] access_udp access debug: detected TS over raw UDP
[00000267] main private debug: received first data for our buffer
[00000267] main private debug: prebuffering done 3948 bytes in 5s - 0 kbytes/s
[00000254] main input debug: creating demux: access='udp' demux='' path='@:1234'
[00000268] main demuxer debug: looking for demux2 module: 37 candidates
[00000268] main demuxer debug: looking for id3 module: 2 candidates
[00000268] id3tag demuxer debug: checking for ID3 tag
[00000176] main module debug: using id3 module "id3tag"
[00000176] main module debug: unlocking module "id3tag"
zsh: segmentation fault vlc udp://@:1234

Any ideas ? Does it comes from VLC or from grsec ?

Thanks a lot !

Mathieu (alias Dragon)

Posted: 22 Jun 2006 00:04
by zorglub
Hello,

There is a known bug in the sarge version with the TY demuxer. Try removing /usr/lib/vlc/demux/libty_plugin.so

Posted: 22 Jun 2006 00:15
by mmerlay
Thanks Clément. It works very well.