Bug 454236 - Crash when using a clip that was changed on the filesystem.
Summary: Crash when using a clip that was changed on the filesystem.
Status: REPORTED
Alias: None
Product: kdenlive
Classification: Applications
Component: Video Display & Export (show other bugs)
Version: git-master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-22 20:51 UTC by Vitaly "_Vi" Shukela
Modified: 2022-05-22 21:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly "_Vi" Shukela 2022-05-22 20:51:07 UTC
Encounted a crash:

...
::: REGISTERING CLIP TO BIN:::::
::::::::::::::::::::::
REGISTRATION  35 ptr count 8
qml: loaded clip:  3143 , ID:  35 , index:  0 , TYPE: Video
qml: loaded clip with Astream:  -1
terminate called after throwing an instance of 'std::out_of_range'
  what():  _Map_base::at

[1]+  Aborted                 /opt/kdenlive-master-208-linux-64-gcc.AppImage

when re-adding a video clip from bin to timeline where the clip was repeatedly changed on filesystem. The video got replaced by one-second video, then back to original length.
I saw the clip's segment shrink to 1 second in the timeline, but after deleting and attempting to re-add it Kdenlive crashed.
Comment 1 Vitaly "_Vi" Shukela 2022-05-22 21:00:57 UTC
After Kdenlive restart it offered to recover session. Repeating the actions in the recovered session worked properly.