Bug 272569 - Crashing in start
Summary: Crashing in start
Status: RESOLVED NOT A BUG
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-DImg-RAW (show other bugs)
Version: 2.0.0
Platform: Unlisted Binaries Linux
: NOR crash
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-05 21:54 UTC by deneor
Modified: 2017-07-20 15:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 2.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description deneor 2011-05-05 21:54:51 UTC
Version:           2.0.0 (using KDE 4.6.2) 
OS:                Linux

~$ digikam -v
Qt: 4.7.2
KDE: 4.6.2 (4.6.2)
digiKam: 2.0.0-beta5

~$ digikam
QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in use, all queries will cease to work.

(<unknown>:32238): GStreamer-CRITICAL **: gst_debug_add_log_function: assertion `func != NULL' failed
digikam: symbol lookup error: digikam: undefined symbol: _ZN11KDcrawIface12RExpanderBox12readSettingsER12KConfigGroup

Reproducible: Always
Comment 1 Michael G. Hansen 2011-05-05 22:41:10 UTC
Hi deneor,

the line

digikam: symbol lookup error: digikam: undefined symbol:
_ZN11KDcrawIface12RExpanderBox12readSettingsER12KConfigGroup

indicates a version conflict between the libkdcraw used during building and the actual library which is found on startup. Which libkdcraw versions do you have installed on your system? Did you compile digikam on your own or do you use some ready-made packages?

Michael
Comment 2 deneor 2011-05-05 22:59:40 UTC
Thank you, after reinstalling libkdcraw it's starting good! =)
Before that was installed libkdcraw from maverick (i'am from natty).
Digikam installed from Phillip's ppa.