Summary: | Crash in PlasmaQuick::PlasmaWindow::resizeEvent when tricking the hover preview into having the wrong size | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Adam Fontenot <adam.m.fontenot+kde> |
Component: | Task Manager and Icons-Only Task Manager widgets | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | nate, qydwhotmail |
Priority: | NOR | ||
Version First Reported In: | 6.3.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | screencast of issue |
Description
Adam Fontenot
2025-04-15 17:52:45 UTC
Actually, looking at the traceback more closely, I think this might just be Bug 491699? I'll let someone who's expert in this code confirm that, but it looks like QQmlDelegateModel::drainReusableItemsPool is just the last usable item I could get in this traceback, but the crashing path might still run through QQmlDelegateModelItem::destroyObject as before. If so this is incredibly exciting because plasmashell has crashed 10+ times a day for me for at least the last 8 months, and this is the first time I've managed to get it to do so in a reproducible fashion. It also touches Plasma code in at least one place in this crash (PlasmaQuick::PlasmaWindow::resizeEvent), and so maybe that will help find the issue. Yep, I think so too. *** This bug has been marked as a duplicate of bug 491699 *** |