Summary: | tooltips and previews hover crash [QCoreApplication::notifyInternal, QApplicationPrivate::dispatchEnterLeave, QApplication::x11ProcessEvent] | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | David Palacio <dpalacio> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | CLOSED FIXED | ||
Severity: | crash | CC: | akhnaton, andresbajotierra, firebringer11, h.e.urwin, jbrsubscribe, kevin.coonan, m.sledziona, manik_chand_patnaik, markotahal, martin.sandsmark |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Palacio
2009-12-05 16:04:49 UTC
Mh, I can't reproduce the crash here using: Qt: 4.6.0 (kde-qt master commit cd8595efe9aace2afdaa5db37af7cfe82b87e4aa Date: Wed Nov 18 01:33:21 2009 +0100) KDE Development Platform: 4.3.80 (KDE 4.3.80 (KDE 4.4 Beta1)) kdelibs svn rev. 1058633 / kdebase svn rev. 1058634 on ArchLinux i686 - Kernel 2.6.31.6 and the backtrace seems to be too much generic and Dolphin unrelated... - Could you try this with a clean user account ? Do you remember some other non-standard option about the tooltips or the information panel ? - Do you have some special tag or comment in the folder you are hovering ? Thanks It certainly is tooltip related, as I deactivated it temporarily for this bug report. There are no tags, as Nepomuk is not working here. Something else about my setup. The forlder and subfolders have lots of high resolution images. So thumbnails take a while to appear. Something might be aborted or an object deleted while the tooltip appears or disappears. So I created a new account. It crashed there as well. Now I caught something interesting. The last moment of Dolphin: kio_thumbnail(13353)/kdecore (trader) KMimeTypeTrader::query: query for mimeType "image/jpeg" , "ThumbCreator" : returning 1 offers kio_thumbnail(13353)/kdecore (trader) KMimeTypeTrader::query: query for mimeType "image/jpeg" , "ThumbCreator" : returning 1 offers kio_thumbnail(13353)/kdecore (trader) KMimeTypeTrader::query: query for mimeType "image/jpeg" , "ThumbCreator" : returning 1 offers kio_thumbnail(13353)/kdecore (trader) KMimeTypeTrader::query: query for mimeType "image/jpeg" , "ThumbCreator" : returning 1 offers kio_thumbnail(13353)/kio (kioslave) KIO::SlaveBase::mimeType: "application/octet-stream" kio_thumbnail(13349)/kio (kioslave) KIO::SlaveBase::mimeType: "application/octet-stream" kio_thumbnail(13352) ThumbnailProtocol::get: Wanting MIME Type: "image/png" kio_thumbnail(13352) ThumbnailProtocol::get: Guess plugin: "imagethumbnail" kio_thumbnail(13352)/kio (kioslave) KIO::SlaveBase::mimeType: "application/octet-stream" kio_thumbnail(13349) ThumbnailProtocol::get: Wanting MIME Type: "image/jpeg" kio_thumbnail(13349) ThumbnailProtocol::get: Guess plugin: "jpegthumbnail" kio_thumbnail(13353) ThumbnailProtocol::get: Wanting MIME Type: "inode/directory" kio_thumbnail(13352) ThumbnailProtocol::get: Wanting MIME Type: "inode/directory" kio_thumbnail(13352)/kdecore (trader) KMimeTypeTrader::query: query for mimeType "image/jpeg" , "ThumbCreator" : returning 1 offers kio_thumbnail(13353)/kdecore (trader) KMimeTypeTrader::query: query for mimeType "image/jpeg" , "ThumbCreator" : returning 1 offers kio_thumbnail(13352)/kdecore (trader) KMimeTypeTrader::query: query for mimeType "image/jpeg" , "ThumbCreator" : returning 1 offers kio_thumbnail(13353)/kdecore (trader) KMimeTypeTrader::query: query for mimeType "image/jpeg" , "ThumbCreator" : returning 1 offers kio_thumbnail(13352)/kdecore (trader) KMimeTypeTrader::query: query for mimeType "image/jpeg" , "ThumbCreator" : returning 1 offers kio_thumbnail(13353)/kdecore (trader) KMimeTypeTrader::query: query for mimeType "image/jpeg" , "ThumbCreator" : returning 1 offers kio_thumbnail(13353)/kio (kioslave) KIO::SlaveBase::mimeType: "application/octet-stream" kio_thumbnail(13352)/kio (kioslave) KIO::SlaveBase::mimeType: "application/octet-stream" kio_thumbnail(13349)/kio (kioslave) KIO::SlaveBase::mimeType: "application/octet-stream" kio_thumbnail(13349)/kio (kioslave) KIO::SlaveBase::mimeType: read error KCrash: Application 'dolphin' crashing... SVN commit 1060080 by cfeck: Fix crash with tool tips enabled Do not delete window inside the event handling, causing crashes with queued events for the tool tip window. This is the same fix that had been applied to systemsettings. BUG: 217449 M +1 -1 ktooltip.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1060080 *** Bug 217840 has been marked as a duplicate of this bug. *** *** Bug 218750 has been marked as a duplicate of this bug. *** *** Bug 218751 has been marked as a duplicate of this bug. *** *** Bug 218757 has been marked as a duplicate of this bug. *** *** Bug 218799 has been marked as a duplicate of this bug. *** *** Bug 218813 has been marked as a duplicate of this bug. *** *** Bug 219042 has been marked as a duplicate of this bug. *** *** Bug 219017 has been marked as a duplicate of this bug. *** *** Bug 219079 has been marked as a duplicate of this bug. *** *** Bug 219256 has been marked as a duplicate of this bug. *** *** Bug 219448 has been marked as a duplicate of this bug. *** *** Bug 219324 has been marked as a duplicate of this bug. *** *** Bug 219562 has been marked as a duplicate of this bug. *** *** Bug 219358 has been marked as a duplicate of this bug. *** *** Bug 217941 has been marked as a duplicate of this bug. *** |