Summary: | KMail crashes whne using the Prev. Message button | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | András Manţia <amantia> |
Component: | message list | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | craig.magina, dev, ingantosan, laurent.rineau, registration, smartins, tlueber |
Priority: | NOR | ||
Version: | 4.8.5 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/6edbb94132cd642942d8625118161d8a83bc09b7 | Version Fixed In: | 4.9.1 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
András Manţia
2011-01-24 10:59:38 UTC
Forgot to write, restarting kmail afterwards shows the unread messages in the message list. Still the case for you? I haven't seen this. *** Bug 273338 has been marked as a duplicate of this bug. *** Hej András, is this still reproducible for you with current version? Ciao, Tobias The unread count not being in sync with the real unread messages is still visible, altough right now it doesn't crash when clicking on Previous. from bug 279177 -- Information about the crash: - What I was doing when the application crashed: I was reading through and deleteing e-mail using the keyboard. To be more specific, it crashed after a few quick arrow key presses to go up and down the message list. *** Bug 279177 has been marked as a duplicate of this bug. *** *** Bug 287189 has been marked as a duplicate of this bug. *** Created attachment 66676 [details]
New crash information added by DrKonqi
kontact (4.7.2) on KDE Platform 4.7.2 (4.7.2) using Qt 4.7.4
- What I was doing when the application crashed: not certain about count being out of sync but definitely reproducable when just deleting (i.e. in a subfolder) the top most message (sorting by date, newest on top) and after deleting the focus "get's lost". Trying to come back into focus somewhere by using the arrow keys lets Kmail crash.
-- Backtrace (Reduced):
#6 MessageList::Core::Item::indexOfChildItem (this=0x0, item=0x1476340) at ../../messagelist/core/item.cpp:185
#7 0x00007fd3df692ade in MessageList::Core::View::messageItemBefore (this=0x1622bb0, referenceItem=0x0, messageTypeFilter=MessageList::Core::MessageTypeAny, loop=true) at ../../messagelist/core/view.cpp:1301
#8 0x00007fd3df699611 in MessageList::Core::View::selectPreviousMessageItem (this=0x1622bb0, messageTypeFilter=<optimized out>, existingSelectionBehaviour=MessageList::Core::ClearExistingSelection, centerItem=true, loop=<optimized out>) at ../../messagelist/core/view.cpp:1452
#9 0x00007fd3e02638bd in KMMainWidget::qt_metacall (this=0x15f8f10, _c=QMetaObject::InvokeMetaMethod, _id=106, _a=0x7fffe6c8a8b0) at ./kmmainwidget.moc:453
[...]
#11 0x00007fd43cb47b62 in QAction::triggered (this=<optimized out>, _t1=false) at .moc/release-shared/moc_qaction.cpp:263
during that crash report I was using https://bugs.kde.org/attachment.cgi?id=66521 as described at https://bugs.kde.org/show_bug.cgi?id=258916 Not sure, if this as some impact on it. *** Bug 289142 has been marked as a duplicate of this bug. *** Git commit 54669f4c67ac55dad195507bb0ebd2f7dd0dbb96 by Allen Winter. Committed on 17/12/2011 at 17:25. Pushed by winterz into branch 'master'. in messageItemBefore(), in the case that there is no current item and starting from the deepest item, make sure that deepest item has a parent else there will be a crash. BUG: 264153 FIXED-IN: 4.8.0 M +1 -1 messagelist/core/view.cpp http://commits.kde.org/kdepim/54669f4c67ac55dad195507bb0ebd2f7dd0dbb96 *** Bug 305547 has been marked as a duplicate of this bug. *** Reopening based on https://bugs.kde.org/show_bug.cgi?id=305547 which is reproducible in 4.8.5 Git commit 6edbb94132cd642942d8625118161d8a83bc09b7 by Montel Laurent. Committed on 23/08/2012 at 10:08. Pushed by mlaurent into branch 'KDE/4.9'. Fix Bug 264153 - KMail crashes whne using the Prev. Message button FIXED-IN: 4.9.1 M +3 -0 messagelist/core/view.cpp http://commits.kde.org/kdepim/6edbb94132cd642942d8625118161d8a83bc09b7 |