Bug 407324 - Segfault on virtual desktop change
Summary: Segfault on virtual desktop change
Status: RESOLVED WORKSFORME
Alias: None
Product: kwin
Classification: Plasma
Component: wayland-generic (other bugs)
Version First Reported In: git master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-08 08:04 UTC by Roman Gilg
Modified: 2019-10-21 19:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
backtrace (9.76 KB, text/plain)
2019-05-08 08:04 UTC, Roman Gilg
Details

Note You need to log in before you can comment on or make changes to this bug.
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.