Summary: | Dolphin crash when changing the rating of a file in baloo search results | ||
---|---|---|---|
Product: | [Unmaintained] Baloo | Reporter: | mostheinl <mostheinl> |
Component: | General | Assignee: | Vishesh Handa <me> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | cfeck, emmanuelpescosta099, me |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/baloo/707f61f3c4134b64bdd923cf4dc5199219b79c01 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
GDB Backtrace of crash when rating is changed in baloo search window in dolphin
Valgrind output of crash when rating is changed in baloo search window in dolphin |
Description
mostheinl
2014-03-21 14:00:06 UTC
If this crash is reproducible, please try to get a backtrace of the exception with gdb. For more information, please see http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_when_an_uncaught_exception_is_causing_a_crash Created attachment 85715 [details]
GDB Backtrace of crash when rating is changed in baloo search window in dolphin
Created attachment 85716 [details]
Valgrind output of crash when rating is changed in baloo search window in dolphin
Attached backtraces. Noticed that the crash only occurs when baloo_file_extractor is running (but it does all the time at 100% CPU, except when I kill it). Thanks for the backtrace! Xapian throws an InvalidOperationError exception, these exceptions should definitely be handled inside Baloo's library and not in Dolphin. So I'll reassign it. Thanks for your help! There are backtraces now, I change the status back to UNCONF Git commit 707f61f3c4134b64bdd923cf4dc5199219b79c01 by Vishesh Handa. Committed on 07/04/2014 at 16:20. Pushed by vhanda into branch 'KDE/4.13'. XapianDatabase: Catch more exceptions M +12 -4 src/xapian/xapiandatabase.cpp http://commits.kde.org/baloo/707f61f3c4134b64bdd923cf4dc5199219b79c01 |