Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.14.1
-
None
-
Arch Linux (Manjaro)
Description
I try to run the following autotest robustly:
https://cgit.kde.org/kwin.git/tree/autotests/integration/lockscreen.cpp
But when running under load - and only when running under load - (I simulate on my workstation with stress --cpu 8 --io 4 --vm 2) it crashes consistently at some point either in a normal QTest::qWait() or in a QSignalSpy::wait().
Attached is a coredump.
The uniqueness of this test is that for the screen locker a second process is started by KWin/KScreenLocker:
https://cgit.kde.org/kscreenlocker.git/tree/ksldapp.cpp#n210
I assume this is in some way the catalyst for this crash.