Summary: | Digikam crashed in import dialog when selecting filter on videos | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Thibault Godouet <kde> |
Component: | Import-Settings | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, JimShip |
Priority: | NOR | ||
Version: | 2.1.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/7bd53c6f51ef0a68ebac6e6d55b4dcb788aa5cc0 | Version Fixed In: | 2.8.0 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Thibault Godouet
2011-12-14 22:29:40 UTC
Sound like a crash in KDELibs about typemime management. Not reproducible here. Gilles Caulier Thibault, Can you reproduce the crash with last 2.4 ? Gilles Caulier Hi Gilles, As far as I know my distribution (ubuntu 11.10) doesn't have a package for Digikam 2.4. Compiling it myself will probably be tricky, especially as I would expect my distribution not to have the right KDE library versions. Do you have any suggestion as to how I can test this with digikam 2.4 easily on my distribution? Regards, Thibault. Hi, I ran a nightly build of the ubuntu 12.04 live CD, and installed digikam 2.4 in there to test: it doesn't crash. However I can reproduce the crash with my digikam 2.1.1. If you can't reproduce it then it may be something on my SD card that triggers the crash. It's a big one (16GB) with personal pictures so I can't send it to you, but please let me know if I can do anything else to help you get all the information you need to locate and fix this bug. Thanks, Thibault. Thanks for the feedback. Crash have been fixed with 2.2.0 release. Gilles Caulier Created attachment 72360 [details]
New crash information added by DrKonqi
digikam (2.6.0) on KDE Platform 4.8.4 (4.8.4) using Qt 4.8.2
- What I was doing when the application crashed:
1) USB camera connected.
2) Import tool up and showing thumbnails (except no thumbnails for mp4 videos).
3) selected JPEG - worked Ok
4) selected Video files - Crash!!!
-- Backtrace (Reduced):
#7 KMimeType::patterns (this=0x0) at /usr/src/debug/kdelibs-4.8.4/kdecore/services/kmimetype.cpp:586
#8 0x0000000000757db6 in Digikam::FilterComboBox::mimeWildcards (this=this@entry=0x663fd90, mime=...) at /usr/src/debug/digikam-2.6.0/core/utilities/cameragui/widgets/filtercombo.cpp:246
#9 0x000000000075832b in Digikam::FilterComboBox::matchesCurrentFilter (this=0x663fd90, item=...) at /usr/src/debug/digikam-2.6.0/core/utilities/cameragui/widgets/filtercombo.cpp:296
#10 0x0000000000760fa9 in Digikam::CameraUI::slotRefreshIconView (this=0x36b1940, map=...) at /usr/src/debug/digikam-2.6.0/core/utilities/cameragui/main/cameraui.cpp:1150
#11 0x000000339798acee in QObject::event (this=0x36b1940, e=<optimized out>) at kernel/qobject.cpp:1195
Git commit 7bd53c6f51ef0a68ebac6e6d55b4dcb788aa5cc0 by Marcel Wiesweg. Committed on 21/07/2012 at 14:42. Pushed by mwiesweg into branch 'master'. The retrieved KMimeType::Ptr may be null if none found, check it. FIXED-IN: 2.8.0 M +2 -2 NEWS M +4 -0 utilities/cameragui/widgets/filtercombo.cpp http://commits.kde.org/digikam/7bd53c6f51ef0a68ebac6e6d55b4dcb788aa5cc0 |