https://bugs.kde.org/show_bug.cgi?id=365105
--- Comment #7 from David Edmundson <k...@davidedmundson.co.uk> --- Update: We have one menu for the whole tray instance We create and delete KSNI object in init() and cleanup() which are called on show() hide() The SNI takes ownership of the menu so for the the second init, we set the SNI to a now deleted menu. It doesn't crash because it's wrapped in a QWeakpointer + guards as this came up before and someone did a bodge job of fixing it in ee62e7d9d2fe185f00562a74602aa4c19e8a88c7 fixing the symptoms without identifying the root cause. -- You are receiving this mail because: You are watching all bug changes.