Bug 417369 - Adding title clip crashes user interface
Summary: Adding title clip crashes user interface
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (show other bugs)
Version: git-master
Platform: Other Linux
: NOR crash
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-10 06:26 UTC by Evert Vorster
Modified: 2020-02-21 05:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
GDB Backtrace (39.48 KB, text/plain)
2020-02-10 06:26 UTC, Evert Vorster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Evert Vorster 2020-02-10 06:26:27 UTC
Created attachment 125809 [details]
GDB Backtrace

SUMMARY
Adding a title clip crashes the UI.

STEPS TO REPRODUCE
1. Open new project
2. Add title clip
3. Add text to title clip
4. Apply

OBSERVED RESULT
User interface crashes

EXPECTED RESULT
Clip added to project

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Built kdenlive with debug symbols and attached a crash log.
Comment 1 Jean-Baptiste Mardelle 2020-02-10 07:23:34 UTC
Strange, I cannot reproduce and crash log indicates an issue in MLT's title producer. Can you confirm which MLT and Qt versions you are using?
Comment 2 Evert Vorster 2020-02-10 07:37:38 UTC
Hi there, thanks for looking into this. 

MLT was built from git. 

[evert@Vorster ~]$ melt --version; qmake --version
melt 6.19.0
Copyright (C) 2002-2020 Meltytech, LLC
<https://www.mltframework.org/>
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
QMake version 3.1
Using Qt version 5.14.0 in /usr/lib
[evert@Vorster ~]$
Comment 3 Evert Vorster 2020-02-10 08:44:10 UTC
I am now bringing my entire computer up to date, will then rebuilt both mlt and kdenlive, and see if the problem goes away
Comment 4 Evert Vorster 2020-02-10 13:36:08 UTC
OK, brought entire system up to date to today 2020-02-10
mlt-git (built today) replaced with mlt

melt 6.18.0

Using Qt version 5.14.1 in /usr/lib

The problem still persists, kdenlive simply crashes when adding a title clip

What profile are you using for your default?
Comment 5 Jean-Baptiste Mardelle 2020-02-10 14:07:03 UTC
I use atsc_1080p_25 as default profile, but I am still on Qt 5.13. Will test on a Qt 5.14 system tomorrow.
Comment 6 farid 2020-02-13 20:40:22 UTC
Unable to reproduce using archlinux with mlt and kdenlive from master.
Comment 7 Evert Vorster 2020-02-16 08:49:54 UTC
Looks like it compiles fine now, not sure what the issue was
Comment 8 Evert Vorster 2020-02-16 08:51:12 UTC
Sorry, where is my head? Kdenlive UI still crashes hard when adding a title clip for me.
Comment 9 Evert Vorster 2020-02-17 05:28:26 UTC
Hi there, Farid. Are you using Gnome desktop, or KDE?
Comment 10 farid 2020-02-17 11:48:49 UTC
(In reply to Evert Vorster from comment #9)
> Hi there, Farid. Are you using Gnome desktop, or KDE?

Hi Evert, 

I am using KDE Plasma.
Comment 11 Evert Vorster 2020-02-21 05:41:35 UTC
Hi there. 

Just updated to master today (2020-02-21)
Now I am able to add title clips without the interface crashing. 

The system has stayed completely unchanged from the last time I did the testing, apart from updating git repo and rebuilding kdenvelive master branch. 

Anyways, thanks for fixing the issue