kdenlive crashes with SIGSEGV upon starting

Bug #243167 reported by Bálint Magyar
56
This bug affects 5 people
Affects Status Importance Assigned to Milestone
kdenlive (Ubuntu)
Fix Released
High
Unassigned

Bug Description

Binary package hint: kdenlive

I installed kdenlive from the Hardy repositories and launched it. It presented me with a startup dialog. I set up the project type (HDV 1080i/50i) and clicked OK. The main window appeared with all its controls and then promptly disappeared, providing me a notification about a crash. Since then, starting kdenlive will do the same except I don't get a startup dialog anymore, just the main window appearing and disappearing immediately.

Revision history for this message
Bálint Magyar (balintm) wrote :
Revision history for this message
Bálint Magyar (balintm) wrote :

Sorry, this is on Ubuntu 8.04 running GNOME with all updates released as of today, on an Intel-based notebook (i945 chipset/graphics).

Removing .kde/share/config/kdenliverc and choosing any other project format also produces the same crash.

Revision history for this message
Munchkinguy (10068660) wrote :

I get a similar error in Ubuntu Hardy. Here is the message in the terminal:

kbuildsycoca running...
kdenlive: + + YOUR MLT INSTALL WAS FOUND IN: /usr
kdenlive: // INIT EFFECT SEARCH
kdenlive: WARNING: KLocale: trying to look up "" in catalog. Fix the program
kdenlive: WARNING: KLocale: trying to look up "" in catalog. Fix the program
kdenlive: WARNING: KLocale: trying to look up "" in catalog. Fix the program
kdenlive: --------- close 1b
kdenlive: --------- close 2b
kdenlive: Mlt inited
kdenlive: Creating new document
kdenlive: deleting contents...
kdenlive: Creating new document DONE
kdenlive: --------- close 3b
kdenlive: **************** INIT DOCUMENT VIEW ***************
kdenlive: + + CREATING CONSUMER WITH PROFILE: pal_dv
kdenlive: -------- INIT SCENE LIST ------_
kdenlive: <westley>
 <tractor>
  <multitrack>
   <playlist>
    <producer in="0" out="0" id="black" colour="black" resource="colour" />
   </playlist>
   <playlist/>
   <playlist/>
   <playlist/>
   <playlist/>
  </multitrack>
 </tractor>
</westley>
kdenlive:
kdenlive: WARNING: ////// RENDER, SET SCENE LIST
kdenlive: + + CREATING CONSUMER WITH PROFILE: pal_dv
kdenlive: -------- INIT SCENE LIST ------_
kdenlive: <westley>
 <tractor>
  <multitrack>
   <playlist>
    <producer in="0" out="0" id="black" colour="black" resource="colour" />
   </playlist>
   <playlist/>
   <playlist/>
   <playlist/>
   <playlist/>
  </multitrack>
 </tractor>
</westley>
kdenlive:
kdenlive: WARNING: ////// RENDER, SET SCENE LIST
KCrash: Application 'kdenlive' crashing...
Could not find 'drkonqi' executable.
KCrash cannot reach kdeinit, launching directly.

Revision history for this message
wvarner (winshipvarner) wrote :
Download full text (3.3 KiB)

Same problem here in Hardy (also, upon installing, it does not insert anything into the menus). One workaround I found in some forums is to open it by running the following command: 'kdenlive -nograb' (worked for me). Here is my terminal output from simply running the 'kdenlive' command:

kbuildsycoca running...
Reusing existing ksycoca
kdenlive: + + YOUR MLT INSTALL WAS FOUND IN: /usr
kdenlive: // INIT EFFECT SEARCH
kdenlive: WARNING: KLocale: trying to look up "" in catalog. Fix the program
kdenlive: WARNING: KLocale: trying to look up "" in catalog. Fix the program
kdenlive: --------- close 1b
kdenlive: --------- close 2b
kdenlive: Mlt inited
kdenlive: Creating new document
kdenlive: deleting contents...
kdenlive: Creating new document DONE
kdenlive: --------- close 3b
kdenlive: **************** INIT DOCUMENT VIEW ***************
kdenlive: + + CREATING CONSUMER WITH PROFILE: atsc_1080i_60
kdenlive: -------- INIT SCENE LIST ------_
kdenlive: <westley>
 <tractor>
  <multitrack>
   <playlist>
    <producer in="0" out="0" id="black" colour="black" resource="colour" />
   </playlist>
   <playlist/>
   <playlist/>
   <playlist/>
   <playlist/>
  </multitrack>
 </tractor>
</westley>
kdenlive:
kdenlive: WARNING: ////// RENDER, SET SCENE LIST
kdenlive: + + CREATING CONSUMER WITH PROFILE: atsc_1080i_60
kdenlive: -------- INIT SCENE LIST ------_
kdenlive: <westley>
 <tractor>
  <multitrack>
   <playlist>
    <producer in="0" out="0" id="black" colour="black" resource="colour" />
   </playlist>
   <playlist/>
   <playlist/>
   <playlist/>
   <playlist/>
  </multitrack>
 </tractor>
</westley>
kdenlive:
kdenlive: WARNING: ////// RENDER, SET SCENE LIST
KCrash: Application 'kdenlive' crashing...
Could not find 'drkonqi' executable.
KCrash cannot reach kdeinit, launching directly.
winship@puzzle:~$ kdenlive
kdenlive: + + YOUR MLT INSTALL WAS FOUND IN: /usr
kdenlive: // INIT EFFECT SEARCH
kdenlive: WARNING: KLocale: trying to look up "" in catalog. Fix the program
kdenlive: WARNING: KLocale: trying to look up "" in catalog. Fix the program
kdenlive: --------- close 1b
kdenlive: --------- close 2b
kdenlive: Mlt inited
kdenlive: Creating new document
kdenlive: deleting contents...
kdenlive: Creating new document DONE
kdenlive: --------- close 3b
kdenlive: **************** INIT DOCUMENT VIEW ***************
kdenlive: + + CREATING CONSUMER WITH PROFILE: pal_dv
kdenlive: -------- INIT SCENE LIST ------_
kdenlive: <westley>
 <tractor>
  <multitrack>
   <playlist>
    <producer in="0" out="0" id="black" colour="black" resource="colour" />
   </playlist>
   <playlist/>
   <playlist/>
   <playlist/>
   <playlist/>
  </multitrack>
 </tractor>
</westley>
kdenlive:
kdenlive: WARNING: ////// RENDER, SET SCENE LIST
kdenlive: + + CREATING CONSUMER WITH PROFILE: pal_dv
kdenlive: -------- INIT SCENE LIST ------_
kdenlive: <westley>
 <tractor>
  <multitrack>
   <playlist>
    <producer in="0" out="0" id="black" colour="black" resource="colour" />
   </playlist>
   <playlist/>
   <playlist/>
   <playlist/>
   <playlist/>
  </multitrack>
 </tractor>
</westley>
kdenlive:
kdenlive: WARNING: ////// RENDER, SET SCENE LIST
kdenlive: ../../src/xcb_lock....

Read more...

Revision history for this message
Bálint Magyar (balintm) wrote :

The -nograb parameter doesn't help here, same crash happens.

Revision history for this message
Nicolas Valcarcel (nvalcarcel) wrote :

Confirming the bug, here happends also. I'm not able to open the application. Raising Importance to high.

Changed in kdenlive:
importance: Undecided → High
status: New → Confirmed
Revision history for this message
FuocoTools (fuoco) wrote :

my solution is this :

solution:

1 : sudo apt-get install libxcb-composite0 libxcb1-dbg libxcb1-dev
2: delete configuration files (~/.kde/share/config/kdenliverc)
3: try to disalble compiz (gnome user run this : metacity --replace ; kde user kwin --replace)

Revision history for this message
Moira Brülisauer (moosline-deactivatedaccount) wrote :

after i have done what FuocoTools suggestet, i restartet kdenlive, there came an assinstent, for video options, after i've answered to the assinstent, and kdenlive should start, it starts an crashes imediatly

the kde crashmanager gives me this backtrace:

(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb67486c0 (LWP 7540)]
[New Thread 0xb2ffcb90 (LWP 7565)]
[New Thread 0xb37fdb90 (LWP 7564)]
[New Thread 0xb4b39b90 (LWP 7563)]
[New Thread 0xb4338b90 (LWP 7562)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb7fcf410 in __kernel_vsyscall ()
#0 0xb7fcf410 in __kernel_vsyscall ()
#1 0xb767099b in read () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb68a11d3 in _xcb_in_read (c=0x82c7b10) at xcb_in.c:498
#3 0xb68a183b in xcb_poll_for_event (c=0x82c7b10) at xcb_in.c:407
#4 0xb76cdcc9 in ?? () from /usr/lib/libX11.so.6
#5 0xb76cdfcf in ?? () from /usr/lib/libX11.so.6
#6 0xb76ce71f in _XEventsQueued () from /usr/lib/libX11.so.6
#7 0xb76b79d2 in XPending () from /usr/lib/libX11.so.6
#8 0xb7a09983 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#9 0xb7a7ff90 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#10 0xb7a7fc8e in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#11 0xb7a667df in QApplication::exec () from /usr/lib/libqt-mt.so.3
#12 0x081c5a9e in main ()

Revision history for this message
FuocoTools (fuoco) wrote :

have you seen if you have libX11 installed ?

this is what i have for libX11

Revision history for this message
Moira Brülisauer (moosline-deactivatedaccount) wrote :

ive installed this libs but kdenlice still craches

Revision history for this message
FuocoTools (fuoco) wrote :

disabled compiz ?

Revision history for this message
Wesley Velroij (velroy1) wrote :

This is also happening in Kubuntu 8.10 alpha 5

Revision history for this message
Wesley Velroij (velroy1) wrote :

Comfirmed it works when desktop effect are off.

Revision history for this message
Philip Macpherson (philipmac1) wrote :
Download full text (7.5 KiB)

I don't have desktop effects enabled but I still have kdenlive crashing. It worked once after I didn't try for a few weeks but all subsequent tries involved it crashing. I tried all the different video modes and it stopped crashing on the ones which couldn't access the video preview and though up errors

Here are the results from the terminal:

kdenlive: + + YOUR MLT INSTALL WAS FOUND IN: /usr
kdenlive: // INIT EFFECT SEARCH
kdenlive: WARNING: KLocale: trying to look up "" in catalog. Fix the program
kdenlive: WARNING: KLocale: trying to look up "" in catalog. Fix the program
kdenlive: --------- close 1b
kdenlive: --------- close 2b
kdenlive: Mlt inited
kdenlive: Creating new document
kdenlive: deleting contents...
kdenlive: Creating new document DONE
kdenlive: --------- close 3b
kdenlive: **************** INIT DOCUMENT VIEW ***************
kdenlive: + + CREATING CONSUMER WITH PROFILE: atsc_1080i_60
kdenlive: -------- INIT SCENE LIST ------_
kdenlive: <westley>
 <tractor>
  <multitrack>
   <playlist>
    <producer in="0" out="0" id="black" colour="black" resource="colour" />
   </playlist>
   <playlist/>
   <playlist/>
   <playlist/>
   <playlist/>
  </multitrack>
 </tractor>
</westley>
kdenlive:
kdenlive: WARNING: ////// RENDER, SET SCENE LIST
kdenlive: + + CREATING CONSUMER WITH PROFILE: atsc_1080i_60
kdenlive: -------- INIT SCENE LIST ------_
kdenlive: <westley>
 <tractor>
  <multitrack>
   <playlist>
    <producer in="0" out="0" id="black" colour="black" resource="colour" />
   </playlist>
   <playlist/>
   <playlist/>
   <playlist/>
   <playlist/>
  </multitrack>
 </tractor>
</westley>
kdenlive:
kdenlive: WARNING: ////// RENDER, SET SCENE LIST
kdenlive: WARNING: KdenliveDoc::loadFromXML() document element has unknown tagName : kdenlivedoc
kdenlive: // DOCUMENT: /home/philip/Desktop/Audio/Podcasts/Infidelguy/zo.kdenlive, version: 0.6
kdenlive: + + RESET CONSUMER WITH PROFILE: square_pal
kdenlive: + + RESET CONSUMER WITH PROFILE: square_pal
kdenlive: --------- close 1b
kdenlive: --------- close 2b
kdenlive: Creating new document
kdenlive: deleting contents...
kdenlive: Creating new document DONE
kdenlive: --------- close 3b
kdenlive: **************** INIT DOCUMENT VIEW ***************
kdenlive: + + CREATING CONSUMER WITH PROFILE: square_pal
kdenlive: -------- INIT SCENE LIST ------_
kdenlive: <westley>
 <tractor>
  <multitrack>
   <playlist>
    <producer in="0" out="0" id="black" colour="black" resource="colour" />
   </playlist>
   <playlist/>
   <playlist/>
   <playlist/>
   <playlist/>
  </multitrack>
 </tractor>
</westley>
kdenlive:
kdenlive: WARNING: ////// RENDER, SET SCENE LIST
kdenlive: + + CREATING CONSUMER WITH PROFILE: square_pal
kdenlive: -------- INIT SCENE LIST ------_
kdenlive: <westley>
 <tractor>
  <multitrack>
   <playlist>
    <producer in="0" out="0" id="black" colour="black" resource="colour" />
   </playlist>
   <playlist/>
   <playlist/>
   <playlist/>
   <playlist/>
  </multitrack>
 </tractor>
</westley>
kdenlive:
kdenlive: WARNING: ////// RENDER, SET SCENE LIST
kdenlive: KdenliveDoc in closeDocument()
kdenlive: deleting contents...
kdenlive: *** DOCUMENT adding clip: video2.wmv
kdenlive: ...

Read more...

Revision history for this message
Bálint Magyar (balintm) wrote :

Bug still present in Intrepid beta.

Revision history for this message
Martin G Miller (mgmiller) wrote :

Still present in Intrepid final. I can get it stay open by executing it with the following command:
kdenlive -caption "%c" %i

But after trying to use it for just a minute or so, it crashes.

Revision history for this message
nowardev (nowardev) wrote :

-I have solved installing libxcb-composite0 libxcb1-dbg libxcb1-dev then
i have add my user to these groups
adm, disk, dialout, cdrom, floppy, sudo, audio, video, plugdev, scanner, fuse, lpadmin, admin
-disabled compiz
-and run it like root with

kdesudo kdenlive

or for gnome user

gksudo kdenlive

that should fix the problem

Revision history for this message
Philippe Coval (rzr) wrote :

hi,
I am also affected by this bug, while It worked flawlessly when I started it for the 1st time
I disabled compiz , rm config files ..... nothing changed

untill I ran it as root

--
http://rzr.online.fr/q/kde

Revision history for this message
Nicholas Xenakis (xnicholas) wrote :

nick@nick-desktop:~$ kdenlive
kbuildsycoca running...
Reusing existing ksycoca
KCrash: Application 'kdenlive' crashing...
Could not find 'drkonqi' executable.
KCrash cannot reach kdeinit, launching directly.

This just hit me, after i installed kdenlive. using gnome as desktop... fix please........

I will try various fixes posted above to report what works

Revision history for this message
walec51 (me-adamwalczak) wrote :

I have the same situation as Nicholas Janssen

awalczak@awalczak-laptop:~$ kdenlive
kbuildsycoca running...
KCrash: Application 'kdenlive' crashing...
Could not find 'drkonqi' executable.
KCrash cannot reach kdeinit, launching directly.

Ubuntu 8.10 x64 with Gnome

Revision history for this message
walec51 (me-adamwalczak) wrote :

Sending a strace. Maybe this will help

Revision history for this message
walec51 (me-adamwalczak) wrote :

Version 0.7.2 from 'deb http://ppa.launchpad.net/baudm/ubuntu intrepid main' seem not to be affected by this bug

Changed in kdenlive (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.