Version: (using KDE Devel) Installed from: Compiled sources Compiler: gcc version 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6) OS: Linux Going to settings->toolbars->Document Relations(konqueror). Caused this crash signal 11. Using host libthread_db library "/lib/libthread_db.so.1". [KCrash handler] #5 KIconLoader::loadIcon(QString const&, KIcon::Group, int, int, QString*, bool) const (this=0x83b4e70, _name=@0x1, group=Toolbar, size=22, state=2, path_store=0x0, canReturnNull=false) at /home/gdcb04/src/kde/kdelibs/kdecore/kiconloader.cpp:554 #6 0x407cebbf in KIconFactory::createPixmap(QIconSet const&, QIconSet::Size, QIconSet::Mode, QIconSet::State) (this=0x8307200, mode_P=Disabled) at /home/gdcb04/src/kde/kdelibs/kdecore/kiconloader.cpp:1181 #7 0x40b9b694 in QIconSetPrivate::icon(QIconSet const*, QIconSet::Size, QIconSet::Mode, QIconSet::State) () from /usr/qt/3/lib/libqt-mt.so.3 #8 0x40b9c09a in QIconSet::pixmap(QIconSet::Size, QIconSet::Mode, QIconSet::State) const () from /usr/qt/3/lib/libqt-mt.so.3 #9 0x40599343 in KToolBarButton::drawButton(QPainter*) (this=0x8335270, _painter=0x87ded90) at qwidget.h:731 #10 0x40c63715 in QButton::paintEvent(QPaintEvent*) () from /usr/qt/3/lib/libqt-mt.so.3 #11 0x087ded90 in ?? () Note: at the time of crash going to settings->toolbars, showed three instances of Document Relations.
I see similar random crashes when I start up konqi via some link or the K menu (which calls "kfmclient openProfile webbrowsing"). While I tried to debug this, I stumbled upon the issue in bug 86113 which seems to be related, but not necessarily the cause.
The rellinks plugin is seriously broken wrt its toolbar handling. The crash above is the result of having toolbar entries around that are associated with a certain KInstance after that KInstance has been deleted.
*** This bug has been marked as a duplicate of 84345 ***