On Sat, May 01, 1999 at 12:11:47AM +0200, weis@stud.uni-frankfurt.de wrote: > > http://www.cc.gatech.edu/gvu/animation/Areas/group_behavior/group.html Oh oh, I can reproduce this. Looks like infinite loop in read_xbm_image :( Anybody has an idea what could cause that ? #0 0x401d721d in QIODevice::setStatus () at tools/qglobal.cpp:469 #1 0x401ce8fd in QFile::readLine () at kernel/qwidget.cpp:3353 #2 0x401aa4c1 in read_xbm_image () #3 0x401a7c00 in QImageIO::read () #4 0x401bd789 in QPixmap::load () #5 0x401bd84b in QPixmap::load () #6 0x40051173 in HTMLImage::fileLoaded () #7 0x400369ad in KHTMLWidget::slotFileLoaded () #8 0x4005f6d2 in KHTMLView::slotImageLoaded () #9 0x80b12e2 in HTMLCache::urlLoaded () at kfmman.cpp:1847 #10 0x80af75f in HTMLCache::urlLoaded () at kfmman.cpp:1847 #11 0x80af637 in HTMLCache::slotJobFinished () at kfmman.cpp:1847 #12 0x80b0e1e in HTMLCacheJob::finished () at kfmman.cpp:1847 #13 0x80af0c5 in HTMLCacheJob::slotJobFinished () at kfmman.cpp:1847 #14 0x401b3187 in QObject::activate_signal () #15 0x80ae803 in KIOJob::finished () at kfmman.cpp:1847 #16 0x80ad750 in KIOJob::done () at kfmman.cpp:1847 #17 0x80abff3 in KIOJob::slaveIsReady () at kfmman.cpp:1847 #18 0x401b2eb4 in QObject::activate_signal () (And later) (gdb) n Single stepping until exit from function read_xbm_image__FP8QImageIO, which has no line number information. -> never happens so it seems that we never get out of read_xbm_image. Is this possible ? (Cc'ed to kde-devel in case somebody has an idea there) -- David FAURE david.faure@insa-lyon.fr, faure@kde.org http://www.insa-lyon.fr/People/AEDI/dfaure/index.html KDE, Making The Future of Computing Available Today