Summary: | Crash when closing Dolphin | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Rodrigo Alonso <rodrigo.alonso.o> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 2.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/85f29746327f6242b0084b0492462112d8d2635c | Version Fixed In: | 4.11.1 |
Sentry Crash Report: |
Description
Rodrigo Alonso
2013-07-30 00:10:15 UTC
Thanks for the bug report. Hm, the backtrace looks like bug 309421. Did you rename a file before the crash? At the moment, I don't see any other explanation why QTextEdit::mouseMoveEvent() appears in the backtrace. Moreover, is the crash reproducible for you? Thanks for your help. Yes, I renamed several files (8, to be more precise) before the crash. Unfortunately, I've been unable to reproduce the crash. Sorry. Rodrigo Alonso 2013/7/30 Frank Reininghaus <frank78ac@googlemail.com> > https://bugs.kde.org/show_bug.cgi?id=322969 > > --- Comment #1 from Frank Reininghaus <frank78ac@googlemail.com> --- > Thanks for the bug report. Hm, the backtrace looks like bug 309421. > > Did you rename a file before the crash? At the moment, I don't see any > other > explanation why QTextEdit::mouseMoveEvent() appears in the backtrace. > > Moreover, is the crash reproducible for you? > > Thanks for your help. > > -- > You are receiving this mail because: > You reported the bug. > Git commit 85f29746327f6242b0084b0492462112d8d2635c by Frank Reininghaus. Committed on 24/08/2013 at 18:06. Pushed by freininghaus into branch 'KDE/4.11'. Delay the deletion of the role editor as long as possible This should prevent crashes that can be caused if the view is closed in a nested event loop that is run from the role editor. FIXED-IN: 4.11.1 REVIEW: 111988 M +14 -7 dolphin/src/kitemviews/kstandarditemlistwidget.cpp http://commits.kde.org/kde-baseapps/85f29746327f6242b0084b0492462112d8d2635c |