| Summary: | Plasma crashed in DeclarativeMimeData::DeclarativeMimeData() when dragging a Konsole split window to another tab | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kdeclarative | Reporter: | Jay Tuckey <jay> |
| Component: | general | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | kdelibs-bugs-null, nate, plasma-bugs-null, torokati44 |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.80.0 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Stack trace for a plasmashell crash in DeclarativeMimeData | ||
|
Description
Jay Tuckey
2021-04-05 00:04:38 UTC
#5 0x00007f616199ecb1 in DeclarativeMimeData::DeclarativeMimeData(QMimeData const*) (this=0x55a7239982e0, copy=0x7f61800f21b0) at ./src/qmlcontrols/draganddrop/DeclarativeMimeData.cpp:40
Cannot reproduce by dragging a Konsole tab over Firefox, FWIW.
Line 40 was, at the time:
for (const QString &format : formats) {
And formats is `const auto formats = copy->formats();`
So I guess formats() was empty? Does that make any sense?
Created attachment 138042 [details]
Stack trace for a plasmashell crash in DeclarativeMimeData
I think I got a similar crash just now. Don't remember what exactly I did, I think I was just messing around with a filter dialog in GIMP.
See the attachment for stack trace.
I haven't seen this crash in ages, I think it must be fixed. |