Bug 407324

Summary: Segfault on virtual desktop change
Product: [Plasma] kwin Reporter: Roman Gilg <subdiff>
Component: wayland-genericAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version First Reported In: git master   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: backtrace

Description Roman Gilg 2019-05-08 08:04:40 UTC
Created attachment 119909 [details]
backtrace

Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f4a753e8ee4 in QVector<KWayland::Server::AppMenuInterface*>::~QVector (this=0x10, __in_chrg=<optimized out>)
    at /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:73
73          inline ~QVector() { if (!d->ref.deref()) freeData(d); }


Backtrace attached.
Comment 1 Vlad Zahorodnii 2019-05-08 08:36:31 UTC
Do you have any idea how kwin got from here

#3  0x00007f4a76b24651 in KWin::IdleInhibition::update

to here

#2  0x00007f4a75472ca6 in KWayland::Server::SurfaceInterface::setOutputs
Comment 2 Roman Gilg 2019-10-21 19:17:08 UTC
Never happened again.