Bug 365955 - crash if I insert a track
Summary: crash if I insert a track
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Effects & Transitions (show other bugs)
Version: 16.04.0
Platform: Ubuntu Linux
: NOR grave
Target Milestone: ---
Assignee: Vincent PINON
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-21 17:27 UTC by bernhard
Modified: 2016-07-28 12:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Crash inserting a track (218.20 KB, application/x-kdenlive)
2016-07-22 05:32 UTC, bernhard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bernhard 2016-07-21 17:27:29 UTC
Easy to describe: 
the programm crashes,  if I insert a new track

Reproducible: Always

Steps to Reproduce:
1. open a project
2.insert a track
3. CRASH

Actual Results:  
CRASH

Expected Results:  
 a new track

Version  16.07.80  
KDE Frameworks 5.18.0
Qt 5.5.1 (kompiliert gegen 5.5.1)
Das xcb Fenstersystem
Comment 1 Wegwerf 2016-07-21 18:58:18 UTC
Well, I cannot reproduce on a new or one of my existing project. Can you please attach your project .kdenlive file to this bug report, because that may be triggering the bug?

In addition, can you please run Kdenlive under gdb control, then load your project, try to insert a new crash? Then please do a full backtrace and post the results -- but please don't simply post all the meaningless idle thread stack traces, but only the backtrace for the thread that actually crashed.

Thank you very much!
Comment 2 bernhard 2016-07-22 05:32:37 UTC
Created attachment 100240 [details]
Crash inserting  a track
Comment 3 bernhard 2016-07-22 05:33:04 UTC
Hi,

thanks for your replay.
The requested file is attached.

BUT:

Kdenlive  also crashes with a new Project!!

I made a new installation of Ubuntu 16.04: same error!

Please help me: what is gdb control?

What is a backtrace?
Comment 4 Wegwerf 2016-07-22 06:01:48 UTC
Gdb is the GNU debugger. You may need to install it first. Then find out where the kdenlive executable is installed, from a terminal window type "which kdenlive". Then "gdb /path/to/kdenlive", where you need no specify the correct location of kdenlive. After the gdb prompt appears, type "run". Kdenlive should come up, try to insert a track. Switch to your terminal window, type "bt full". Paste the stack trace for the thread that crashed.

On Ubuntu ... did you install th Plasma Shell? There are packaging problems on Ubuntu. From which repository did you install Kdenlive? Why didn't you try the stable 16.04.2 first?
Comment 5 bernhard 2016-07-22 06:10:22 UTC
I installed from Ubunu: 

LP-PPA-kdenlive-kdenlive-testing

4:16.07.80+git201607202024~ubuntu16.04.1
Comment 6 Wegwerf 2016-07-22 06:15:15 UTC
Please install a stable version.
Comment 7 bernhard 2016-07-22 09:11:47 UTC
Where do I find this version?
Comment 8 Wegwerf 2016-07-22 14:57:12 UTC
http://thediveo-e.blogspot.de/2016/04/new-ppas-for-kdenlive-on-ubuntu.html lists the available project ppas; take the stable one. Also, make sure that the Plasma shell for KDE 5 is installed, as well as the Breeze ixon theme. Please check the forum for more information about how to install on non-Kubuntu systems, such as Ubuntu, which is Gnome-based. Please use the forum search.
Comment 9 Wegwerf 2016-07-26 19:28:40 UTC
Stable version is 16.04.3, see here: https://launchpad.net/~kdenlive/+archive/ubuntu/kdenlive-stable

I'm wondering how you got the development version at all, yet don't know about the stable repositories...? Which specific Ubuntu repo are you using that contains an unstable development version??
Comment 10 bernhard 2016-07-27 21:39:31 UTC
perhaps here: 
sudo add-apt-repository ppa:sunab/kdenlive-svn && sudo apt-get update && sudo apt-get install kdenlive


But: after an update a few days before   it works fine: no crashes at all. 

16.07.80
Unter:
KDE Frameworks 5.18.0
Qt 5.5.1 (kompiliert gegen 5.5.1)
Das xcb Fenstersystem

Thanks for your patience

Kind regards 


Bernhard