Bug 327650

Summary: Digikam crashes when assigning a caption.
Product: [Applications] digikam Reporter: Simon <simon.eu>
Component: Tags-CaptionsAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: grave CC: caulier.gilles
Priority: NOR    
Version: 3.5.0   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 7.6.0
Attachments: Backtraces; descriptions inside.

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