| Summary: | Digikam 2.0.0-beta3 crash while assigning face tags | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | James Colby <jcolby> |
| Component: | Faces-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | caulier.gilles, kristian.hermann.karl |
| Priority: | NOR | ||
| Version First Reported In: | 2.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 2.0.0 | |
| Sentry Crash Report: | |||
|
Description
James Colby
2011-03-26 12:23:05 UTC
The crash happens deep inside sqlite. There could be memory corruption occurred earlier, perhaps due to one of the bugs fixed lately and still present here. Unfortunately, I dont have a good idea about this one atm. Thanks for the reply. Do you think it would be helpful to re-compile against a different version of SQLite to see if there is still a crash? Upgrading to git master seems to have resolved the issue for me. This bug can be closed now. I get also get a crash while assigning face tags.
The crash is intermittent.
I'm using: Digikam 2.0 Beta 4, on KDE 4.6.2
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffb831d700 (LWP 10743)]
0x00007fffeef8627a in _int_free (av=0x7fffef28ae40, p=0x4511e60) at malloc.c:4973
4973 malloc.c: No such file or directory.
in malloc.c
(gdb) bt
#0 0x00007fffeef8627a in _int_free (av=0x7fffef28ae40, p=0x4511e60) at malloc.c:4973
#1 0x00007fffeef89c83 in __libc_free (mem=<value optimized out>) at malloc.c:3738
#2 0x00007ffff4398835 in Digikam::ImageInfo::~ImageInfo (this=0x7fffc44cb098, __in_chrg=<value optimized out>)
at /build/buildd/digikam2-2.0.0~beta4+maverick~ppa1kde46/libs/database/imageinfo.cpp:222
#3 0x00007ffff439b47c in node_destruct (this=<value optimized out>, data=0x0) at /usr/include/qt4/QtCore/qlist.h:420
#4 QList<Digikam::ImageInfo>::free (this=<value optimized out>, data=0x0) at /usr/include/qt4/QtCore/qlist.h:741
#5 0x00007ffff439d453 in ~QList (t=0x7fffef28ae40) at /usr/include/qt4/QtCore/qlist.h:716
#6 qMetaTypeDeleteHelper<QList<Digikam::ImageInfo> > (t=0x7fffef28ae40) at /usr/include/qt4/QtCore/qmetatype.h:134
#7 0x00007ffff01159a2 in QMetaType::destroy (type=<value optimized out>, data=0x7fffc4507820)
at kernel/qmetatype.cpp:1396
#8 0x00007ffff011b7d1 in QMetaCallEvent::~QMetaCallEvent (this=0x7fffc45d0880, __in_chrg=<value optimized out>)
at kernel/qobject.cpp:520
#9 0x00007ffff010dc31 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=<value optimized out>,
data=0x34e34e0) at kernel/qcoreapplication.cpp:1389
#10 0x00007ffff0137653 in sendPostedEvents (s=0x7fffa003cb30)
at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:220
#11 postEventSourceDispatch (s=0x7fffa003cb30) at kernel/qeventdispatcher_glib.cpp:277
#12 0x00007fffea482342 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#13 0x00007fffea4862a8 in ?? () from /lib/libglib-2.0.so.0
#14 0x00007fffea48645c in g_main_context_iteration () from /lib/libglib-2.0.so.0
#15 0x00007ffff0137193 in QEventDispatcherGlib::processEvents (this=0x7fffa01fe330, flags=<value optimized out>)
at kernel/qeventdispatcher_glib.cpp:415
#16 0x00007ffff0109a02 in QEventLoop::processEvents (this=<value optimized out>, flags=DWARF-2 expression error: DW_OP_reg operations must be used either alone or in conjuction with DW_OP_piece or DW_OP_bit_piece.
) at kernel/qeventloop.cpp:149
#17 0x00007ffff0109dec in QEventLoop::exec (this=0x7fffb831cb40, flags=DWARF-2 expression error: DW_OP_reg operations must be used either alone or in conjuction with DW_OP_piece or DW_OP_bit_piece.
) at kernel/qeventloop.cpp:201
#18 0x00007ffff4a09bf9 in Digikam::WorkerObjectRunnable::run (this=0x7fffc45622d0)
at /build/buildd/digikam2-2.0.0~beta4+maverick~ppa1kde46/libs/threads/threadmanager.cpp:196
#19 0x00007ffff000cd02 in QThreadPoolThread::run (this=0x356ec10) at concurrent/qthreadpool.cpp:106
#20 0x00007ffff001727e in QThreadPrivate::start (arg=0x356ec10) at thread/qthread_unix.cpp:266
#21 0x00007fffebae9971 in start_thread (arg=<value optimized out>) at pthread_create.c:304
#22 0x00007fffeeff292d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#23 0x0000000000000000 in ?? ()
(gdb)
|