| Summary: | Plasmashell crash in Dialog::updateLayoutParameters | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Arjun AK <arjunak234> |
| Component: | Power and Battery widget | Assignee: | Kai Uwe Broulik <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | arjunak234, bulbigood, kde, miras199002, notmart, plasma-bugs-null, saleem24, taufiqwidinugroho |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.2.0 | ||
| Target Milestone: | 1.0 | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Arjun AK
2015-03-12 14:52:16 UTC
odd that the backtrace is complete, but with that crash, it should have had hit an assert a few line before with Q_ASSERT(mainItemLayout); also, that should really never be a null pointer at that point :/ Git commit 01590d8fbcbe5bd81fbf6298387871b57b9f0fb1 by Marco Martin. Committed on 12/03/2015 at 15:46. Pushed by mart into branch 'master'. mainItemLayout needed for updateLayoutParameters() Change-Id: Ic1d53f2dc479b36097b39f550d52e20810e44307 M +12 -4 src/plasmaquick/dialog.cpp http://commits.kde.org/plasma-framework/01590d8fbcbe5bd81fbf6298387871b57b9f0fb1 release builds don't have asserts. *** Bug 344732 has been marked as a duplicate of this bug. *** *** Bug 345146 has been marked as a duplicate of this bug. *** *** Bug 345216 has been marked as a duplicate of this bug. *** last commit should have fixed it, closing for now. reopen if it still happens in more recent commits *** Bug 345880 has been marked as a duplicate of this bug. *** |