Summary: | akregator crashes right-clicking the top level feed folder [@ Akregator::ArticleListView::startResizingTitleColumn] | ||
---|---|---|---|
Product: | [Applications] akregator | Reporter: | Tommy Boatman <tboatman_kde> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | winter |
Priority: | NOR | ||
Version: | 4.9 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/84368d12a05445aaf511f657f6d00535060d7204 | Version Fixed In: | 4.9.1 |
Sentry Crash Report: |
Description
Tommy Boatman
2012-08-23 14:34:25 UTC
Additional information found in the shell window: QObject::connect: Connecting from QTabBar::tabCloseRequested(int) to COMPAT slot (KTabBar::closeRequest(int)) QSystemTrayIcon::setVisible: No Icon set ASSERT: "visual != -1" in file itemviews/qheaderview.cpp, line 1175 KCrash: Application 'akregator' crashing... KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit Tommy, Since you are self-compiling, would you feel like doing a test? I can't reproduce this. If you can test, in kdepim/akregator/src/articlelistview.cpp please add the conditional if(model()) on line 323 immediately before the call to startResizingTitleColumn() let me know either way, Allen Git commit 84368d12a05445aaf511f657f6d00535060d7204 by Allen Winter. Committed on 30/08/2012 at 22:50. Pushed by winterz into branch 'KDE/4.9'. in restoreHeaderState(), make sure there is a model before attempting to resize the title column. FIXED-IN: 4.9.1 M +4 -1 akregator/src/articlelistview.cpp http://commits.kde.org/kdepim/84368d12a05445aaf511f657f6d00535060d7204 |