Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 60084

Summary: Edje 0.5.0 returns a segmentation fault when glibc is compiled with nptl
Product: Gentoo Linux Reporter: Carl Marshall <zothommog>
Component: [OLD] LibraryAssignee: SpanKY <vapier>
Status: VERIFIED NEEDINFO    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Carl Marshall 2004-08-11 13:07:09 UTC
Edje will seg-fault 100% of the time when glibc 3.3.3-20040420 is compiled with nptl support. 

Reproducible: Always
Steps to Reproduce:
1.USE="nptl" emerge glibc
2.emerge edje
3.edje

Actual Results:  
Segmentation Fault


emerge info
Portage 2.0.50-r9 (default-x86-2004.2, gcc-3.3.3, glibc-2.3.3.20040420-r1,
2.6.7-ck5)
=================================================================
System uname: 2.6.7-ck5 i686 AMD Athlon(tm) XP 2700+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm avi berkdb cdr crypt cups encode esd foomaticdb gdbm gif gpm
gtk2 imlib jpeg libg++ libwww mad mikmod motif moznoxft mpeg ncurses nls nowin
oggvorbis opengl oss pam pdflib perl png python quicktime readline samba sdl
slang spell ssl svga tcltk tcpd truetype x86 xml2 xmms xv zlib"

I had the e17 libraries working perfectly before I re-compiled glibc with the
nptl use flag. They're working perfectly now that I've reverted glibc back to
it's original state.
Comment 1 SpanKY gentoo-dev 2004-08-11 21:48:31 UTC
run it through gdb and see where it dies
Comment 2 SpanKY gentoo-dev 2004-11-10 15:23:19 UTC
old