https://bugs.kde.org/show_bug.cgi?id=454198
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Dmitry Kazakov <[email protected]> --- Hi, Linxd! The most probably cause of this backtrace is that `QList<OptionalProperty> realProps` contains some null pointers and this pointer is dereferenced while constructing a boost::optional object. `OptionalProperty` is just a pointer, which is a historical artifact. And `propForMousePos` just tried to glue legacy optional properties to the modern ones. -- You are receiving this mail because: You are watching all bug changes.
