Summary: | Dolphin crashed when passing mouse over a PPTX file | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | fsanchez <franciscoadriansanchez> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | frank78ac, remur |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.0 | |
Sentry Crash Report: | |||
Attachments: | Powerpoint 2007 presentation |
Description
fsanchez
2010-12-05 15:59:30 UTC
I forgot to add: If I close the Information panel in Dolphin, it doesn't crash. Thanks for the bug report. Can you attach the problematic file? (In reply to comment #2) > Thanks for the bug report. Can you attach the problematic file? Oh, no. Sorry I can't, I erased it. I didn't realised that it could be usefull. > Oh, no. Sorry I can't, I erased it. I didn't realised that it could be usefull.
Unfortunately, we can't do much about the bug without the file :-(
If you see the issue again, please reopen the report and provide the test file. Thanks!
Created attachment 54217 [details]
Powerpoint 2007 presentation
The problematic file
Hell yes, I found it. I had forgot it was also in KMail :D Thanks for the file! I can reproduce the crash with my 4.5 branch build which uses a somewhat outdated Strigi, but not with my trunk build, which uses a quite up-to-date Strigi from trunk. So it seems that this bug might have been fixed in the meantime. Looks related to bug 251462, bug 252152. It works fine for me on strigi 0.7.3.99, could you please retry? (In reply to comment #8) > It works fine for me on strigi 0.7.3.99, could you please retry? Hi. Who do you reffer to? Although I can still reproduce it since I haven't update my system since the date I report this crash. I refer to you =) Please try a more recent version of strigi, if it is fixed there you'd have to ask your distributor to find which diff fixed it and backport that. > I refer to you =)
Hehe, ok :D It was just for being sure.
Well, some questions: it seems to be that the only packages I have installed is one called "kdepim-strigi-plugins" and "kdegraphics-strigi-plugins". Do I should update both packages?
Which is the version of KDE that has you version of strigi? Kubuntu isn't providing new packages for Lucid, (it's stakced on KDE 4.5.3), and all the version packages seems to be tied to a specific version of KDE, at least in Kubuntu.
Git commit d1254968eac95f4d9d8c47552e27f0cc40e6aed9 by Peter Penz. Committed on 27/02/2011 at 20:01. Pushed by ppenz into branch 'master'. KFileMetaDataProvider: Don't crash if a Strigi analyzer crashes Some Strigi analyzers are still unstable and crash under certain circumstances. This patch moves the reading of the meta-data into a custom process instead of doing it in a thread, which assures that a crashing Strigi analyzer does not result in crashing Dolphin or Konqueror when hovering some items. FIXED-IN: 4.7.0 BUG: 257964 BUG: 258715 BUG: 262299 BUG: 263468 BUG: 263502 BUG: 264254 BUG: 234799 BUG: 251462 BUG: 251701 BUG: 258918 BUG: 192377 BUG: 195564 BUG: 199368 BUG: 210841 BUG: 245376 BUG: 246461 BUG: 246901 BUG: 249150 BUG: 261952 BUG: 249876 BUG: 179376 BUG: 179417 BUG: 179420 BUG: 181591 BUG: 183269 BUG: 183722 BUG: 185667 BUG: 188596 BUG: 191864 BUG: 193112 BUG: 205813 BUG: 244621 BUG: 245451 BUG: 248214 BUG: 249655 BUG: 249876 BUG: 265549 BUG: 267079 M +11 -1 kio/CMakeLists.txt M +68 -38 kio/kfile/kfilemetadataprovider.cpp M +2 -1 kio/kfile/kfilemetadataprovider_p.h A +174 -0 kio/kfile/kfilemetadatareader.cpp [License: LGPL (v2+)] M +0 -2 kio/kfile/kfilemetadatawidget.cpp D +0 -178 kio/kfile/kloadfilemetadatathread.cpp D +0 -96 kio/kfile/kloadfilemetadatathread_p.h http://commits.kde.org/kdelibs/d1254968eac95f4d9d8c47552e27f0cc40e6aed9 |