Bug 433678 - kdenlive won't close with previously working project
Summary: kdenlive won't close with previously working project
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (show other bugs)
Version: 20.12.2
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-26 20:06 UTC by Dutch
Modified: 2021-04-16 17:11 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:
fritzibaby: timeline_corruption+


Attachments
The project file (371.41 KB, application/x-kdenlive)
2021-02-26 20:06 UTC, Dutch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dutch 2021-02-26 20:06:21 UTC
Created attachment 136206 [details]
The project file

SUMMARY
Application won't close with previously working project. Opening without a project, the app closes as expected. The app permits opens, processes, saves ok - just won't exit normally. Wasn't a problem in v20.12.1


STEPS TO REPRODUCE
1. Open kdenlive
2. Load project
3. Quit

OBSERVED RESULT
Application hangs. No message on CLI or GUI. Must kill to terminate.

EXPECTED RESULT
Application shutdown, or an error.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: KUbuntu 20.04.02
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8

ADDITIONAL INFORMATION
Another previous project produces the same result. Tried purging and manually deleted .cache & .local/share folders; no help.
Comment 1 emohr 2021-03-14 17:14:07 UTC
Please try with the current Kdenlive AppImage version 20.12.3-A to see if there are any packaging issues https://download.kde.org/stable/kdenlive/20.12/linux/
Comment 2 Dutch 2021-03-15 14:09:08 UTC
(In reply to emohr from comment #1)
> Please try with the current Kdenlive AppImage version 20.12.3-A to see if
> there are any packaging issues
> https://download.kde.org/stable/kdenlive/20.12/linux/

No change, sorry.
Comment 3 Bug Janitor Service 2021-03-30 04:33:34 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 4 Dutch 2021-04-01 18:15:15 UTC
Kdenlive AppImage version 20.12.3-A had no effect; the issue remains the same.
Comment 5 emohr 2021-04-04 13:31:12 UTC
Can you confirm if the issue is the same as this: https://invent.kde.org/multimedia/kdenlive/-/issues/973#note_214382
Comment 6 Dutch 2021-04-08 18:55:26 UTC
(In reply to emohr from comment #5)
> Can you confirm if the issue is the same as this:
> https://invent.kde.org/multimedia/kdenlive/-/issues/973#note_214382

No, the problem seems different.
Nothing needs to be done to provoke the issue (in my case).
It's a simple matter of:
1) open the project, 
2) close (by any method).

The "save" dialog is offered, the response makes no difference.
The "save" button is enabled after opening the project, saving (by any method) makes no difference.

In the end, the process must be killed.
Comment 7 Dutch 2021-04-08 19:32:36 UTC
Also observed: no auto-backup files for this project have been created since the version change. Manually saving the file functions normally...changes are saved. An issue creating an auto-save during shutdown could be the culprit? Still no errors reported during shutdown when executing from the CLI using kdenlive-20.12.3a-x86_64.appimage
Comment 8 Dutch 2021-04-12 22:10:49 UTC
The trigger appears to be that any audio track is locked. I had 2 audio tracks, both were locked. By unlocking both of them, the project file now closes as expected. Locking either audio track still reproduces the symptom. Locking video tracks do NOT trigger the problem. Yay, simple workaround.
Comment 9 emohr 2021-04-13 15:43:33 UTC
Thank you for the detailed report. I tested with the nightly build, following your steps with locked audio tracks, but it doesn't crash. 

We fixed some exit issues in the meantime. Please check if it still happens with the nightly build https://binary-factory.kde.org/job/Kdenlive_Nightly_Appimage_Build/.
Comment 10 Dutch 2021-04-16 17:11:19 UTC
(In reply to emohr from comment #9)
> Thank you for the detailed report. I tested with the nightly build,
> following your steps with locked audio tracks, but it doesn't crash. 
> 
> We fixed some exit issues in the meantime. Please check if it still happens
> with the nightly build
> https://binary-factory.kde.org/job/Kdenlive_Nightly_Appimage_Build/.

Using kdenlive-21.07.70-073e667-x86_64.appimage
I can confirm that the symptom is resolved.

Yay, good job!