[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Strange segfaults



Hi,

Lately I've just did an apt-get upgrade (running unstable) to get the
latest kde packages.  Unfortunately almost every single KDE now segfaults
at the same spot: QPixmapCache::clear() which is called from
KIconLoader::loadIcon().  Here's the traceback from klines:

Program received signal SIGSEGV, Segmentation fault.
0x4058af2c in QPixmapCache::clear () from /usr/lib/libqt.so.2
(gdb) bt
#0  0x4058af2c in QPixmapCache::clear () from /usr/lib/libqt.so.2
#1  0x4058b262 in QPixmapCache::clear () from /usr/lib/libqt.so.2
#2  0x4054af99 in QImageIO::read () from /usr/lib/libqt.so.2
#3  0x40549acf in QImage::load () from /usr/lib/libqt.so.2
#4  0x405440c6 in QImage::QImage () from /usr/lib/libqt.so.2
#5  0x402d1fea in KIconLoader::loadIcon () from /usr/lib/libkdecore.so.3
#6  0x402d45f8 in SmallIcon () from /usr/lib/libkdecore.so.3
#7  0x08054146 in QWidget::paintEvent ()
#8  0x08054de9 in QWidget::paintEvent ()
#9  0x40a4d65f in __libc_start_main () from /lib/libc.so.6

Every other program has similar tracebacks, starting at SmallIcon().  Any
idea what might be causing this?  Did I some how mess up my icon folders?
Thanks!

Jeff Siegel



Reply to: