| Summary: | KBear crashes with sigsegv while terminating it | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Daniel Esser <pragma> |
| Component: | [OLD] KDE | Assignee: | Gentoo KDE team <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Daniel Esser
2004-06-05 16:56:53 UTC
Terminating KBear (V. 2.1.1) results in an sigsegv. Reproducible: Always Steps to Reproduce: 1. Start KBear 2. Terminate KBear Actual Results: KBear terminates with a sigsegv! Eine korrekte Rückverfolgung ist nicht möglich. Wahrscheinlich sind die Dateien Ihres Systems in einer Weise erstellt worden, die eine solche Rückverfolgung (Backtrace) nicht erlaubt. Oder der so genannte "Stack Frame" für das Programm wurde durch den Absturz unbrauchbar gemacht. (no debugging symbols found)...Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... 0x4139d9a8 in waitpid () from /lib/libpthread.so.0 #0 0x4139d9a8 in waitpid () from /lib/libpthread.so.0 #1 0x409a4d14 in ?? () from /usr/kde/3.2/lib/libkdecore.so.4 #2 0x408e3360 in KCrash::defaultCrashHandler(int) () from /usr/kde/3.2/lib/libkdecore.so.4 #3 0x082cf9c8 in ?? () #4 0x08067944 in ?? () #5 0xbfffe428 in ?? () #6 0x404fc1a3 in operator delete(void*) () from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.so.5 Portage 2.0.50-r7 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.4. 26-AthlonXP) ================================================================= System uname: 2.4.26-AthlonXP i686 AMD Athlon(TM) XP1800+ Gentoo Base System version 1.4.15 Autoconf: sys-devel/autoconf-2.59-r3 Automake: sys-devel/automake-1.8.3 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O2 -march=athlon-xp -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. 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="-O2 -march=athlon-xp -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="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X alsa apm arts avi berkdb bidi cdr crypt cups dvd encode esd faad foomaticdb gdbm gif gnome gpm gtk gtk2 imlib jpeg kde ldap libg++ libwww mad matroska mikmod motif mpeg mysql ncurses nls oggvorbis opengl oss pam pdflib perl png ppds python qt quicktime readline sdl slang spell ssl tcltk tcpd truetype wxwindows x86 xml2 xmms xv zlib" I've switched the window mode to default and back to record sheet mode, now there is no sigsegv anymore! Daniel: O.k., I'm closing this. As you can see your backtrace is useless. To get a proper backtrace, recompile without --fomit-frame-pointer in C(XX)FLAGS, with the 'debug' use flag enabled and send the backtrace to the developers of kbear. We don't have enough man power to forward all those upstream bug reports, which hit bugs.g.o. Thanks. |