[vlc-devel] VLC player 0.8.6h segmentation
Christophe Mutricy
xtophe at videolan.org
Tue Jul 8 15:14:26 CEST 2008
Hello,
2008/7/8, hce <webmail.hce at gmail.com>:
>> What could be the problem for following segmentation fault?
>
> $ ./vlc -vvv rtsp://66.70.119.243/FoxFM
> VLC media player 0.8.6h Janus
>
>
> Segmentation fault
As you compiled yourself, you can reconfigure with --enable-debug and recompile.
Then you can use gdb to find out what part of the code is buggy:
ulimit -c unlimited
./vlc ......
<crash>
gdb src/vlc core.1242
where 1242 is the actual number of the core file created.
then inside gdb:
bt to get a backtrace
hth,
--
Xtophe
More information about the vlc-devel
mailing list