https://bugs.kde.org/show_bug.cgi?id=419603
--- Comment #1 from Jean-Baptiste Mardelle <j...@kdenlive.org> --- I did not manage to reproduce. However the cause for this is probably in the handling of jobs in jobmanager.cpp/ipp. All MLT objects in a project share a same shared pointer to an MLT::Profile. This Mlt profile holds the project basic infos like frame size, aspect ratio (sar/dar), fps, color space, etc. On profile change, we do stop all ongoing jobs, then reset the profile and reload the clips. From the log it seems a thumbnail job on one of the clip is not stopped when the profile is reset, leading to a crash when MLT tries to compute data based on the profile. -- You are receiving this mail because: You are watching all bug changes.