Summary: | Division by zero in Manager::resetSlowUpdateTimer() | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Dennis Schridde <heri+kde> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | Flags: | vlad.zahorodnii:
ReviewRequest+
|
Version: | 5.17.4 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
URL: | https://phabricator.kde.org/D26493 | ||
Latest Commit: | https://commits.kde.org/kwin/5646c781c88ab0f0427f23102bea889a835bd378 | Version Fixed In: | 5.17.5 |
Sentry Crash Report: |
Description
Dennis Schridde
2019-12-19 15:47:05 UTC
Hmm, I thought this crash had been fixed long time ago... If you're able to reproduce the crash, could you please install kwin debug packages and attach a new backtrace to this bug report? (the current one lacks debug symbols) (In reply to Vlad Zahorodnii from comment #1) > Hmm, I thought this crash had been fixed long time ago... If you're able to > reproduce the crash, could you please install kwin debug packages and attach > a new backtrace to this bug report? (the current one lacks debug symbols) I cannot reproduce on this machine right now. Maybe Red Hat already deployed a fix to Fedora. I will reopen, if I manage to reproduce this issue. Git commit 5646c781c88ab0f0427f23102bea889a835bd378 by Vlad Zahorodnii. Committed on 07/01/2020 at 13:30. Pushed by vladz into branch 'Plasma/5.17'. [nightcolor] Fix division by zero Summary: If qAbs(targetTemp - m_currentTemp) is less than TEMPERATURE_STEP, then it will result in a division by zero. FIXED-IN: 5.17.5 Reviewers: #kwin, apol Reviewed By: apol Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D26493 M +1 -1 colorcorrection/manager.cpp https://commits.kde.org/kwin/5646c781c88ab0f0427f23102bea889a835bd378 (In reply to Vlad Zahorodnii from comment #3) > Git commit 5646c781c88ab0f0427f23102bea889a835bd378 by Vlad Zahorodnii. Thanks! |