Bug report - vlc 0.4
Alexis de Lattre
alexis at via.ecp.fr
Fri May 24 18:03:27 CEST 2002
Yes, vlc 0.4 rocks... but I have found a segfault :))
I want to read an HTTP stream with vlc 0.4. If I do it :
- from command line : OK
- from the interface (Net, HTTP, write URL...) : OK
- with miniVLCS : segfault
I did a simple ./configure --enable-gnome --enable-debug
vlc version : 0.4.0_2002-05-24
system : linux
architecture : i686 mmx
optimizations : 1
tuning : pentiumpro
debug mode : 1
release : 0
cprof/gprof support : 0/0
need builtin getopt : 0
built-in modules : idct idctclassic motion imdct downmix chroma_i420_rgb chroma_i420_yuy2 chroma_i422_yuy2 chroma_i420_ymga mpeg_adec ac3_adec mpeg_vdec memcpymmx idctmmx motionmmx chroma_i420_rgb_mmx chroma_i420_yuy2_mmx chroma_i422_yuy2_mmx chroma_i420_ymga_mmx memcpymmxext idctmmxext motionmmxext memcpy3dn imdct3dn downmix3dn imdctsse downmixsse a52 xvideo
plug-in modules : dummy null rc logger mpeg_es mpeg_ps mpeg_ts mpeg_audio file udp http ipv4 memcpy lpcm_adec ac3_spdif spudec filter_deinterlace filter_invert filter_wall filter_transform filter_distort filter_clone fx_scope dvd dvdread mpeg_ts_dvbpsi vcd ipv6 avi x11 fb dsp gtk gnome
vlc aliases : gvlc gnome-vlc
When I start vlc -vvvvvvvvv :
intf info: joining channel 13
channel: connecting to vlcs:6010
ipv4 warning: socket buffer size is 0x1fffe instead of 0x80000
module: locking network module `ipv4'
module: unlocking module `ipv4'
network: MAC address is 00:01:02:1e:9b:8b
network: attempting to join channel 13
intf: added `http://vthr/~videolan/NXgenerique.mpg
' to playlist
intf: creating new input thread
input: playlist item `http://vthr/~videolan/NXgenerique.mpg
'
input: access `http', demux `', name `vthr/~videolan/NXgenerique.mpg
'
input: opening server=vthr port=80 path=~videolan/NXgenerique.mpg
thread info: 1026 (input) has been created (src/input/input.c:197)
module: locking network module `ipv4'
module: unlocking module `ipv4'
zsh: 11191 segmentation fault ./vlc -vvvvvvvvvvvvv
When I start it in a gdb :
intf info: joining channel 13
channel: connecting to vlcs:6010
ipv4 warning: socket buffer size is 0x1fffe instead of 0x80000
module: locking network module `ipv4'
module: unlocking module `ipv4'
network: MAC address is 00:01:02:1e:9b:8b
network: attempting to join channel 13
intf: creating new input thread
input: playlist item `http://vthr/~videolan/NXgenerique.mpg
'
[New Thread 10251 (LWP 11208)]
input: access `http', demux `', name `vthr/~videolan/NXgenerique.mpg
'
thread info: 10251 (input) has been created (src/input/input.c:197)
input: opening server=vthr port=80 path=~videolan/NXgenerique.mpg
module: locking network module `ipv4'
module: unlocking module `ipv4'
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 10251 (LWP 11208)]
0x4028e18d in HTTPConnect (p_input=0x81d22c0, i_tell=0) at http.c:186
186 if( psz_parser[0] == '\r' && psz_parser[1] == '\n' )
--
Alexis
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc
mailing list