Summary: | Digikam crashes after renaming two files using the #-character | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Volker Fröhlich <volker27> |
Component: | AdvancedRename-engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andi.clemens, andresbajotierra, basosergiou, caulier.gilles, rdieter, volker27 |
Priority: | NOR | ||
Version: | 1.2.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.3.0 | |
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Volker Fröhlich
2010-04-10 22:01:56 UTC
This should be fixed in 1.2.0 svn (as bug 229287 and many others) Please checkout digiKam 1.2.0 and try again Gilles Caulier It's working on the F13-Alpha: Digikam 1.2.0-2 And it's seems to always crash 1.1.0, as I just tried with different files. Created attachment 42785 [details]
New crash information added by DrKonqi
Strange things going on! 1.2.0 also crashes on my F12-installation.
The funny thing is, that 1.1 as well as 1.2 work in an old F12-VM with KDE 4.4.0.
I also tried to remove the configuration and kipi-plugins to no avail.
Created attachment 42811 [details]
New crash information added by DrKonqi
I just realised, that I had the old debug-info-package installed for some reason. Therefore I submit this new report.
With which version was this crash generated? That's version 1.2.0 now. Andi, any idea? (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... The problem is gone with yesterday's KDE-update. *** Bug 244559 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 237642 *** |