| Summary: | Dolphin crashes during open home folder | ||
|---|---|---|---|
| Product: | [Unmaintained] Baloo | Reporter: | Anatoly <anatrof> |
| Component: | General | Assignee: | Vishesh Handa <me> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | frank78ac, kde |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | New crash information added by DrKonqi | ||
|
Description
Anatoly
2014-04-15 13:32:06 UTC
Thanks for the bug report. This crash is caused by an unhandled exception. Please follow http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_when_an_uncaught_exception_is_causing_a_crash to provide more detailed information. Thanks for your help. Created attachment 86184 [details]
New crash information added by DrKonqi
dolphin (4.13.0) on KDE Platform 4.13.0 using Qt 4.8.6
- What I was doing when the application crashed:
I just started Dolphin after upgrading to SC 4.13.0 and it crashes every time as soon as I enter my home directory
-- Backtrace (Reduced):
#5 0x0000003e00836f79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#6 0x0000003e0083a388 in __GI_abort () at abort.c:89
[...]
#11 0x00007fa1592b4596 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#12 0x00007fa1592b9b79 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#13 0x00007fa15d2044f7 in kdemain () from /usr/lib/kde4/libkdeinit/libkdeinit4_dolphin.so
The console output shows the application crashes due to an unhandled Xapian::DatabaseCorruptError, when I deleted the ~/.local/share/baloo folder the error went away so it appears it crashes because Baloo doesn't handle a corrupt database properly. Some of these crashes should be fixed already. See, e.g., bug 332403. That one is supposed to be fixed in 4.13.0 AFAIK though, so I'm not sure if your crash is fixed or not. This was a case of the DB getting corrupted, an exception being thrown and us crashing. We now no longer crash because of the exception, but this still is not gracefully handled. This is being tracked over here - https://bugs.kde.org/show_bug.cgi?id=333930 Closing this bug as FIXED since the exact crash reported over here no longer occurs. |