Bug 358591 - SDL failed to open audio and kdenlive crashes after any action in interface
Summary: SDL failed to open audio and kdenlive crashes after any action in interface
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR grave
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-26 15:12 UTC by Dimytch
Modified: 2016-08-10 16:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
lspci (2.23 KB, text/plain)
2016-01-26 15:13 UTC, Dimytch
Details
gdb session (3.99 KB, text/plain)
2016-01-26 15:13 UTC, Dimytch
Details
syslog (5.66 KB, text/plain)
2016-01-26 15:14 UTC, Dimytch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dimytch 2016-01-26 15:12:03 UTC
pulseaudio 8.0-1
$ yaourt -Qs mlt
extra/kdenlive 15.12.1-1 (kde-applications kdemultimedia)
extra/mlt 0.9.8-4
extra/mlt-python-bindings 0.9.8-4
$ yaourt -Qs sdl
multilib/lib32-sdl 1.2.15-6
extra/sdl 1.2.15-7
extra/sdl2 2.0.4-2
extra/sdl_image 1.2.12-3
extra/sdl_sound 1.0.3-5
extra/smpeg 0.4.5-2

Sound working with any other app, including VLC, mplayer, firefox and chrome webrtc and native player, audacious and even teamtalk, etc through pulseaudio.
Hardware Acer Aspire 5920

I did not found where to link the log files, so I paste all the kilobytes into Additional information field.
1. gdb session
2. syslog
2. lspci
Please feel free to contact me, if needed. Unfortunately I'm not a C/C++ programmer.

Reproducible: Always

Steps to Reproduce:
1. run
2. move fast the out point on timeline to the right
3. crashed



gdb session

$ gdb kdenlive
...
(gdb) run
Starting program: /usr/bin/kdenlive 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe1c44700 (LWP 26877)]
[New Thread 0x7fffc6991700 (LWP 26884)]
[New Thread 0x7fffbeb0f700 (LWP 26889)]
[New Thread 0x7fffbd998700 (LWP 26890)]
Removing cache at "/home/username/.cache/kdenlive-thumbs.kcache"
0x25d5d00 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
0x25d61d0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
0x1b64c70 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
0x25d5d00 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
0x25d61d0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
0x11da160 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
0x1b64c70 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
0x2613570 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
0x2613a40 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
0x1efb110 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
0x2613570 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
0x2613a40 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
0x1eff9a0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
0x1efb110 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb86830) ): Attempt to set a screen on a child window.
[New Thread 0x7fffb7666700 (LWP 26893)]
[New Thread 0x7fffb6e65700 (LWP 26894)]
[New Thread 0x7fffb62ae700 (LWP 26895)]
[New Thread 0x7fffb5aad700 (LWP 26896)]
[New Thread 0x7fffb52ac700 (LWP 26899)]
[New Thread 0x7fff9bfff700 (LWP 26900)]
[consumer sdl_audio] SDL failed to open audio: No available audio device
[New Thread 0x7fff98827700 (LWP 26901)]
QXcbConnection: XCB error: 8 (BadMatch), sequence: 11840, resource id: 90177810, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 11854, resource id: 90177810, major code: 130 (Unknown), minor code: 3
[Thread 0x7fff98827700 (LWP 26901) exited]
[Thread 0x7fffb52ac700 (LWP 26899) exited]
[New Thread 0x7fffb52ac700 (LWP 26902)]
[Thread 0x7fff9bfff700 (LWP 26900) exited]
[New Thread 0x7fff9bfff700 (LWP 26903)]
GL error 0x501 at filter_glsl_manager.cpp:381

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7fff9bfff700 (LWP 26903)]
0x00007ffff189c5f8 in raise () from /usr/lib/libc.so.6
(gdb) backtrace
#0  0x00007ffff189c5f8 in raise () from /usr/lib/libc.so.6
#1  0x00007ffff189da7a in abort () from /usr/lib/libc.so.6
#2  0x00007fffc4cadaf3 in GlslManager::render_frame_texture(movit::EffectChain*, mlt_frame_s*, int, int, unsigned char**) () from /usr/lib/mlt/libmltopengl.so
#3  0x00007fffc4cb0990 in ?? () from /usr/lib/mlt/libmltopengl.so
#4  0x00007ffff6f9a068 in mlt_frame_get_image () from /usr/lib/libmlt.so.6
#5  0x00007ffff6fafe39 in ?? () from /usr/lib/libmlt.so.6
#6  0x00007ffff6f9a017 in mlt_frame_get_image () from /usr/lib/libmlt.so.6
#7  0x00007ffff6fad6a4 in ?? () from /usr/lib/libmlt.so.6
#8  0x00000000006c201d in ?? ()
#9  0x00007ffff2332b8e in ?? () from /usr/lib/libQt5Core.so.5
#10 0x00007ffff03014a4 in start_thread () from /usr/lib/libpthread.so.0
#11 0x00007ffff195213d in clone () from /usr/lib/libc.so.6

syslog

Stack trace of thread 26625:
#0  0x00007f5e0868d5f8 raise (libc.so.6)
#1  0x00007f5e0868ea7a abort (libc.so.6)
#2  0x00007f5dd79e4af3 _ZN11GlslManager20render_frame_textureEPN5movit11EffectChainEP11mlt_frame_siiPPh (libmltopengl.so)
#3  0x00007f5dd79e7990 n/a (libmltopengl.so)
#4  0x00007f5e0dd8b068 mlt_frame_get_image (libmlt.so.6)
#5  0x00007f5e0dd9e6a4 n/a (libmlt.so.6)
#6  0x00000000006c201d n/a (kdenlive)
#7  0x00007f5e09123b8e n/a (libQt5Core.so.5)
#8  0x00007f5e070f24a4 start_thread (libpthread.so.0)
#9  0x00007f5e0874313d __clone (libc.so.6)

Stack trace of thread 26596:
#0  0x00007f5e0873a18d poll (libc.so.6)
#1  0x00007f5e05034fbc n/a (libglib-2.0.so.0)
#2  0x00007f5e050350cc g_main_context_iteration (libglib-2.0.so.0)
#3  0x00007f5e0935b54f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5)
#4  0x00007f5e0930257a _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5)
#5  0x00007f5e0911ebe4 _ZN7QThread4execEv (libQt5Core.so.5)
#6  0x00007f5e06d82055 n/a (libQt5Qml.so.5)
#7  0x00007f5e09123b8e n/a (libQt5Core.so.5)
#8  0x00007f5e070f24a4 start_thread (libpthread.so.0)
#9  0x00007f5e0874313d __clone (libc.so.6)

Stack trace of thread 26597:
#0  0x00007f5e0873a18d poll (libc.so.6)
#1  0x00007f5e05034fbc n/a (libglib-2.0.so.0)
#2  0x00007f5e050350cc g_main_context_iteration (libglib-2.0.so.0)
#3  0x00007f5e0935b54f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5)
#4  0x00007f5e0930257a _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5)
#5  0x00007f5e0911ebe4 _ZN7QThread4execEv (libQt5Core.so.5)
#6  0x00007f5e06d82055 n/a (libQt5Qml.so.5)
#7  0x00007f5e09123b8e n/a (libQt5Core.so.5)
#8  0x00007f5e070f24a4 start_thread (libpthread.so.0)
#9  0x00007f5e0874313d __clone (libc.so.6)

Stack trace of thread 26613:
#0  0x00007f5e0873ecf9 syscall (libc.so.6)
#1  0x00007f5e0507987a g_cond_wait_until (libglib-2.0.so.0)
#2  0x00007f5e05009a69 n/a (libglib-2.0.so.0)
#3  0x00007f5e0500a08b g_async_queue_timeout_pop (libglib-2.0.so.0)
#4  0x00007f5e0505c16a n/a (libglib-2.0.so.0)
#5  0x00007f5e0505b715 n/a (libglib-2.0.so.0)
#6  0x00007f5e070f24a4 start_thread (libpthread.so.0)
#7  0x00007f5e0874313d __clone (libc.so.6)

Stack trace of thread 26592:
#0  0x00007f5e0873a18d poll (libc.so.6)
#1  0x00007f5e02b4dae2 n/a (libxcb.so.1)
#2  0x00007f5e02b4f757 xcb_wait_for_event (libxcb.so.1)
#3  0x00007f5dfade7379 n/a (libQt5XcbQpa.so.5)
#4  0x00007f5e09123b8e n/a (libQt5Core.so.5)
#5  0x00007f5e070f24a4 start_thread (libpthread.so.0)
#6  0x00007f5e0874313d __clone (libc.so.6)

Stack trace of thread 26593:
#0  0x00007f5e0873a18d poll (libc.so.6)
#1  0x00007f5ddd776cbc n/a (libusb-1.0.so.0)
#2  0x00007f5e070f24a4 start_thread (libpthread.so.0)
#3  0x00007f5e0874313d __clone (libc.so.6)

Stack trace of thread 26607:
#0  0x00007f5e070f807f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1  0x00007f5e09124e2b _ZN14QWaitCondition4waitEP6QMutexm (libQt5Core.so.5)
#2  0x00007f5e0d6679be n/a (libQt5Quick.so.5)
#3  0x00007f5e0d668243 n/a (libQt5Quick.so.5)
#4  0x00007f5e09123b8e n/a (libQt5Core.so.5)
#5  0x00007f5e070f24a4 start_thread (libpthread.so.0)
#6  0x00007f5e0874313d __clone (libc.so.6)

Stack trace of thread 26614:
#0  0x00007f5e0873a18d poll (libc.so.6)
#1  0x00007f5e05034fbc n/a (libglib-2.0.so.0)
#2  0x00007f5e050350cc g_main_context_iteration (libglib-2.0.so.0)
#3  0x00007f5e0935b56b _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5)
#4  0x00007f5e0930257a _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5)
#5  0x00007f5e0911ebe4 _ZN7QThread4execEv (libQt5Core.so.5)
#6  0x00007f5e09123b8e n/a (libQt5Core.so.5)
#7  0x00007f5e070f24a4 start_thread (libpthread.so.0)
#8  0x00007f5e0874313d __clone (libc.so.6)

Stack trace of thread 26615:
#0  0x00007f5e070f807f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1  0x00007f5e09124e2b _ZN14QWaitCondition4waitEP6QMutexm (libQt5Core.so.5)
#2  0x00007f5e0d6679be n/a (libQt5Quick.so.5)
#3  0x00007f5e0d668243 n/a (libQt5Quick.so.5)
#4  0x00007f5e09123b8e n/a (libQt5Core.so.5)
#5  0x00007f5e070f24a4 start_thread (libpthread.so.0)
#6  0x00007f5e0874313d __clone (libc.so.6)

Stack trace of thread 26616:
#0  0x00007f5e0873a18d poll (libc.so.6)
#1  0x00007f5e05034fbc n/a (libglib-2.0.so.0)
#2  0x00007f5e050350cc g_main_context_iteration (libglib-2.0.so.0)
#3  0x00007f5e0935b54f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5)
#4  0x00007f5e0930257a _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5)
#5  0x00007f5e0911ebe4 _ZN7QThread4execEv (libQt5Core.so.5)
#6  0x00007f5e09123b8e n/a (libQt5Core.so.5)
#7  0x00007f5e070f24a4 start_thread (libpthread.so.0)
#8  0x00007f5e0874313d __clone (libc.so.6)

Stack trace of thread 26624:
#0  0x00007f5e070f807f pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0)
#1  0x00007f5e0dd9e923 mlt_consumer_rt_frame (libmlt.so.6)
#2  0x00007f5dd6071a00 n/a (libmltsdl.so)
#3  0x00007f5e070f24a4 start_thread (libpthread.so.0)
#4  0x00007f5e0874313d __clone (libc.so.6)

Stack trace of thread 26590:
#0  0x00007f5e0873a18d poll (libc.so.6)
#1  0x00007f5e05034fbc n/a (libglib-2.0.so.0)
#2  0x00007f5e050350cc g_main_context_iteration (libglib-2.0.so.0)
#3  0x00007f5e0935b54f _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5)
#4  0x00007f5e0930257a _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5)
#5  0x00007f5e0930a53c _ZN16QCoreApplication4execEv (libQt5Core.so.5)
#6  0x0000000000463982 n/a (kdenlive)
#7  0x00007f5e0867a610 __libc_start_main (libc.so.6)
#8  0x0000000000463fe9 _start (kdenlive)


lcpsi

$ lspci 
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03)
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [AHCI mode] (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: NVIDIA Corporation G84M [GeForce 8600M GT] (rev a1)
06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
08:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)
0a:09.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
0a:09.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
0a:09.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
0a:09.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 12)
Comment 1 Dimytch 2016-01-26 15:13:19 UTC
Created attachment 96850 [details]
lspci
Comment 2 Dimytch 2016-01-26 15:13:42 UTC
Created attachment 96851 [details]
gdb session
Comment 3 Dimytch 2016-01-26 15:14:17 UTC
Created attachment 96852 [details]
syslog
Comment 4 Jean-Baptiste Mardelle 2016-01-26 18:13:47 UTC
Can you please try to play a video clip with audio in MLT ? From a terminal, type:

melt myclip.mp4
Use whatever video clip you have. Does it play the clip, do you get any error message ?
Also could be useful if you can post the output of the following command in a terminal:

melt -query consumers
Comment 5 Dimytch 2016-01-26 18:18:18 UTC
$ melt -query consumers

---
consumers:
  - avformat
  - multi
  - null
  - decklink
  - gtk2_preview
  - jack
  - sdi
  - xgl
  - blipflash
  - cbrts
  - qglsl
  - rtaudio
  - sdl
  - sdl_audio
  - sdl_preview
  - sdl_still
  - xml
...
$ melt out4.mp4
+-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+
|1=-10| |2= -5| |3= -2| |4= -1| |5=  0| |6=  1| |7=  2| |8=  5| |9= 10|
+-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+
+---------------------------------------------------------------------+
|               H = back 1 minute,  L = forward 1 minute              |
|                 h = previous frame,  l = next frame                 |
|           g = start of clip, j = next clip, k = previous clip       |
|                0 = restart, q = quit, space = play                  |
+---------------------------------------------------------------------+
[consumer sdl] SDL failed to open audio: No available audio device
Current Position:        186
Comment 6 Jean-Baptiste Mardelle 2016-01-26 18:32:51 UTC
Must be some config problem in SDL. Can you try the following in a terminal:

env SDL_AUDIODRIVER=alsa melt out4.mp4
Comment 7 Dimytch 2016-01-26 18:48:25 UTC
With pulse running it can't find any device, sure. When the driver is pulse - melt plays movie with sound.
But kdenlive still crashes.

$ env SDL_AUDIODRIVER=alsa melt ~/out4.mp4
+-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+
|1=-10| |2= -5| |3= -2| |4= -1| |5=  0| |6=  1| |7=  2| |8=  5| |9= 10|
+-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+
+---------------------------------------------------------------------+
|               H = back 1 minute,  L = forward 1 minute              |
|                 h = previous frame,  l = next frame                 |
|           g = start of clip, j = next clip, k = previous clip       |
|                0 = restart, q = quit, space = play                  |
+---------------------------------------------------------------------+
[consumer sdl] SDL failed to open audio: No available audio device
Current Position:         80
$ env SDL_AUDIODRIVER=pulse melt ~/out4.mp4
+-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+
|1=-10| |2= -5| |3= -2| |4= -1| |5=  0| |6=  1| |7=  2| |8=  5| |9= 10|
+-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+ +-----+
+---------------------------------------------------------------------+
|               H = back 1 minute,  L = forward 1 minute              |
|                 h = previous frame,  l = next frame                 |
|           g = start of clip, j = next clip, k = previous clip       |
|                0 = restart, q = quit, space = play                  |
+---------------------------------------------------------------------+
Current Position:        177
$ env SDL_AUDIODRIVER=pulse kdenlive      
Removing cache at "/home/username/.cache/kdenlive-thumbs.kcache"
0x477de30 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
0x477e300 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
0x39fa180 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
0x477de30 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
0x477e300 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
0x3a39a70 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
0x39fa180 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
0x47bb6a0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
0x47bbb70 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
0x3f74720 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
0x47bb6a0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
0x47bbb70 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
0x3f78fb0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
0x3f74720 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0x2b812a0) ): Attempt to set a screen on a child window.
QXcbConnection: XCB error: 8 (BadMatch), sequence: 7256, resource id: 102760738, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 7296, resource id: 102760738, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 7306, resource id: 102760738, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 7389, resource id: 102760738, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 7427, resource id: 102760738, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 18258, resource id: 102760738, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 18278, resource id: 102760738, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 18369, resource id: 102760738, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 18398, resource id: 102760738, major code: 130 (Unknown), minor code: 3
GL error 0x501 at filter_glsl_manager.cpp:381
zsh: abort (core dumped)  env SDL_AUDIODRIVER=pulse kdenlive
$ export SDL_AUDIODRIVER=pulse
$ gdb kdenlive
(gdb) run
Starting program: /usr/bin/kdenlive 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe1c44700 (LWP 4053)]
[New Thread 0x7fffc6991700 (LWP 4056)]
[New Thread 0x7fffbeb0f700 (LWP 4063)]
[New Thread 0x7fffbd998700 (LWP 4064)]
Removing cache at "/home/username/.cache/kdenlive-thumbs.kcache"
0x25d5da0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
0x25d6270 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
0x185c5d0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
0x25d5da0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
0x25d6270 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
0x1f3c860 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
0x185c5d0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
0x2613610 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
0x2613ae0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
0x1efb200 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
0x2613610 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
0x2613ae0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
0x1effa90 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
0x1efb200 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) ( QScreen(0xb7d070) ): Attempt to set a screen on a child window.
[New Thread 0x7fffb7666700 (LWP 4067)]
[New Thread 0x7fffb6e65700 (LWP 4068)]
[New Thread 0x7fffb6664700 (LWP 4069)]
[New Thread 0x7fffb5e63700 (LWP 4072)]
QXcbConnection: XCB error: 8 (BadMatch), sequence: 7434, resource id: 104857890, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 7456, resource id: 104857890, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 7548, resource id: 104857890, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 7624, resource id: 104857890, major code: 130 (Unknown), minor code: 3
[New Thread 0x7fffb50a7700 (LWP 4073)]
[Thread 0x7fffb50a7700 (LWP 4073) exited]
[New Thread 0x7fffb50a7700 (LWP 4074)]
[New Thread 0x7fff9bfff700 (LWP 4075)]
[New Thread 0x7fff8bffd700 (LWP 4076)]
QXcbConnection: XCB error: 8 (BadMatch), sequence: 15971, resource id: 104857890, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 15990, resource id: 104857890, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 16024, resource id: 104857890, major code: 130 (Unknown), minor code: 3
[Thread 0x7fffb50a7700 (LWP 4074) exited]
[Thread 0x7fff8bffd700 (LWP 4076) exited]
[New Thread 0x7fff8bffd700 (LWP 4077)]
[Thread 0x7fff9bfff700 (LWP 4075) exited]
[New Thread 0x7fff8bffd700 (LWP 4078)]
[Thread 0x7fff8bffd700 (LWP 4077) exited]
[New Thread 0x7fff9bfff700 (LWP 4079)]
GL error 0x501 at filter_glsl_manager.cpp:381

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7fff9bfff700 (LWP 4079)]
0x00007ffff189c5f8 in raise () from /usr/lib/libc.so.6
Comment 8 Jean-Baptiste Mardelle 2016-01-26 18:51:18 UTC
What if you set the SDL audio driver to PulseAudio in Kdenlive ?
Go to "Settings" > "Configure Kdenlive" > "Playback"

And select PulseAudio as audio driver, then maybe quit and restart Kdenlive
Comment 9 Dimytch 2016-01-26 19:14:08 UTC
PulseAudio was already set there
But I switched off "Use GPU processing..." and it was not crashes until now.
So it crashes with movit library.
Thank you.