Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81761 - aMule crashes after emerge of NPTL'ed glibc
Summary: aMule crashes after emerge of NPTL'ed glibc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-12 10:27 UTC by Lucho[FLCL]
Modified: 2005-02-12 12:02 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 Lucho[FLCL] 2005-02-12 10:27:36 UTC
After emerge of NPTL enabled glibc, aMule crashes at startup

Reproducible: Always
Steps to Reproduce:
1.USE="nptl" emerge glibc
2.Execute aMule
3.Crash!

Actual Results:  
lucho-gentoo src # ./amule
Initialising aMule
Userhash loaded: 97044A26400ED09466DA81BC4A9D6FF8
*** UDP socket at 2528
*** reading servers
Loading temp files from /aMule/Temp.
Loading 002.part.met...  
Adding file /aMule/Temp/002.part.met to shares
AICH Thread: Syncronization thread started.
*** TCP socket at 2525
ListenSocket: Ok.
*** UDP socket at 1521
AICH Thread: Masterhashes of known files have been loaded.
AICH Thread: No new files found.
AICH Thread: Thread terminated.
Aborted


Expected Results:  
Work.

I searched the aMule forums, I asked in the IRC channel, etc, but nobody seems
to know about this....the last words in strace are:

time(NULL)                              = 1108231865
time(NULL)                              = 1108231865
ioctl(3, FIONREAD, [0])                 = 0
write(3, "=\0\4\0\243\1\240\2\0\0008\0\1\0\f\0=\0\4\0\243\1\240\2"..., 864) = 864
read(3, "\16\250I\6\243\1\240\2\0\0>\0005\0\0\0@\352!\10\0\0\0\0"..., 32) = 32
shmget(IPC_PRIVATE, 512, IPC_CREAT|0x1ff|0666) = 447741964
shmat(447741964, 0, 0)                  = 0xb6cb4000
+++ killed by SIGABRT +++



lucho-gentoo root # emerge info
Portage 2.0.51-r15 (default-linux/x86/2004.0, gcc-3.3.2,
glibc-2.3.4.20040808-r1, 2.6.10 i686)
=================================================================
System uname: 2.6.10 i686 Pentium III (Katmai)
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.3-r1 [2.3.3 (#1, Aug 12 2004, 09:10:25)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.3-r1
sys-devel/autoconf:  2.59-r5
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.15.90.0.1.1-r3
sys-devel/libtool:   1.5.2-r5
virtual/os-headers:  2.6.7-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -mcpu=pentium3 -march=pentium3 -mmmx -msse -fprefetch-loop-arrays
-funroll-loops -pipe -maccumulate-outgoing-args -falign-functions=4
-fomit-frame-pointer -ffast-math"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.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="-O3 -mcpu=pentium3 -march=pentium3 -mmmx -msse -fprefetch-loop-arrays
-funroll-loops -pipe -maccumulate-outgoing-args -falign-functions=4
-fomit-frame-pointer -ffast-math"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.seren.com/gentoo"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm avi berkdb bitmap-fonts cdr crypt cups dga directfb encode esd
f77 fam fb fbcon font-server foomaticdb fortran gdbm gif gpm gtk2 guile
imagemagick imlib ipv6 java jpeg junit kde libg++ libwww mad mikmod mmx mmx2
motif mpeg ncurses nls nptl nptlonly oggvorbis opengl oss pam pdflib perl png
postgres python qt quicktime readline sdl slang spell sse ssl svga tcltk tcpd
tiff truetype truetype-fonts type1-fonts x86 xml2 xmms xv xvid zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, PORTDIR_OVERLAY
Comment 1 Lucho[FLCL] 2005-02-12 12:02:13 UTC
Solved, I recompiled wxGTK and now it works....keep that in mind if you have the same problem ;)