Kdenlive crashes when installing from:
#dpkg -l | grep kdenlive
ii kdenlive 0.8.0-0ubuntu0~sunab~lucid1 a non-linear video editor
ii kdenlive-data 0.8.0-0ubuntu0~sunab~lucid1 a non-linear video editor (data files)
With output:
project monitor connected
clip monitor connected
Cannot get capabilities.KCrash: Application 'kdenlive' crashing...
More info...
A backtrace gives:
Starting program: /usr/bin/kdenlive --nocrashhandler
[Thread debugging using libthread_db enabled]
project monitor connected
clip monitor connected
Cannot get capabilities.
Program received signal SIGSEGV, Segmentation fault.
0x002e0b20 in QString::fromLatin1_helper(char const*, int) () from /usr/lib/libQtCore.so.4
(gdb) bt
#0 0x002e0b20 in QString::fromLatin1_helper(char const*, int) () from /usr/lib/libQtCore.so.4
#1 0x002e68f4 in QString::fromAscii_helper(char const*, int) () from /usr/lib/libQtCore.so.4
#2 0x083b95a9 in ?? ()
#3 0x082f131f in ?? ()
#4 0x082f29dd in ?? ()
#5 0x0809eaa1 in _start ()
A "bad" workaround:
Remove /dev/video0 and /dev/video1. Then kdenlive does not crash anymore, but bad because it disables all my v4l devices.
Further information:
#cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"
My thoughts:
I suspect my system has no (full) support for v4l2. The ioctl VIDIOC_QUERYCAP is missing. kdenlive cannot handle that.
Looking forward to version 0.8.1 ;-)

Hi!
I installed version: 0.8.1+svn20110606.r5673-0ubuntu0~sunab~lucid1.
It doesn't crash, but I cannot continue because of the following error (shown in the kdenlive config wizard welcome screen):
Fatal Error
MLT's SDL module not found. Please check your MLT install. Kdenlive will not work until this issue is fixed.
Maybe the debian package is missing a dependency rule?
Ps. I have libmlt4 installed:
#dpkg -l | grep libmlt4
ii libmlt4 0.7.3+git20110606.7a394eef-0ubuntu0~sunab~lucid1 multimedia framework (runtime)
Thanks,
Milux.