Version: 0.10.0 (rev.: 931386) (using 4.2.00 (KDE 4.2.0), Kubuntu packages) Compiler: cc OS: Linux (x86_64) release 2.6.27-7-generic Today digikam crashed repeatedly while trying to import pictures from a memory card in the card reader. At first, the import dialog shows up ok, with thumbnails in place. But then, in one case digikam crashed after selecting the destination folder, and in another case, it crashed right after clicking on a thumbnail. However, minutes earlier it worked fine, and I can't say what changed in between. backtrace attached
Created attachment 31642 [details] backtrace
This report contains no debugging infos. Can you recompile with debugfull?
Created attachment 31643 [details] second try
After recompiling with debugfull, again I could first nicely download images from the memory card. But trying some more times, digikam crashed again. Hopefully the new attachment is more useful than the first one ...
SVN commit 931874 by mwiesweg: Check that KMimetype pointer is not null CCBUG: 185574 M +2 -1 cameraiconviewtooltip.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=931874
SVN commit 931876 by mwiesweg: Backport Check that KMimetype pointer is not null CCBUG: 185574 M +2 -1 cameraiconviewtooltip.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=931876
Thanks Gandalf, I have fixed a probable cause of the crash. If you want to try again, then we can close this.
With this patch, I didn't manage to crash it anymore, so I think you fixed it. Thanks for the super fast solution!