https://bugs.kde.org/show_bug.cgi?id=287849
Méven Car <meve...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meve...@gmail.com --- Comment #14 from Méven Car <meve...@gmail.com> --- There are good chances your crash was due to unmatching libraries version of kio and kio-extras : Preview tried to create an QImage from memory passed from the thumbnail kio-extras ioslave, but the memory it expected to be an image was not and provoked the crash. #7 __memcpy_ssse3 () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S:1283 #8 0x02d2e530 in QImage::copy(QRect const&) const () from /usr/lib/libQtGui.so.4 #9 0x05578a4d in KIO::PreviewJobPrivate::slotThumbData (this=0x92b2238, data=...) at /usr/src/debug/kdelibs-4.6.5/kio/kio/previewjob.cpp:558 #10 0x0557c0b9 in KIO::PreviewJob::qt_metacall (this=0x8c8a040, _c=QMetaObject::InvokeMetaMethod, _id=<value optimized out>, _a=0xbfb442f4) at /usr/src/debug/kdelibs-4.6.5/i686-redhat-linux-gnu/kio/previewjob.moc:87 -- You are receiving this mail because: You are watching all bug changes.