Bug 282749 - Signaal Segmentation fault (11) on exit/close/quit digiKam
Summary: Signaal Segmentation fault (11) on exit/close/quit digiKam
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Faces-Detection (show other bugs)
Version: 2.1.1
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-25 18:31 UTC by Rinus Bakker
Modified: 2020-08-31 20:25 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.1.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rinus Bakker 2011-09-25 18:31:35 UTC
Version:           2.1.1 (using KDE 4.7.0) 
OS:                Linux

> > Digikam returns this error on everytime close. Was initially not the case,
> > so it is probably not a bug in digikam.
> > Any ideas?
> >
> > Rinus

Run it into GDB and look where it crash...

Gilles Caulier


Is this useful?:
Program received signal SIGSEGV, Segmentation fault.
__strcmp_sse2 () at ../sysdeps/x86_64/multiarch/../strcmp.S:214
214	../sysdeps/x86_64/multiarch/../strcmp.S: Bestand of map bestaat niet.
	in ../sysdeps/x86_64/multiarch/../strcmp.S
(gdb) bt
#0  __strcmp_sse2 () at ../sysdeps/x86_64/multiarch/../strcmp.S:214
#1  0x00007fffed7cd3bd in cvFindType () from /usr/lib/libopencv_core.so.2.2
#2  0x00007fffed7cd3d9 in cvUnregisterType ()
   from /usr/lib/libopencv_core.so.2.2
#3  0x00007fffef1a5d3d in __cxa_finalize (d=0x7fffec9bf400)
    at cxa_finalize.c:56
#4  0x00007fffec777b36 in ?? () from /usr/lib/libopencv_objdetect.so.2.2
#5  0x0000000000000158 in ?? ()
#6  0x0000000000000000 in ?? ()


Reproducible: Always

Steps to Reproduce:
not reproducable on other computer


Actual Results:  
returns error

Expected Results:  
close without error
Comment 1 caulier.gilles 2011-09-25 19:16:04 UTC
It's not digiKam. it's openCV 2.2.0 crash.

Gilles Caulier
Comment 2 Rinus Bakker 2011-09-25 20:47:14 UTC
Op 25-09-11 21:16, Gilles Caulier schreef:
> https://bugs.kde.org/show_bug.cgi?id=282749
>
>
> Gilles Caulier<caulier.gilles@gmail.com>  changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                   CC|                            |caulier.gilles@gmail.com
>
>
>
>
> --- Comment #1 from Gilles Caulier<caulier gilles gmail com>   2011-09-25 19:16:04 ---
> It's not digiKam. it's openCV 2.2.0 crash.
Any advice what to do with opencv bug? info.?
Rinus
> Gilles Caulier
>
Comment 3 caulier.gilles 2011-09-26 05:20:10 UTC
try to run digiKam into valgrind to check memory leak. See HACKING file for details. post backtrace here.

Gilles Caulier
Comment 4 caulier.gilles 2015-07-02 05:08:29 UTC
New digiKam 4.11.0 is available.

https://www.digikam.org/node/740

Can you reproduce the problem with this release ?

Gilles Caulier
Comment 5 caulier.gilles 2015-08-22 06:38:30 UTC
digiKam 4.12.0 is out :

https://www.digikam.org/node/741

We need a fresh feedback using this release please...
Thanks in advance.
Comment 6 caulier.gilles 2016-07-15 12:52:17 UTC
With digiKam 5.0.0, this problem is not reproducible.
I close this file now. Don't hesitate to re-open if necessary.
Gilles Caulier