Summary: | Crash when applying slide transition | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | farid <snd.noise> |
Component: | Video Effects & Transitions | Assignee: | Vincent PINON <vpinon> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | fritzibaby, simonandric5, wegwerf-1-2-3 |
Priority: | HI | ||
Version: | git-master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
farid
2017-02-02 15:52:00 UTC
Upgrading the importance of this since kdenlive won't work unless you remove the transition from the timeline. I can't see where the crash actually is, because "bt all" is soo evil and floods everything. It might be thread #948, but unfortunately you didn't include the gdb output when the crash happened, just before your "bt all". Seems to be a crash in MLT, so which version are your using, Farid? Probably pouring salt into wounds here: I can't reproduce on Windows ;) Albeit the "invert" parameter doesn't work correctly, when checked: then only the lower clips is always shown. (In reply to Wegwerf from comment #2) > I can't see where the crash actually is, because "bt all" is soo evil and > floods everything. It might be thread #948, but unfortunately you didn't > include the gdb output when the crash happened, just before your "bt all". > Seems to be a crash in MLT, so which version are your using, Farid? Sorry for the mess I thought the all spits more info, at least that is how it is suggested in the wiki to report. I am using mlt-git and kdenlive-git from archlinux. Here is a more concise bt: Thread 45 "RenderThread" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fff72b20700 (LWP 1859)] 0x00007fffb209ad85 in ?? () from /usr/lib/libswscale.so.4 (gdb) backtrace #0 0x00007fffb209ad85 in () at /usr/lib/libswscale.so.4 #1 0x00007fffb20535c3 in () at /usr/lib/libswscale.so.4 #2 0x00007fffb20880b8 in () at /usr/lib/libswscale.so.4 #3 0x00007fffb208956e in sws_scale () at /usr/lib/libswscale.so.4 #4 0x00007fffbf8c394a in () at /usr/lib/mlt/libmltavformat.so #5 0x00007ffff6fe9268 in mlt_frame_get_image () at /usr/lib/libmlt.so.6 #6 0x00007ffff6fe9217 in mlt_frame_get_image () at /usr/lib/libmlt.so.6 #7 0x00007fffc62847d2 in () at /usr/lib/mlt/libmltqt.so #8 0x00007ffff6fe9217 in mlt_frame_get_image () at /usr/lib/libmlt.so.6 #9 0x00007ffff6fff289 in () at /usr/lib/libmlt.so.6 #10 0x00007ffff6fe9217 in mlt_frame_get_image () at /usr/lib/libmlt.so.6 #11 0x00007ffff6ffc8ff in () at /usr/lib/libmlt.so.6 #12 0x000000000075a5bd in RenderThread::run() (this=0x7fff68368770) at /tmp/yaourt-tmp-frd/aur-kdenlive-git/src/kdenlive/src/monitor/glwidget.cpp:1291 #13 0x00007ffff080e6d8 in () at /usr/lib/libQt5Core.so.5 #14 0x00007fffede55454 in start_thread () at /usr/lib/libpthread.so.0 #15 0x00007fffefe1f7df in clone () at /usr/lib/libc.so.6 Many thank, Farid! Albeit I did not want to prove my point on purpose, I actually misinterpreted the full bt all stacktrace and was looking at the wrong thread. :) So it seems to hint at the scaler lib...(?) I cannot reproduce this crash with version 18.08.2 anymore. It seems the problem is solved. I closed this bug. If it still appears in the latest version, please feel free to re-open it and update the affected version number. |