https://bugs.kde.org/show_bug.cgi?id=523389
--- Comment #2 from Tobias Fella <[email protected]> --- There's two weird things here: - The crash during destruction of the connection - That the connection is even being destructed A bit speculative, but I wouldn't be surprised if the first was just a symptom of the second. Like the rust parts aren't even set up yet, so it's not prepared to be deleted. But why is the connection being destructed in the first place?! Maybe for whatever reason (say, a qt bug) the qml doesn't load, the app instantly closes and then crashes during teardown? (in that case, we should definitely fix the actual crash, though) -- You are receiving this mail because: You are watching all bug changes.
