I had a few files opened in gedit. Then I switched to mozilla and later to ooffice. (They were already running.) After working with these applications for a few minutes, gedit crashed en the bugbuddy came up. The text file generated with bugbuddy is attached below. Reproducible: Couldn't Reproduce Steps to Reproduce: 1. 2. 3. Portage 2.0.50-r7 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.5-gentoo-r1) ================================================================= System uname: 2.6.5-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1400MHz Gentoo Base System version 1.4.10 Autoconf: sys-devel/autoconf-2.59-r3 Automake: sys-devel/automake-1.8.3 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-march=pentium4 -O3 -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/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo http://gentoo.oregonstate.edu http://www.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 acpi acpi4linux alsa atlas avi berkdb bonobo crypt cups dga directfb divx4linux doc dvd encode fam fbcon foomaticdb gdbm gimpprint gnome gphoto2 gpm gtk gtk2 gtkhtml guile imap imlib java jpeg ldap libg++ libwww mad mikmod mmx mozilla moznocompose moznoirc mozsvg mpeg mpeg4 ncurses nls oggvorbis opengl pam pdflib perl png pnp python readline samba sdl slang spell sse ssl tcltk tcpd tetex tiff timidity truetype usb x86 xml2 xmms xv zlib"
Created attachment 32626 [details] bugbuddy-report
P.S. This bug occured two times this week. This bug migth me related to 52954
Bug buddy reports are useless because the application wasn't compiled with debug enabled and also was stripped. I would suggest recompiling the application with -march=i686 -O2 and see if the problem still occurs. However, if you do manage to reproduce this bug, give us an gdb/strace report.
Ok, gedit has been recompiled with your C an CXX flags. I didn't find any core file after the crash. Shouldn't all crashed apps leave a core file somewhere? It could have been usefull. I'm using gedit very frequently and this bug really bugs me. That's why I've changed my shortcut to gedit so that it is always executed from a gdb session in a terminal. Are there other things I could do to catch the problem?
running gedit from gdb didn't seem to be a good idea. When I tried to, gdb starts but when pressing the "open" button... tovrstra@molmod08 tovrstra $ gdb gedit GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols found)...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/bin/gedit (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)...(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)...(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)...(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)...(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)... (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)... Program received signal SIG32, Real-time event 32. 0x40d654e4 in pthread_getconcurrency () from /lib/libpthread.so.0 (gdb) backtrace #0 0x40d654e4 in pthread_getconcurrency () from /lib/libpthread.so.0 #1 0x40d65343 in pthread_getconcurrency () from /lib/libpthread.so.0 #2 0x00000020 in ?? () #3 0xbfffcaf0 in ?? () #4 0x4000a794 in _dl_map_object_deps () from /lib/ld-linux.so.2 (gdb)
You should read my entire post, you need to compile gedit with debug enabled to get useful gdb traces.
needinfo
I didn't encounter this problem anymore in gedit-2.6.2