Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98856 - vlc segfaults if compiled with threads
Summary: vlc segfaults if compiled with threads
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-13 01:39 UTC by subscryer
Modified: 2005-07-13 03:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description subscryer 2005-07-13 01:39:03 UTC
These are the additional keywords I use with vlc: aac ffmpeg httpd stream theora
wxwindows

If I add "threads" I consistently get a segfault every time I try to lauch the
application.

Reproducible: Always
Steps to Reproduce:
1.emerge vlc with threads (and my other settings)
2.run vlc
3.get segfault




Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r11 i686)
=================================================================
System uname: 2.6.11-gentoo-r11 i686 Intel(R) Pentium(R) M processor 1.50GHz
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.10
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O3 -mcpu=pentium4 -pipe -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LANG="en_EN.UTF-8"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi bash-completion berkdb bitmap-fonts cdparanoia cdr
cjk crypt cups curl dvd dvdr emboss encode esd fam flac foomaticdb fortran gd
gdbm gif gnome gpm gtk gtk2 imagemagick imlib immqt-bc java jpeg junit kde
libg++ libwww mad mikmod mmx motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss
pam pcmcia pdflib perl png python qt quicktime readline real samba sdl slang
spell sse sse2 ssl svga tcpd tiff truetype truetype-fonts type1-fonts unicode
vorbis xine xml2 xmms xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS
Comment 1 subscryer 2005-07-13 01:40:35 UTC
I forgot to mention that the vlc version is the latest stable right now:
media-video/vlc-0.8.1-r1
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-07-13 03:41:58 UTC
Thanks for reporting, I already had disabled threads support since 0.8.1-r2 as 
it's unstable with some external libs, but haven't found problems with -r1 
before, seems like that depends on some external libraries. 
I've disabled threads useflag and fixed to no threads support on vlc 0.8.1-r1, 
too.