Summary: | Digikam crashed when copying images to a subfolder | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Fergal Mullally <fergal.mullally> |
Component: | Portability-Runtime | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, nathan |
Priority: | NOR | ||
Version: | 1.9.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Fergal Mullally
2011-06-20 01:21:37 UTC
*** This bug has been marked as a duplicate of bug 262601 *** Looks like a memory corruption, with the crash occurring at a random place. Seems the backtrace wont help too much. Created attachment 63937 [details]
New crash information added by DrKonqi
digikam (2.0.0) on KDE Platform 4.6.2 (4.6.2) using Qt 4.7.2
- What I was doing when the application crashed:
I had selected 125 of about 300 files in a specific folder and had begun to copy them to a sub folder.
-- Backtrace (Reduced):
#8 0x00007fd2862dfd7b in __libc_message (do_abort=2, fmt=0x7fd2863c8400 "*** glibc detected *** %s: %s: 0x%s ***\n") at ../sysdeps/unix/sysv/linux/libc_fatal.c:189
#9 0x00007fd2862e9bb6 in malloc_printerr (action=3, str=0x7fd2863c89a8 "malloc(): smallbin double linked list corrupted", ptr=<value optimized out>) at malloc.c:6283
#10 0x00007fd2862ece78 in _int_malloc (av=0x7fd25c000020, bytes=<value optimized out>) at malloc.c:4308
#11 0x00007fd2862ef31e in __libc_malloc (bytes=152) at malloc.c:3660
#12 0x00007fd26a49cfa2 in my_malloc () from /usr/lib/libmysqlclient_r.so.16
Second backtrace confirms memory corruption, so the trace is unspecific (underlying problem is to be found somewhere else). The only thing with a good chance to help is running digikam under valgrind and provoking the crash. Or you wait for 2.3, in current git one important bug causing memory corruption was fixed. Fixed with https://bugs.kde.org/show_bug.cgi?id=262601 |