[Digikam-devel] [Bug 233987] Digikam crashes after renaming two files using the #-character

Andi Clemens andi.clemens at gmx.net
Fri Apr 16 06:31:26 BST 2010


https://bugs.kde.org/show_bug.cgi?id=233987





--- Comment #9 from Andi Clemens <andi clemens gmx net>  2010-04-16 07:31:07 ---
(In reply to comment #4)
> The funny thing is, that 1.1 as well as 1.2 work in an old F12-VM with KDE
> 4.4.0.

Well if these version work under a different operating system, I would assume
that there is something wrong with your Qt / KDE installation.
I never experienced this crash and still can't reproduce it. Also the crash
seems to happen in QList itself.

If the crash is because of digiKam code, the only thing that might be causing
this is an invalid / empty pointer for the options list (d->options in
parser.cpp:153).
But this would also mean that you do not have all the renaming option buttons
as well as no tooltips in the "help dialog", where all the options are
explained.

If it crashes again, please run digiKam in (c)gdb, go to the frame with the
"parser.cpp:153" content and type 
"p d->options"

There should a similar output to this: 
"$1 = {{p = {d = 0xa574798}, d = 0xa574798}}"

If there are null pointers (0x00000000), something went wrong, but if not, it
seems to be a problem with the Qt installation.

It might also help to recompile digiKam against the Qt / KDE environment...

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list