Bug 319166 - Digikam crashes on 64bit version
Summary: Digikam crashes on 64bit version
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: ColorManagement-Backend (show other bugs)
Version: 3.0.0
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-01 12:20 UTC by ba.stuttgart
Modified: 2022-02-01 11:23 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ba.stuttgart 2013-05-01 12:20:46 UTC
Application: digikam (3.0.0)
KDE Platform Version: 4.10.2 "release 1"
Qt Version: 4.8.4
Operating System: Linux 3.7.10-1.1-desktop x86_64
Distribution: "openSUSE 12.3 (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:
Just start the program
.
Deleted all config files, since I upgraded my system from previous opensuse verison 12.2.

Hope this helps.

Thanks!

The crash can be reproduced every time.

-- Backtrace:
Application: digiKam (digikam), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f2667a7c800 (LWP 2745))]

Thread 3 (Thread 0x7f26489d1700 (LWP 2746)):
#0  0x00007f265f368964 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007f2662e8262b in QWaitCondition::wait(QMutex*, unsigned long) () from /usr/lib64/libQtCore.so.4
#2  0x00000000005d4338 in ?? ()
#3  0x00007f2662e820cc in ?? () from /usr/lib64/libQtCore.so.4
#4  0x00007f265f364e0f in start_thread () from /lib64/libpthread.so.0
#5  0x00007f26613ec7dd in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f2643fff700 (LWP 2747)):
#0  0x00007f26613e387d in poll () from /lib64/libc.so.6
#1  0x00007f2658e31aa4 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x00007f2658e31bc4 in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
#3  0x00007f2662fac1f6 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#4  0x00007f2662f7c9ef in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#5  0x00007f2662f7cc78 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQtCore.so.4
#6  0x00007f2662e7f0f0 in QThread::exec() () from /usr/lib64/libQtCore.so.4
#7  0x00007f2662f5d1af in ?? () from /usr/lib64/libQtCore.so.4
#8  0x00007f2662e820cc in ?? () from /usr/lib64/libQtCore.so.4
#9  0x00007f265f364e0f in start_thread () from /lib64/libpthread.so.0
#10 0x00007f26613ec7dd in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f2667a7c800 (LWP 2745)):
[KCrash Handler]
#5  0x00007f2661391f6a in strchrnul () from /lib64/libc.so.6
#6  0x00007f266134ac6d in vfprintf () from /lib64/libc.so.6
#7  0x00007f26613ff9f0 in __vsnprintf_chk () from /lib64/libc.so.6
#8  0x00007f265d410a58 in vsnprintf (__ap=0x7fff9db0c2c8, __fmt=0x7f265c02bcb0 "Tag '%lx' not found", __n=1023, __s=0x7fff9db0c2e0 "") at /usr/include/bits/stdio2.h:77
#9  cmsSignalError (ContextID=ContextID@entry=0x3000, ErrorCode=ErrorCode@entry=1543683248, ErrorText=ErrorText@entry=0x64657363 <Address 0x64657363 out of bounds>) at cmserr.c:409
#10 0x00007f265c00e7ad in _cmsSearchTag (sig=icSigProfileDescriptionTag, Profile=<optimized out>, lSignalError=<optimized out>) at cmsio0.c:292
#11 _cmsSearchTag (Profile=Profile@entry=0x1c1a310, sig=sig@entry=icSigProfileDescriptionTag, lSignalError=lSignalError@entry=1) at cmsio0.c:279
#12 0x00007f265c0140d0 in cmsReadICCTextEx (hProfile=hProfile@entry=0x1c1a310, sig=sig@entry=icSigProfileDescriptionTag, Name=Name@entry=0x7f265c237320 <Name.7711> "", size_max=size_max@entry=512) at cmsio1.c:1675
#13 0x00007f265c01416a in cmsReadICCText (hProfile=hProfile@entry=0x1c1a310, sig=sig@entry=icSigProfileDescriptionTag, Text=Text@entry=0x7f265c237320 <Name.7711> "") at cmsio1.c:1706
#14 0x00007f265c014f36 in cmsTakeProductDesc (hProfile=0x1c1a310) at cmsio1.c:2218
#15 0x00007f266518b625 in Digikam::IccProfile::description() () from /usr/lib64/libdigikamcore.so.3
#16 0x00007f2665197fa3 in Digikam::IccSettings::loadAllProfilesProperties() () from /usr/lib64/libdigikamcore.so.3
#17 0x0000000000598d52 in ?? ()
#18 0x00000000004987c1 in ?? ()
#19 0x00007f2661325a15 in __libc_start_main () from /lib64/libc.so.6
#20 0x000000000049a96d in _start ()

This bug may be a duplicate of or related to bug 318721.

Possible duplicates by query: bug 319144, bug 319070, bug 318991, bug 318989, bug 318987.

Reported using DrKonqi
Comment 1 caulier.gilles 2013-05-01 12:28:16 UTC

*** This bug has been marked as a duplicate of bug 318721 ***
Comment 2 caulier.gilles 2017-07-23 12:49:53 UTC
Since digiKam 5.0.0, we use drop lcms version 1.x in favor of lcms version 2.x. This problem will not reproducible.