Summary: | Crash at startup with a "Bus Error" | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Mathieu Clabaut <mathieu.clabaut> |
Component: | Database-Scan | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 2.2.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.0.0 | |
Sentry Crash Report: | |||
Attachments: | Output of running "valgrind --track-origins=yes" |
Description
Mathieu Clabaut
2011-11-11 15:26:11 UTC
Crash is in KDELibs not digiKam. As i can see, it sound like crash appears at loading icons. Do you have installed Oxygen package from KDE. Gilles Caulier Yes. Package oxygen-icons is installed. I tried to reinstall them but there are no changes. install digikam debug package. Run it through GDB and report the crash trace in this file... Gilles caulier Same problem with digikam 2.3.0 compiled from sources This is a kdelibs problem, in the KSharedDataCache which is based on inter-process shared memory. All other KDE apps run fine? No you're right, it looks like lot of kde applications failed with a bus error… But digikam is the one I use on a regularly base… I'm on arch linux, and didn't find an easy way to rebuild all kde with debug symbols. I will give a try with kdelibs. doing "rm /var/tmp/kdecache-* -rf" does the trick. Cf : https://bugs.kde.org/show_bug.cgi?id=284770 Thanks a lot Marcel ! *** This bug has been marked as a duplicate of bug 284770 *** Not reproducible with 6.0.0 since we don't depend anymore of this KDE component. |