Summary: | Konsole sudden seg fault (QWidget::update, Konsole::TerminalDisplay::updateCursor) | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Daniel <danielbarrettbolton> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel
2009-09-22 19:00:35 UTC
SVN commit 1082643 by cfeck: Disconnect timers early When a TerminalDisplay is destroyed, the timers are still active until they are deleted by QObject, so they could fire when anything in the QWidget or QObject destructor processes events. BUG: 208199 M +2 -0 TerminalDisplay.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1082643 SVN commit 1095369 by hindenburg: Disconnect timers early When a TerminalDisplay is destroyed, the timers are still active until they are deleted by QObject, so they could fire when anything in the QWidget or QObject destructor processes events. CCBUG: 208199 M +2 -0 TerminalDisplay.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1095369 |