Created attachment 106740 [details] crash1 Hello, there is some time now that we get in Latte issues reports for crashes that point into the libtaskmanager. Such backtraces will be provided to the end... These crashes dont occur always and in all systems, we havent found a way to reproduce them yet. Some internals: Latte is using the libtaskmanager model for presenting the tasks but for its tasks delegates it delays its removal in order to play correctly the animations without breakage. So for the tasks it using at ListView.onRemove: SequentialAnimation{ PropertyAction { target: task; property: "ListView.delayRemove"; value: true } .....plays the needed animations and afterwards, PropertyAction { target: task; property: "ListView.delayRemove"; value: false } } Do you think it is Latte fault or libtaskmanager one? Crash1: executing the VirtualManager launcher Crash2: switching virtual desktops
Created attachment 106741 [details] crash2 crash2
*** This bug has been marked as a duplicate of bug 381317 ***