Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 290407 - kdenlive-0.7.6 and mlt-0.4.6 crash when creat clip title without qt4 flag to mlt
Summary: kdenlive-0.7.6 and mlt-0.4.6 crash when creat clip title without qt4 flag to mlt
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: AMD64 Linux
: High critical (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-24 19:34 UTC by Anthoine Bourgeois
Modified: 2009-10-25 15:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anthoine Bourgeois 2009-10-24 19:34:40 UTC
I merge kdenlive in ~amd64 and its dependencie mlt. I use gnome on day to day but I don't find an application like kdenlive in gnome then I install it.
I have 0.7.6 installed this bug is reproducible every time. 
When I create a clip title, kdenlive crash.
Steps To Reproduce :
1. Open the "create a title" window
2. (optional) Add some text
3. Click on "Ok"
4. Kdenlive crashes

This crash came from mlt (see the trace below):
% gdb kdenlive
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu"...
(no debugging symbols found)
(gdb) run
Starting program: /usr/bin/kdenlive
(no debugging symbols found)
[New Thread 0x7fdf268ed950 (LWP 7560)]
[New Thread 0x7fdf260ec950 (LWP 7561)]
[Thread 0x7fdf268ed950 (LWP 7560) exited]
[Thread 0x7fdf260ec950 (LWP 7561) exited]
[New Thread 0x7fdf260ec950 (LWP 7562)]
[New Thread 0x7fdf268ed950 (LWP 7563)]
[Thread 0x7fdf260ec950 (LWP 7562) exited]
[Thread 0x7fdf268ed950 (LWP 7563) exited]
[New Thread 0x7fdf268ed950 (LWP 7564)]
[New Thread 0x7fdf260ec950 (LWP 7565)]
[Thread 0x7fdf268ed950 (LWP 7564) exited]
[Thread 0x7fdf260ec950 (LWP 7565) exited]
[New Thread 0x7fdf260ec950 (LWP 7565)]
[Thread 0x7fdf268ed950 (LWP 7564) exited]
[Thread 0x7fdf260ec950 (LWP 7565) exited]
[New Thread 0x7fdf260ec950 (LWP 7566)]
[New Thread 0x7fdf268ed950 (LWP 7567)]
[Thread 0x7fdf260ec950 (LWP 7566) exited]
[Thread 0x7fdf268ed950 (LWP 7567) exited]
[New Thread 0x7fdf268ed950 (LWP 7568)]
[New Thread 0x7fdf260ec950 (LWP 7569)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fdf3b4ff760 (LWP 7557)]
0x00007fdf3b10decd in ?? () from /usr/lib64/libmlt.so.2
(gdb) thread apply all bt

Thread 11 (Thread 0x7fdf260ec950 (LWP 7569)):
#0  0x00007fdf388b6da9 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x00007fdf2b26a9d3 in ?? () from /usr/lib64/mlt/libmltsdl.so
#2  0x00007fdf388b2ff7 in start_thread () from /lib/libpthread.so.0
#3  0x00007fdf3715e48d in clone () from /lib/libc.so.6
#4  0x0000000000000000 in ?? ()

Thread 10 (Thread 0x7fdf268ed950 (LWP 7568)):
#0  0x00007fdf388b702d in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x00007fdf3b115a17 in mlt_consumer_get_frame () from /usr/lib64/libmlt.so.2
#2  0x00007fdf3b115c55 in mlt_consumer_rt_frame () from /usr/lib64/libmlt.so.2
#3  0x00007fdf2b26afe7 in ?? () from /usr/lib64/mlt/libmltsdl.so
#4  0x00007fdf388b2ff7 in start_thread () from /lib/libpthread.so.0
#5  0x00007fdf3715e48d in clone () from /lib/libc.so.6
#6  0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7fdf3b4ff760 (LWP 7557)):
#0  0x00007fdf3b10decd in ?? () from /usr/lib64/libmlt.so.2
#1  0x00007fdf3b10e64a in mlt_properties_set () from /usr/lib64/libmlt.so.2
#2  0x0000000000496bce in _start ()

I rebuild mlt with the qt4 flag and the crash disappear.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-10-25 15:20:53 UTC
+  25 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> kdenlive-0.7.6.ebuild:
+  Depend on media-libs/mlt[qt4] wrt #290407, thanks to Anthoine Bourgeois
+  for reporting.