Summary: | Motion Tracker always crashes entire program when applied on a sequence | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Kris <kris.starr> |
Component: | Video Effects & Transitions | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | fritzibaby |
Priority: | NOR | ||
Version First Reported In: | 25.08.0 | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 25.08.2 | |
Sentry Crash Report: | |||
Attachments: | Sequence_motion-tracker_crash-log |
Description
Kris
2025-09-22 06:19:45 UTC
Created attachment 185216 [details]
Sequence_motion-tracker_crash-log
I can confirm the crash following your steps. Attached the crash log.
Git commit abb436f146e1c55f6d3e5a4df8b2b94f925e2572 by Jean-Baptiste Mardelle. Committed on 27/09/2025 at 03:27. Pushed by mardelle into branch 'master'. Fix crash using filter job (tracker, loudness) on sequence clip M +1 -0 src/bin/projectclip.h M +31 -10 src/jobs/filtertask.cpp M +2 -0 src/jobs/filtertask.h https://invent.kde.org/multimedia/kdenlive/-/commit/abb436f146e1c55f6d3e5a4df8b2b94f925e2572 Git commit af78fdd02abe7bca1d6791776387922a9f929e85 by Jean-Baptiste Mardelle. Committed on 27/09/2025 at 03:36. Pushed by mardelle into branch 'release/25.08'. Fix crash using filter job (tracker, loudness) on sequence clip M +1 -0 src/bin/projectclip.h M +31 -10 src/jobs/filtertask.cpp M +2 -0 src/jobs/filtertask.h https://invent.kde.org/multimedia/kdenlive/-/commit/af78fdd02abe7bca1d6791776387922a9f929e85 Ok, so this is now fixed in git, and will be in the 25.08.2 release, to be announced around the 13th of october. The crash is solved in Kdenlive, but to have the Tracker work, you will also need the latest MLT fix: https://github.com/mltframework/mlt/commit/d1850cfd6a5f2e3babaf809053102b9d5930ab75 With the latest master of Kdenlive and MLT the crash is fixed. |