Summary: | Crash when clicking on Table button in top menu bar [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Marko Käning <mk-lists> |
Component: | Albums-TableView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, metzpinguin, rjvbertin |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.1.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | macOS | ||
Latest Commit: | http://commits.kde.org/digikam/3823b092851ff6a905775d78535f2047aa295cf3 | Version Fixed In: | 5.3.0 |
Sentry Crash Report: | |||
Attachments: |
error message
TableViewItemDelegate.patch |
Description
Marko Käning
2016-09-17 18:22:51 UTC
Created attachment 101152 [details]
error message
This crash is reproducible.
Created attachment 101185 [details]
TableViewItemDelegate.patch
Gilles,
can you test the patch on OS X?
Maik
Thanks, Maik, your patch fixed it on OSX. Git commit 3823b092851ff6a905775d78535f2047aa295cf3 by Maik Qualmann. Committed on 19/09/2016 at 20:28. Pushed by mqualmann into branch 'master'. apply patch #101185 to prevent crash on OS X if column headers not yet loaded from config FIXED-IN: 5.3.0 M +2 -1 NEWS M +13 -0 app/views/tableview/tableview_treeview_delegate.cpp http://commits.kde.org/digikam/3823b092851ff6a905775d78535f2047aa295cf3 I haven't been able to reproduce this crash, but I'll incorporate it in my port. Thanks. (In reply to RJVB from comment #5) > I haven't been able to reproduce this crash, but I'll incorporate it in my > port. Thanks. I have done that locally, but please do so, then I don't need to "git stash/apply" it from now on anymore. :) |