https://bugs.kde.org/show_bug.cgi?id=476847

--- Comment #2 from Bharadwaj Raju <bharadwaj.raju...@protonmail.com> ---
We're trying to access a ContainmentView pointer after/while(?) its destructor
is being run:

(gdb) frame 21
#21 0x00007ffff7eff308 in PlasmaQuick::ContainmentView::containment
(this=0x141eec0) at
/home/bharadwaj/kde/src/plasma-framework/src/plasmaquick/containmentview.cpp:239
239         return d->containment;
(gdb) print this
$12 = (const PlasmaQuick::ContainmentView * const) 0x141eec0
(gdb) print d
warning: RTTI symbol not found for class 'QWindow'
$13 = (PlasmaQuick::ContainmentViewPrivate * const) 0x1442360
(gdb) frame 32
#32 0x00007ffff7eff084 in PlasmaQuick::ContainmentView::~ContainmentView
(this=0x141eec0, __in_chrg=<optimized out>)
    at
/home/bharadwaj/kde/src/plasma-framework/src/plasmaquick/containmentview.cpp:205
205     }
(gdb) print this
$14 = (PlasmaQuick::ContainmentView * const) 0x141eec0
(gdb) print d
warning: RTTI symbol not found for class 'QWindow'
$15 = (PlasmaQuick::ContainmentViewPrivate * const) 0x1442360

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to