Bug 327650 - Digikam crashes when assigning a caption.
Summary: Digikam crashes when assigning a caption.
Status: RESOLVED NOT A BUG
Alias: None
Product: digikam
Classification: Applications
Component: Tags-Captions (show other bugs)
Version: 3.5.0
Platform: Debian testing Linux
: NOR grave
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 13:21 UTC by Simon
Modified: 2022-01-22 10:14 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.6.0
Sentry Crash Report:


Attachments
Backtraces; descriptions inside. (40.08 KB, text/plain)
2013-11-16 09:08 UTC, Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon 2013-11-15 13:21:52 UTC
As soon as I open the captions tab, digikam crashes either after assigning a caption or after selecting an image. Means CPU goes to 100 %, the UI is not updated anymore, and it just hangs like this forever.

I have re-built the database and the problem persisted. Happens at least since 3.4.

Reproducible: Always

Steps to Reproduce:
1. Assign a caption to an image.
Comment 1 caulier.gilles 2013-11-15 22:02:29 UTC
We need a backtrace to hack a crash...

Gilles Caulier
Comment 2 Simon 2013-11-15 22:14:36 UTC
Cannot as it hangs (crash was the wrong expression). What can I do there?
Comment 3 caulier.gilles 2013-11-15 22:15:46 UTC
Run digiKam into GDB to get a backtrace :

http://www.digikam.org/contrib

Gilles Caulier
Comment 4 Simon 2013-11-16 09:08:29 UTC
Created attachment 83594 [details]
Backtraces; descriptions inside.

Backtraces appended.
Comment 5 caulier.gilles 2013-11-16 11:27:11 UTC
It crash in Qt core, especially in QLineEdit widget. Sound like your system is corrupted as a binary compatibility issue with shared libs.

Of course, here in same condition, digiKam do not crash...

In other words, check your system... It's not a digiKam relevant problem...

Gilles Caulier
Comment 6 Simon 2013-11-16 13:42:47 UTC
I have current packages from debian sid, digikam, libqt4 and KDE. Re-installed them and nothing has changed. How can I find out more? What other shared libraries might be the cause?
Comment 7 caulier.gilles 2013-11-16 13:51:35 UTC
As i can see in backtrace, this come from an issue in Qt or KDE libs.

I recommend to report this problem to Debian packagers.

Gilles Caulier