I've just compiled a fresh install of Kdenlive using the wizard and i seem to get a segfault on startup. I launch Kdenlive, I'm asked for the mlt profiles folder (/usr/share/mlt/profiles/, the path is correct) and then it crashes.
Would anyone know how to solve this problem ?
Thanks.
Here's the backtrace :
Application: Kdenlive (kdenlive), signal SIGSEGV
[Current thread is 0 (LWP 8752)]
Thread 2 (Thread 0xb3946b90 (LWP 8754)):
#0 0xb8030430 in __kernel_vsyscall ()
#1 0xb67007b1 in select () from /lib/tls/i686/cmov/libc.so.6
#2 0xb74103d0 in ?? () from /usr/lib/libQtCore.so.4
#3 0xb733e56e in ?? () from /usr/lib/libQtCore.so.4
#4 0xb660c4ff in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#5 0xb670849e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 1 (Thread 0xb5c7f920 (LWP 8752)):
[KCrash Handler]
#6 mlt_properties_fetch (this=0x0, name=0xb3c3dc54 "forced") at mlt_properties.c:348
#7 0xb801b94f in mlt_properties_set_int (this=0x0, name=0xb3c3dc54 "forced", value=3) at mlt_properties.c:738
#8 0xb3c3bc86 in consumer_start (parent=0x8d43b58) at consumer_sdl_still.c:159
#9 0xb8024ac9 in mlt_consumer_start (this=0x8d43b58) at mlt_consumer.c:420
#10 0xb3c3b108 in consumer_start (parent=0x8d34c50) at consumer_sdl_preview.c:208
#11 0xb8024ac9 in mlt_consumer_start (this=0x8d34c50) at mlt_consumer.c:420
#12 0xb7ff7e50 in Mlt::Consumer::start () from /usr/lib/libmlt++.so.2
#13 0x080bb6ca in Render::connectPlaylist (this=0x8d34350) at /home/hugh/compil/kdenlive/kdenlive/src/renderer.cpp:972
#14 0x080c1bc9 in Render::setSceneList (this=0x8d34350, playlist=
{static null = {
#15 0x080d15b0 in KdenliveDoc::setSceneList (this=0x93ff450) at /home/hugh/compil/kdenlive/kdenlive/src/kdenlivedoc.cpp:243
#16 0x080e0c22 in TrackView (this=0x93ffd10, doc=0x93ff450, parent=0x889a7e0) at /home/hugh/compil/kdenlive/kdenlive/src/trackview.cpp:83
#17 0x080886b1 in MainWindow::newFile (this=0x889a7e0, showProjectSettings=false) at /home/hugh/compil/kdenlive/kdenlive/src/mainwindow.cpp:1235
#18 0x08094e40 in MainWindow (this=0x889a7e0, MltPath=@0xbf94d548, Url=@0xbf94d530, parent=0x0) at /home/hugh/compil/kdenlive/kdenlive/src/mainwindow.cpp:371
#19 0x0807db59 in main (argc=136582764, argv=0x8899d08) at /home/hugh/compil/kdenlive/kdenlive/src/main.cpp:83

Deleting /home/MyName/.kde/share/config/kdenliverc did the trick, seems to be a common problem...
Edit : Ah no. Now when I start Kdenlive it launches the config wizard, which tells me Avformat is missing, and if I continue it will segfault after finishing the wizard.
ffmpeg -formats indicates that AVformat is installed (at least I expect that's what the line "libavformat 52.34. 0 / 52.31. 0" means) and the configuration options correspond to the recommended ones in the compilation instructions (it was done by the build wizard anyway).