https://bugs.kde.org/show_bug.cgi?id=430615
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #2 from David Edmundson <k...@davidedmundson.co.uk> --- I think I've found it. This is not thread safe: ``` if (d->readPids) { d->readPids->wait(); } ``` Because in another thread we do: CGroupPrivate::ReadPidsRunnable::run() { .... m_cgroupPrivate->readPids = nullptr; } This could happen between the two lines in the first paste. -- You are receiving this mail because: You are watching all bug changes.