Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127111 - kded crashes serveal times at startup since glibc / gcc update
Summary: kded crashes serveal times at startup since glibc / gcc update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-21 13:24 UTC by markus
Modified: 2006-03-22 07:21 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 markus 2006-03-21 13:24:50 UTC
since upgrading to glibc 2.4-r1 and gcc 3.4.5 kded crashes several times during kde startup at some nanosleep() calls.

[Thread debugging using libthread_db enabled]
[New Thread 47339983183696 (LWP 23233)]
0x00002b0e32c7bc10 in nanosleep () from /lib/libc.so.6
#0  0x00002b0e32c7bc10 in nanosleep () from /lib/libc.so.6
#1  0x00002b0e32c7bab0 in sleep () from /lib/libc.so.6
#2  0x00002b0e2fceb722 in KCrash::startDrKonqi ()
   from /usr/kde/3.5/lib64/libkdecore.so.4
#3  0x00002b0e2fd0f160 in KCrash::defaultCrashHandler ()
   from /usr/kde/3.5/lib64/libkdecore.so.4
#4  0x00002b0e32c1d890 in killpg () from /lib/libc.so.6
#5  0x0000000000000000 in ?? ()

this happens to other kde apps too, maybe even non kde apps(?) but i could not find a way to trigger this outside kde yet.

#emerge --info
Portage 2.1_pre6-r5 (default-linux/amd64/2006.0, gcc-3.4.5, glibc-2.4-r1, 2.6.16_hope2 x86_64)
=================================================================
System uname: 2.6.16_hope2 x86_64 AMD Opteron(tm) Processor 242
Gentoo Base System version 1.12.0_pre16
dev-lang/python:     2.3.5-r2, 2.4.2-r1
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O3 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/env.d"
CXXFLAGS="-march=k8 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache digest distlocks metadata-transfer sandbox sfperms strict userpriv"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LINGUAS="en de"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X aalib alsa apache2 arts auctex bash-completion berkdb bitmap-fonts bzip2 cairo cdda cddb cdparanoia chroot cli cpudetection crypt ctype cups curl dba dri dvd dvdr dvdread dvi eds emboss encode exif expat fam fastbuild fb fbcon fbdev ffmpeg flac fontconfig foomaticdb force-cgi-redirect fortran ftp gd gdbm gif glut gpm gstreamer gtk gtk2 guile idn imagemagick imap imlib immqt ipv6 java jpeg kde kdeenablefinal lcd lcms lm_sensors lua lzw matrox memlimit mng motif mozilla mp3 mpeg mpeg2 mpeg4 mplayer ncurses nfs nls nptl nptlonly ogg openal opengl pam pcre pdf pdflib perl php png posix postgres python qt quicktime readline sasl sdl session simplexml soap sockets spell spl ssl tcltk tcpd tetex tiff tokenizer truetype truetype-fonts type1-fonts udev unicode usb utf8 vorbis xine xinetd xml xpm xsl xv zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_en linguas_de userland_GNU video_cards_mga video_cards_fbdev* video_cards_vesa* video_cards_vga"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LANG, LC_ALL, LDFLAGS


any ideas? 

thank you very much

markus
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2006-03-21 13:25:59 UTC
have you tried re-emerging qt and kdelibs ?
Comment 2 markus 2006-03-22 07:21:56 UTC
hi!

i re-emerged qt-3.3.6 kdelibs-3.5.1-r1, kdebase-3.5.1-3, gcc-3.4.5-r1, pth, glibc and some other packages that came to my mind before without success. however i did a #emerge -e kde last night, and for now it seem to work. no idea what exactly the reason of the crashes was...

anyway thank you very much

markus